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

Item Abilities

This page explains the abilities settings for items in the AdvancedItems plugin. Abilities are effects that can be used with triggers.

PreviousGeneral SettingsNextJoin Settings

Last updated 7 months ago

Was this helpful?

abilities:
  RIGHT_CLICK:
    chance: 50
    cooldown: 5
    conditions:
    - '%your condition here% = true : %allow%'
    effects:
      - 'CANCEL_EVENT'
      - 'OPEN_CRAFTING_TABLE'

abilities

  • Abilities are effects that can be used with triggers.

  • Read more about abilities here:

triggers

  • Triggers are what activate effects.

  • Find all triggers here:

  • In the example above, when a player right-clicks with the item, it will activate the effects in this trigger.

effects

  • The effects that will be activated by the trigger.

  • Find all effects here:

  • In the example above, right-clicking with the item will cancel the event and open a crafting table.

⚔️
Abilities Wiki
Triggers Wiki
Effects Wiki