Skip to content

Crafting Skill Configuration

Ren edited this page Aug 17, 2019 · 2 revisions

» Home » Crafting Skill » Configuration

Configuration

When crafting/smelting/mining an item, players gain 1 experience point in that skill. Each item can have increased/decreased amounts & qualities set for each level of experience a player may have in that particular action.

The config looks like:

${action}:
  ${MATERIAL}:
    '${experience amount}':
      amount: ${amount}
      quality: ${quality}

Where:

  • ${action} is one of "crafting", "smelting" or "mining".
  • ${MATERIAL} is a material from this list: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  • ${experience amount} is the amount of experience that is required to start producing the amount and quality
  • ${amount} is the amount of the item that is produced at that level of experience
  • ${quality} is the quality of the item that is produced at that level of experience, as configured in Item Quality/Configuration

Recommended cache sizes

  • rpkit_crafting_experience_value id should be the maximum amount of players

Permissions

rpkit.craftingskill.command.craftingskill:
    description: Allows viewing crafting skill
    default: true
Clone this wiki locally