# June 9th, 2021

Special thanks to @r3n for helping me out with finding bugs, game-breaking glitches and heavily testing Frost on his network, **Glance** (glance.top)

## Update Changelog

* **Added**:
  * New MenuListener to possibly patch some other Kit Editor bugs
  * Added 2 new Placeholders for Match Scoreboards on 1v1 and Party
    * Placeholders applicable for the following scoreboards: MATCH, MATCH-PING, IN-MATCH-PARTY-SPLIT, IN-MATCH-PARTY-FFA
    * Match Kit: \<match\_kit>
    * Match Arena: \<match\_arena>
* **Changed**:
  * Cleaned up some classes and removed unused ones
  * Bridges will no longer be shown on the Kit Editor menu, even if it has an editable inventory (this is to prevent future bugs and issues)
* **Fixed**:
  * Random NPE when queueing?
  * NPE on /pdebug (player) Command
  * Asserted NotNull on Holographic Leaderboards, shit's gay sometimes
  * ArrayIndexOutOfBoundsException when players played Boxing in Party FFA
  * Duel received and sent messages showed the sender name on the opponent
  * NPE when trying to open Player Profile Menu and changed the method to get own Global ELO on profile
  * Players breaking the entire plugin when they opened the Kit Editor, selected a kit, then pressed F6 and queued, spectated or joined an event
* **Upcoming**:
  * SkyWars Event
  * HCF Team Fights for Party


---

# 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://docs.frozed.club/frost/update-changelogs/2021/june-9th-2021.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.
