Commands and Permissions
AdvancedItems provides a set of commands that allow you to interact with the plugin. Here's a comprehensive list of commands, their descriptions, and the required permissions.
/advanceditems
The main command for the AdvancedItems plugin
N/A
/ai give <player> <item> <amount>
Gives a specified player a certain amount of a custom item
advanceditems.give
/ai giveall <item> <amount>
Gives all players a certain amount of a custom item
advanceditems.giveall
/ai reload
Reloads all configurations of the AdvancedItems plugin
advanceditems.reload
/ai list [page]
Lists all custom items. The page number is optional
advanceditems.list
/ai inspect
Inspects the custom item currently held by the player
advanceditems.inspect
Note
Replace
<player>
,<item>
, and<amount>
with the appropriate values. The<amount>
is optional, and if not specified, will default to 1.The
[page]
argument in the list command is optional. If not specified, it will default to the first page.
Last updated