New custom enchants, Anti-Dupe glitch & Update Checker!
New version» 1.0.1
Added»
Compatibility with UnderscoreEnchants! Now you can create new custom enchantments with UnderscoreEnchants and put them in SimpleUpgrades upgrades. How to do it? You just need to put 'underscoreenchants:' before the enchantment name as in the example.
Code (YAML):
example: # You can find the materials list here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html item: DIAMOND_CHESTPLATE
display_name: '&cExample Chestplate'
lore: [] # You can find the enchantments list here: https://www.digminecraft.com/lists/enchantment_list_pc.php # Format: <enchant_id>/<level> enchants: - 'PROTECTION/2'
- 'THORNS/1'
- 'underscoreenchants:GUARDIAN_ANGEL/10'
- 'underscoreenchants:BLOCK/2'
cost: 40
# If you are using a custom plugin that adds new items with their unique texture packs you can use their customModelData. # If this is a Vanilla item, delete this line or put it to 0. customModelData: 0
An Update Checker that will notify you in the console and in-game when a newer version is available. To receive the in-game notification, you must have the 'simpleupgrades.update.warning' permission.
A check that closes the GUI for all players to avoid duplication glitches in case of a reload through command.