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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://punishmentgui.bghddevelopment.com/update-changelogs/1.0.3-changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
