2.2 - Changelog

2.2 (10/8/22)

Changes:

  • Add 1.7.10 support

  • Add Custom Model Data support for 1.14+

  • Add Glow support for items

  • Add Custom Commands support in the config.yml

  • A lot of MySQL improvements

  • Add a new format for HEX colors on 1.16+ &#xxxxx

Config Changes:

Custom Commands this goes in config.yml

# A restart is required for command changes
commands:
  console-gems:
    enabled: true
    command: "consolegems"
    aliases:
      - "cgems"
  gems:
    enabled: true
    command: "gems"
    aliases:
      - ""
  gems-shop:
    enabled: true
    command: "gemsshop"
    aliases:
      - "gemshop"
  gems-reload:
    enabled: true
    command: "gemsreload"
    aliases:
      - ""
  gems-top:
    enabled: true
    command: "gemstop"
    aliases:
      - "gemtop"

Add this to any item in menus.yml if you want a glowing item

glow: true

Last updated

Was this helpful?