cmd:give
.give
| .give | |
|---|---|
| Type | Command |
| Category | none |
| In-game description | “Gives you an item with custom NBT data. Requires creative mode. Syntax: .give <item> [<amount>] [<nbt>] .give <id> [<amount>] [<nbt>]“ |
| Default keybind | none |
| Source code | net/wurstclient/commands/GiveCmd.java |
.give is a chat command that allows the user to obtain any item in Creative Mode, even if the `/give` command is blocked. NBT data is also supported.
Syntax
Main article: Command Syntax
.give <item> [<amount>] [<nbt>]Creates the given item and places it in the user's inventory.
Examples:
.give diamond 64Gives the user 64 diamonds.
Changes
| Version | Changes |
|---|---|
| Wurst 2.3 | Added .give. |
| Wurst 5.2 | Fixed .give not giving items. |
| Wurst 6.23 | Removed .give's templates. |
| Wurst 7.0pre1 | Temporarily removed .give. |
| Wurst 7.0pre18 | Re-added .give. |
| Wurst 7.0pre26 | Fixed a crash when typing .give @p …. |
| Wurst 7.0pre27 | .give can now create a stack of up to 64 items, even for limited or non-stackable items. |
cmd/give.txt · Last modified: 2024/06/28 12:17 by alexander01998
