Item Commands
Item Commands
Paramaters set in italic are optional.
| Command | Flags | Params | Explanation | Alias(es) | |
|---|---|---|---|---|---|
| /i | id:data amount player | To give an item to a player or yourself | /item | ||
| /drop | id:data amount player | To drop an item nearby the player or yourself | /d |
Drop and Give(/i) command parameter explanation:
| Param | Optional | Explanation | |
|---|---|---|---|
| id | No | The material ID, alias or name | |
| :data | Yes | The data value assigned to the block, if any. Needed for e.g.: wools | |
| amount | Yes | The amount you want to get/drop, default is 1 | |
| player | Yes | The player who should get the item, defaults to command sender |
Correct examples:
Quote:/i stone 64
/drop 35:3 15 Lathanael - This would drop 15 coloured wool to Lathanael
Further commands: NB!: If no explanation of the param is given, look them up in the table above.
| /addblacklist | -i, -b | id | Adds an (i)tem/(b)lock to the blacklist | /abl | |
| /rmblacklist | -i, -b | id | Removes an (i)tem/(b)lock from the blacklist | /rbl | |
| /more | amount | Adds the given amount to yout currently held item, or if none given restocks it to 64 | |||
| /moreall | Sets the amount of all items in your inventory to the max | ||||
| /repair | Repairs the item currently held | /rep | |||
| /repairall | player | Repairs all items in the players or your inventory | /repa | ||
| /color | colorname | Changes the color of the current item in hand (only for wool, dye, etc ...). Use '/color ?' to see available colours. | /c | ||
| /alias | alias id | Adds an alias for an item | /aa | ||
| /rmalias | alias | Removes the given alias | /ra | ||
| /kit | kit player | Adds the wanted kit to the players or your inventory. Kit names are defined in kits.yml in the plugin folder. | /k |
Per Command Permissions:
| Command | Permission | |
|---|---|---|
| /i | admincmd.item.add | |
| /i player | admincmd.item.add.other | |
| /drop | admincmd.item.drop | |
| /drop player | admincmd.item.drop.other | |
| /addblacklist | admincmd.item.blacklist | |
| /rmblacklist | admincmd.item.blacklist | |
| /more | admincmd.item.more | |
| /moreall | admincmd.item.more | |
| /repair | admincmd.item.repair | |
| /repairall | admincmd.item.repairall | |
| /repairall player | admincmd.item.repairall.other | |
| /color | admincmd.item.color | |
| /alias | admincmd.item.alias | |
| /rmalias | admincmd.item.alias | |
| /kit to all kit | admincmd.kit.* | |
| /kit to a particular kit | admincmd.kit.KIT_NAME | |
| /help for Kit to be displayed | admincmd.item.kithelp |
Permissions for all item commands:
admincmd.item.*