Permissions - jojodmo/CustomItems GitHub Wiki

Permissions

A list of all commands can be found on the Command page, here

Commands

customitems.inspect.[item]

Allows the usage of /customitems inspect when holding the item [item]

customitems.inspect.native

Allows the usage of /customitems inspect when holding any native Minecraft item

customitems.inspect.*

Allows the usage of /customitems inspect when holding any item

customitems.info.[item]

Allows the usage of /customitems info [item], as well as /customitems inspect when holding this item

customitems.info.native

Allows the usage of /customitems info [native item], as well as /customitems inspect when holding any native Minecraft item

customitems.info.*

Allows the usage of /customitems info [item], as well as /customitems inspect when holding any item

/customitems list

customitems.list

Allows the usage of /customitems list

customitems.list.category.[category]

Allows the player to see the category [category] in /customitems list
Does Not grant permission to view the items in the category

customitems.list.category.*

Allows the player to see all categories in /customitems list
Does Not grant permission to view the items in the categories

customitems.list.item.[item]

Allows the player to see the item with the id [item] in /customitems list
Does Not grant permission to see the category that it's in

customitems.list.item.*

Allows the player to see all items, or, if you're using categories, allows them to see all of the items in the categories they have permission to see

customitems.list.item.category.[category]

Allows the player to see all items in the category [category]
Does Not grant permission to see the category itself. You should almost always also give the permission customitems.list.category.[category] with this permission

customitems.list.*

Allows the player to see all items and categories in /customitems list

General

customitems.recipe.[recipe]

Allows player to craft recipes one of "permission(s)" set to [recipe]

shaped: false
ingredients: #...
permission: "myRecipe" # The player needs the permission customitems.recipe.myRecipe to craft this item
prefixPermissions: (true/false | default: true) # set this to false to make the permission not be prefixed by "customitems.recipe."
noPermissionMessage: (optional)

customitems.soulbound.[item]

Allows the item [item] to be soulbound if and only if soulbound is set to true in the item's .yml file. Give the permission customitems.soulbound.* to make it so all items with soulbound set to true take effect for the player.

REMEMBER: soulbound must be set to true on the item!

customitems.soulbound.category.[category]

Allows an item to be soulbound if and only if it is in the category [category], and soulbound is set to true in the item's .yml file

Admin commands

customitems.get

Allows the usage of /customitems get but NOT /customitems give

customitems.give

Allows the usage of /customitems <give/get> Does not allow the player to run /customitems give @a

customitems.giveall

Allows the usage of /customitems give @a <item>, which gives all players <item>

customitems.take

Allows the usage of /customitems take

customitems.repair

Allows the usage of /customitems repair

customitems.create

Allows usage of /customitems create and /customitems edit

customitems.scan

Allows usage of /customitems scan

customitems.setblock

Allows the usage of /customitems setblock

customitems.drop

Allows the usage of /customitems drop

[silent] argument in 4.0.16
/cui drop <item> <world> <x> <y> <z> [amount] [naturally] [silent]
 
For your example, this will drop the item silently
/cui drop coal Main -31 75 -69 1 true true

customitems.reload

Allows the usage of /customitems reload

⚠️ **GitHub.com Fallback** ⚠️