AdvancedItems
HomepageJoin DiscordMinecraft Hosting
  • Main Page
  • ⚔️Items
    • List of items
    • Creating items
    • Abilities Explained
    • Items Settings
      • General Settings
      • Item Abilities
      • Join Settings
      • Recipes and Crafting
      • Loot Generation
      • Custom Heads
  • ⚙️General information
    • Commands and Permissions
    • Giving Custom Items
  • 🪄Effects & Abilities
    • Effects
    • Triggers
    • Targets
    • Conditions
    • Functions
    • Variables
Powered by GitBook
On this page
  • /advanceditems give Command
  • /advanceditems giveall Command
  • Permissions

Was this helpful?

  1. General information

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.

PreviousCommands and Permissions

Last updated 1 year ago

Was this helpful?

⚙️