Giving Custom Items

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 Command

The 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>

Arguments

  • <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.

Example

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 Command

If 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>

Arguments

  • <item>: The name of the custom item you want to give.

  • <amount>: The number of items you want to give to each player.

Example

To give all players 3 units of EpicSword, you would use the following command:

/advanceditems giveall EpicSword 3

Permissions

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