Changes:
- You can now customize what items trigger the sword abilities
This includes customizing what items work by material, display name, or localized name.
You can get an included/example item by using the
/getstone GAUNTLET <player> command.
I recomend getting a item editing plugin to create custom items so you can customize the item to exactly what you want.
You MUST add these lines to your config.yml file in order to change what items work/don't work with the sword abilite:
Code (YAML):
# Detirmine what items or tools can use the stone abilities.
items:
name
:
- '&6Example Name'
localized-name
:
- 'gauntlet'
material
:
- 'NETHERITE_SWORD'
- 'DIAMOND_SWORD'
- 'GOLDEN_SWORD'
- 'IRON_SWORD'
- 'STONE_SWORD'
- 'WOODEN_SWORD'