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

Was this helpful?

  1. Items
  2. Items Settings

Join Settings

This page explains the join settings for items in the AdvancedItems plugin. These settings control whether the item is given to a player when they join the server and in which inventory slot.

joinSettings:
  # Should player get this item when they join?
  giveItem: false
  # Should the item given with first join only?
  giveOnlyFirstJoin: false
  # Inventory slot in which item should be
  giveItemSlot: 0

giveItem

  • Determines whether the player should receive this item when they join the server.

  • Set to true to give the item upon joining, and false to not give the item.

giveOnlyFirstJoin

  • Determines whether the item should be given only on the player's first join.

  • Set to true to give the item only on the first join, and false to give the item on every join.

giveItemSlot

  • Specifies the inventory slot in which the item should be placed when given to the player.

  • Set to the desired slot number (0-35).

PreviousItem AbilitiesNextRecipes and Crafting

Last updated 7 months ago

Was this helpful?

⚔️