Parameters set in italic are optional.
| Command | Flags | Params | Explanation | Alias(es) |
|---|---|---|---|---|
| /i | -c color | id:data amount player enchantments | 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 |
| enchantments | Yes | The enchantments you want to put on the item. e.g.: dur:5 oxy:2 for durability lvl 5 and oxygen lvl 2 |
| -c color | Yes | In case of leather (maybe more later) armor you can choose the color of it. If you put a color that don't exist the plugin will list all the possible colors |
Correct examples:
/i stone 64
/drop 35:3 15 Lathanael - This would drop 15 coloured wool to Lathanael
/i dhelmet 1 Belphemur dur:5 oxy:4
/i leather_boots 1 Belphemur -c blue
NB!: If no explanation of the param is given, look them up in the table above.
| Command | Flags | Params | Explanation | Alias(es) |
|---|---|---|---|---|
| /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 | |||
| /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 | |
| /repair | player | Repair the item that the player is holding | /rep | |
| /getid | -P playername | get the id and the data of the item in hold | /data | |
| /enchant | playername enchantments | Enchant the item in hand (if possible) with the wanted enchantment (just type the command without args to have the list of enchantments) with the wanted lvl. If you type the command without any arguments, you'll have the list of possible enchantment. The enchantments are auto-completed and case-INsensitive. Format : enchant:lvl. Example : dur:5 | /iench | |
| /dynkit | -a | KitName delay | Create a new kit using the inventory of the player with the [kitName] and the wanted <delay>. If -a is used, it'll create an Armored Kit (taking also the armor of the player). | /dk |
| 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 |
| /repair player | admincmd.item.repair.other |
| /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 |
| /getid | admincmd.item.id |
| /getid -P player | admincmd.item.id.other |
| /enchant | admincmd.item.enchant |
| /enchant -P player | admincmd.item.enchant.other |
| /dynkit | admincmd.item.dynkit |
| /dynkit when replacing another existing kit | admincmd.item.dynkit.replace |
admincmd.item.*