PunishmentGUI
  • PunishmentGUI Overview
  • Bungeecord/Network Setup
  • Custom Menu Item Data
  • Skulls in Menus
  • Default Config Files
    • settings.yml (1.8-1.12.x)
    • settings.yml (1.13+)
  • Update Changelogs
    • 0.0.7 - Changelog
    • 1.0.0 - Changelog
    • 1.0.3 - Changelog
    • 1.0.4 - Changelog
    • 1.0.5/1.0.6 - Changelog
    • 1.0.7 - Changelog
    • 1.0.8 - Changelog
    • 1.0.9 - Changelog
  • Main Wiki
Powered by GitBook
On this page
  • 1.0.3 - 12/9/2020
  • Added/Changed
  • Fixes
  • How to use Glow

Was this helpful?

  1. Update Changelogs

1.0.3 - Changelog

1.0.3 - 12/9/2020

Added/Changed

  • Added item glow option.

  • Menu will now update on reload command.

Fixes

  • Cleaned up code.

  • Removed unneeded classes.

How to use Glow

All you need to do is add the following to the item you wish to have glow on!

glow: true

Example item with glow:

      ClientModOffensesItem:
        name: "&a&lClient Mod Offenses"
        material: "IRON_SWORD"
        durability: 0
        slot: 14
        glow: true
        message:
          enabled: false
          text: "&eHello &b<player>!"
        command:
          enabled: false
          #Put command without /
          execute: ""
        action: ""
        lore:
          - ""
          - '&7X-Ray, Forcefield, Speed, Fly, Inventory Hacks, etc'
          - ""

Previous1.0.0 - ChangelogNext1.0.4 - Changelog

Last updated 4 years ago

Was this helpful?