/giveplayer
Gives an item to a player
Command Generator
No item selected
/give <item> [quantity] or /give other <player> <item> [quantity]Select Item
Showing first 50 items. Search to find specific items.
Syntax
/give <item> [quantity] [metadata]RequiredOptional
Parameters
itemRequireditemThe item to give
quantityOptionalintegerThe quantity of items to give
Default: 1
metadataOptionalstringItem metadata as a JSON string
Subcommands
/give otherGive an item to another player
Parameters:
target- The target playeritem- The item to givequantity- The quantity of items to givemetadata- Item metadata as a JSON stringServer Messages
unableToFindUnable to find item or block "{itemId}"
insufficientInvSpaceUnable to give {quantity, number} of {item}; insufficient inventory space.
gaveYou gave {targetUsername} {quantity, number} of {item}
receivedReceived {quantity, number} of {item}
invalidMetadataInvalid metadata format: {error}