SimpleGems
SpigotMCCraftaroModrinthBuiltByBit
  • SimpleGems Overview
  • Skulls in Menus
  • Custom Menu Item Data
  • How to create Shop Categories
  • DEFAULT CONFIG FILES
    • config.yml
    • menus.yml
  • CHANGELOGS
    • 2.0 - Changelog
    • 2.1 - Changelog
    • 2.2 - Changelog
    • 3.4 - Changelog
  • Main Wiki
Powered by GitBook
On this page
  • 2.2 (10/8/22)
  • Changes:
  • Config Changes:

Was this helpful?

  1. CHANGELOGS

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
Previous2.1 - ChangelogNext3.4 - Changelog

Last updated 1 year ago

Was this helpful?