# 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'
          - ""
```
