Configuration

title

enchantment-table:

  • mode: "flat-rate" or "multiply"
    • flat-rate: Will use the amount of items you specify in the config
    • multiply: Will use the amount of items you specify multiplied by the amount of experience levels required
  • items:
    • Follow the format used in the generated config, type can be any element from the list found here. Use this tool to help you format ItemStacks correctly.

enchantment-command:

  • mode: "flat-rate" or "multiply"
    • flat-rate: Will use the amount of items you specify in the config
    • multiply: Will use the amount of items you specify multiplied by the amount of enchantment levels being added
  • items:
    • Follow the format used in the generated config, type can be any element from the list found here. Use this tool to help you format ItemStacks correctly.

messages: (& may be used to represent ยง (colour char) in any of these.)

  • success: The message to show on success. Use %enchanted-item% for the name of the enchanted item.
  • failure: The message to show on failure. Use %enchanted-item% for the name of the enchanted item.
  • show-items: A boolean value (true/false) of whether to show the items required or used.
  • item-format: The message to show for each item. Use %payment-item% and %payment-amount% to use the item used for payment and the amount of it used.