More custom enchantmens, Files auto-updater & More!
New version» 1.0.2
Added»
Compatibility with AdvancedEnchantments! Now you can create new custom enchantments with AdvancedEnchantments and put them in SimpleUpgrades upgrades. How to do it? You just need to put 'advancedenchantments:' 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'
- 'advancedenchantments:SHOCKWAVE/3'
- 'advancedenchantments:CHUNKY/1'
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 Files auto-updater that will automatically update SimpleUpgrades files in case of updates, as is the case here.
The function to activate and deactivate the prefix in messages from the 'prefix' option in the config.yml.
The function to use custom aliases as plugin commands. This function is still under development, the tab completer does not support them yet.
The function to choose which buttons to show in the GUI. To hide a button, you need to set its 'active' option to 'false'. If the button doesn't includes the 'active' option it will be considered as 'true'.
Code (YAML):
left_button: # You can find the materials list here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html item: ARROW
display_name: '&6<<<||'
lore: - '&7Click here to'
- '&7change &epage&7.'
slot: 47
active: false
In case of issues, don't hesitate to come to the Discord server to ask for help!