Custom Durability

information

Custom durability is a really powerful system that allows you to create items with a set amount of uses. All items can have a Max Durability stat, which defines how many times the item can be used before either breaking or becoming unusable.

Configuration

This setting is in config.yml

Configuration:
  Basic:
    #basic, bar or ratio
    Durability_Type: "basic"  
    #you also can use ✦, ∎ or any you want symbol
    Durability_Display_style: "|" 
    #This is symbol amount
    Durability_Display_style_Amount: 40
    #if false, when item broken, player can't watch prompt message
    Enable_Item_Broken_Message: true

Last updated