For the complete documentation index, see llms.txt. This page is also available as Markdown.

Groups

Configuration of groups.yml file

In making. More documentation soon

Per Group Enchantment Books

You can also set different books items for specific groups. Here is an example how:

groups:
  SIMPLE:
    global-color: "&7"
    group-name: "Simple"
    enchant-book-item:
      item:
        type: PAPER
        id: 0
        custom-model-data: 0
        force-glow: false
      name: "%group-color%&l&n%enchant-no-color% %level%"
      lore:
        - "&a%success%% Success Rate"
        - "&c%destroy%% Destroy Rate"
        - "&e%description%"
        - "&7%applies-to% Enchantment"
        - "&7Drag n' drop onto item to enchant"

Last updated