➤ Free default config - ssomar1607/ExecutableItems GitHub Wiki

Some examples of item using the free version:

fly.yml

name: '&3☁ &b&lFly &3☁'
lore:
- '&8&m------------------------'
- '&7'
- '&3➤ &b&oClick to execute me !'
- '&7'
- '&7&oInfo:'
- '&3» &a10 min &bof FLY'
- '&7'
- '&8&m------------------------'
material: FEATHER
glow: true
cancel-item-drop: true
keepItemOnDeath: false
give-first-join: false
give-slot: 0
usage: 3
unbreakable: false
attributes:
  attribute1:
    attribute: GENERIC_MOVEMENT_SPEED
    name: '&eDefault name'
    uuid: 91bed46e-0715-49ef-8c84-3915707c4314
    amount: 0.5
    operation: ADD_NUMBER
    slot: HAND
activators:
  activator1:
    activator: ALL_CLICK
    displayName: '&ean activator'
    entity: []
    usageRestore: 0
    cooldown: 600
    displayCooldownMessage: true
    sneaking: true
    needConfirmBeforeUse: false
    commands:
    - FLY ON
    - ACTIONBAR ON
    - 'PARTICLE DRAGON_BREATH 500 3 0.2'
    - SENDMESSAGE §a§l[ExecutableItems] §eYou can fly !
    - DELAY 570
    - SENDMESSAGE §a§l[ExecutableItems] §eYour fly will be disable in 30 sec
    - DELAY 30
    - FLY OFF
    - ACTIONBAR OFF
    - 'PARTICLE DRAGON_BREATH 500 3 0.2'

lotery.yml

name: '&6✪  &e&lLotery item &6✪'
lore:
- '&8&m------------------------------'
- '&7'
- '&6➤ &e&oClick to execute me !'
- '&7'
- '&7&oInfo:'
- '&6» &a33% &eNothing :('
- '&6» &a33% &e5 Diamonds'
- '&6» &a33% &eEffect strenght 2 (30 secs)'
- '&7'
- '&8&m------------------------------'
material: BEACON
glow: true
cancel-item-drop: false
give-first-join: false
hide-enchantments: true
hide-attributes: true
usage: 0
give-slot: 0
keepItemOnDeath: true
unbreakable: false
attributes:
  attribute1:
    attribute: GENERIC_MOVEMENT_SPEED
    name: '&eDefault name'
    uuid: 8774b141-8029-41c3-907f-a1f6b8769500
    amount: 0.1
    operation: ADD_NUMBER
    slot: HAND
activators:
  activator1:
    activator: ALL_CLICK
    displayName: '&ean activator'
    entity: []
    usageRestore: 0
    cooldown: 0
    sneaking: false
    needConfirmBeforeUse: false
    commands:
    - SENDMESSAGE §6✪ §eGood job §a%player% §e! You have execute the %item% !
    - DELAY 1
    - SENDMESSAGE §6✪ §eOPENING §a3 §esecs!
    - DELAY 1
    - SENDMESSAGE §6✪ §eOPENING §a2 §esecs!
    - DELAY 1
    - SENDMESSAGE §6✪ §eOPENING §a1 §esec!
    - DELAY 1
    - 'RANDOM RUN: 1'
    - SENDMESSAGE §6✪ §cNOTHING :(
    - give %player% diamond 5 // §6✪ §eYou have earn §a5 Diamonds
    - effect give %player% strength 30 1 // §6✪ §eYou are now boost with §astrength
      2 §efor 30 seconds
    - RANDOM END

heal.yml

name: '&4❤ &c&lHealer &4❤'
lore:
- '&8&m------------------------'
- '&7'
- '&4➤ &c&oClick to execute me !'
- '&7'
- '&7&oInfo:'
- '&4» &cMEGA HEALLL'
- '&4» &cCooldown: &625 &csecs'
- '&7'
- '&8&m------------------------'
material: POTION
glow: true
cancel-item-drop: true
cancel-item-place: true
cancel-deposit-in-chest: false
cancel-item-craft: true
locked-in-inventory: false
disableStack: false
keepItemOnDeath: false
give-first-join: false
give-slot: 0
hideEnchantments: false
hideAttributes: false
usage: 3
usageLimit: -1
disable-world: []
unbreakable: false
activators:
  activator1:
    activator: CONSUME
    displayName: an activator
    usageModification: -1
    cooldown: 25
    displayCooldownMessage: false
    commands:
    - SENDMESSAGE §4❤ §c§lMEGA HEAL !
    - /heal %player%
    conditions:
      playerConditions: {}
      customConditions: {}

money.yml

name: '&6$ &e&l5000 &6$'
lore:
- '&8&m-----------------------'
- '&7'
- '&6➤ &e&oClick + sneak to execute me !'
- '&7'
- '&7&oInfo:'
- '&6» &eReceive 5000$'
- '&7'
- '&8&m-----------------------'
material: PLAYER_HEAD-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTk4ZGY0MmY0NzdmMjEzZmY1ZTlkN2ZhNWE0Y2M0YTY5ZjIwZDljZWYyYjkwYzRhZTRmMjliZDE3Mjg3YjUifX19
glow: true
cancel-item-drop: true
cancel-item-place: true
cancel-deposit-in-chest: false
cancel-item-craft: true
locked-in-inventory: false
disableStack: false
keepItemOnDeath: false
give-first-join: false
give-slot: 0
hideEnchantments: false
hideAttributes: false
usage: 0
usageLimit: -1
disable-world: []
unbreakable: false
activators:
  activator1:
    activator: ALL_CLICK
    displayName: an activator
    usageModification: -1
    cooldown: 5
    displayCooldownMessage: false
    commands:
    - /eco give %player% 5000
    - SENDMESSAGE §a§l[ExecutableItems] §e%player% you have receive §a5000$
    requiredItems: []
    conditions:
      playerConditions:
        ifSneaking: true
      customConditions: {}