Giving Custom Items
Last updated
The AdvancedItems plugin allows you to easily give custom items to players on your server. This page will walk you through the steps to do this.
/advanceditems give CommandThe primary way to give custom items to a player is by using the /advanceditems give command. Here's the format of this command:
/advanceditems give <player> <item> <amount>
<player>: The name of the player to whom you want to give the custom item.
<item>: The name of the custom item you want to give.
<amount>: The number of items you want to give.
Suppose you want to give 5 units of a custom item named EpicSword to a player named Steve. You would use the following command:
/advanceditems give Steve EpicSword 5
/advanceditems giveall CommandIf you want to give a custom item to all players on the server, use the /advanceditems giveall command. Here's the format:
/advanceditems giveall <item> <amount>
<item>: The name of the custom item you want to give.
<amount>: The number of items you want to give to each player.
To give all players 3 units of EpicSword, you would use the following command:
/advanceditems giveall EpicSword 3
Remember, you need to have the appropriate permissions to use these commands. For giving items, the required permissions are advanceditems.give and advanceditems.giveall respectively.
Last updated