Command permission:
 - outmoded_weapons.command.reload
 - outmoded_weapons.command.give
 
 
Crafting recipes:
 
View attachment 894991 
 
 Weapon Config:
 
 
 
  Code (YAML):
 
 
 
  display_name
  : 
  "Battle Axe"
  
 is_enabled
  : true 
  # will clear from all players if disabled
  
 
  
 max_durability
  : 100 
  # the durability of the item
  
 initial_damage
  : 0 
  # the amount for damage to the durability it has when crated E.g 50 initial damage means it will have 50/100 durability
  
 
  
 attributes
  : 
  # attributes you can find a full list https://hub.spigotmc.org/javadocs/spigot/org/bukkit/attribute/Attribute.html
  
   ATTACK_SPEED
  : -3.2
  
   ATTACK_DAMAGE
  : 2
  
 
  
 disabled_enchantments
  : 
  # anything above the level of the enchantment will be disabled E.g SHARPNESS: 3 means you can use anything above level 3
  
 
  
   MENDING
  : 1
  
   SHARPNESS
  : 3
  
   UNBREAKING
  : 2
  
 
  
 can_be_crafted
  : true