Skip to content

Item Quality Configuration

Ren edited this page Aug 19, 2019 · 1 revision

» Home » Item Quality » Configuration

Configuration

  • item-qualities: Each section here will be loaded as an item quality. Make sure the names here match what is used in Professions or Crafting Skill if you are using them.
    • item-quality:
      • lore: A list of lines that are added to lore when an item uses this quality. These must stay the same for items to be detected as the quality, so keep in mind that updating this means you need to update the items in-game too!
      • durability-modifier: A modifier that is used to alter how much durability an item has. For example 0.5 would make the item half as durable, or 2 would make the item twice as durable.
      • applicable-items: A list of items for which the quality is applicable. Materials are listed in https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html

Permissions

rpkit.itemquality.command.itemquality.list:
    description: Allows listing item qualities
    default: op
rpkit.itemquality.command.itemquality.set:
    description: Allows setting the quality of the currently held item
    default: op
Clone this wiki locally