items.yml
Settings:
# This can stop people with auto-clickers spam applying items to armor and in some rare cases, overriding some nbt-related data
# on items.
Apply-Cooldown:
Enabled: false
Cooldown: 8 # in ticks, 20 ticks = 1 second
# Redeemable Items, uses custom script interpreter to apply rewards to armor, such as EXP or Levels.
Armor-Items:
Liquid-XP:
Material: "EXPERIENCE_BOTTLE"
Display-Name: "&e&lExperience Bottle &7(Right-Click)"
Lore:
- "&8Liquid EXP"
- "&7&oThis item will allow you to gain experience"
- "&7&oinstantly on the drag n dropped armor piece."
- "&7"
- "&e&lInformation"
- "&6 → &eType: &fExperience"
- "&6 → &eAmount: &f1-500 EXP"
- "&7"
- "&7&o(( &f&oDrag'n Drop &7&oto use the scroll ))"
Custom-Model-Data: 0
Script:
- "[REQUIREMENT] %edprison_economy_blocks% > 10000"
- "[REWARD_TYPE] EXP [1-500]"
- "[PARTICLE_EFFECT] ENCHANTMENT_TABLE"
- "[SOUND] ENTITY_EXPERIENCE_ORB_PICKUP;1;1"
- "[MESSAGE] &6&l+ &e%amount% Armor Experience &8&l(&7%armor_piece%&8)"
Instant-Level:
Material: "BEACON"
Display-Name: "&b&lInstant Level &7(Right-Click)"
Lore:
- "&8Instant Level"
- "&7&oThis item will allow you to level up your"
- "&7&oselected armor piece instantly."
- "&7"
- "&b&lInformation"
- "&3 → &bType: &fLevel(s)"
- "&3 → &bAmount: &f1-5x"
- "&7"
- "&7&o(( &f&oDrag'n Drop &7&oto use the scroll ))"
Custom-Model-Data: 0
Script:
- "[REQUIREMENT] %edprison_economy_blocks% > 10000"
- "[REWARD_TYPE] LEVEL [1-5]"
- "[PARTICLE_EFFECT] FLAME"
- "[SOUND] ENTITY_PLAYER_LEVELUP;1;1"
- "[MESSAGE] &6&l+ &e%amount% Armor Level(s) &8&l(&7%armor_piece%&8)"
Material-Changer:
Material: "DRAGON_EGG"
Display-Name: "&d&lMaterial &5&lOverrider &7(Right-Click)"
Lore:
- "&8Instant Level"
- "&7&oThis item will override your current"
- "&7&omaterial into the one below."
- "&7"
- "&d&lInformation"
- "&5 → &dMaterial: &fDiamond"
- "&5 → &dArmor Type: &fChestplate"
- "&7"
- "&7&o(( &f&oDrag'n Drop &7&oto use the scroll ))"
Custom-Model-Data: 0
Script:
- "[CHANGE_MATERIAL] NETHERITE~ALL~30%"
- "[SOUND] ENTITY_PLAYER_LEVELUP;1;1"
- "[MESSAGE] &6&l+ &e%amount% Armor Level(s) &8&l(&7%armor_piece%&8)"
Last updated