Table of Contents

.give

.give
TypeCommand
Categorynone
In-game description“Gives you an item with custom NBT data.
Requires creative mode.

Syntax: .give <item> [<amount>] [<nbt>]
.give <id> [<amount>] [<nbt>]“
Default keybindnone
Source codenet/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

Examples:

Changes

VersionChanges
Wurst 2.3Added .give.
Wurst 5.2Fixed .give not giving items.
Wurst 6.23Removed .give's templates.
Wurst 7.0pre1Temporarily removed .give.
Wurst 7.0pre18Re-added .give.
Wurst 7.0pre26Fixed 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.