# September 3rd, 2021

## Update Changelog

* * **Added**:
    * HCF TeamFights for Parties
    * Match History (s/o Ryzeon for helping)
    * Time Settings for players in Settings Menu
    * Recoded Leaderboards (Per Kit and Global)
    * Re-Added improved Hologram Leaderboards and Custom Tablist
    * New Arena System Improvements:
      * BuildMax - Maximum Y height the player will be able to place blocks in the arena
      * DeadZone - Minimum Y height where the player dies if their Y location is less than the DeadZone
      * Exciting new arena regen system (never seen before on any publicly purchasable practice plugins)
    * New Commands:
      * /matchhistory \<player>
      * /forcechunksave \<arena> \<copy\_number>
  * **Changed**:
    * Frost Documents layout in MongoDB
    * Improved spawn-players visibility (/tpv)
    * Kit KbProfile will be applied on events now
    * Updated RANKED-UP message on messages.yml
    * Blocked a couple more blocks from being interactable on spawn
    * Cursor position being reset when clicking on Post-Match inventories
  * **Fixed**:
    * Some GUI bugs
    * Lots of code cleanup
    * Spectator Scoreboards
    * Fixed NPE on EntityListener
    * Scoreboards on Party matches
    * Hologram Leaderboards errors
    * Fixed gay shit on PlayerListener
    * Fixed SkyWars Chests Manager UI
    * Bridges team color assignation bugs
    * Cleaned up SkyWars Match Listener
    * Removed unused code from FFA Listener
    * Wrote a new SkyWarsChest Listener class
    * Fixed duping kits when having multiple edited kits
    * Joining Events when they don't have a map setup
    * Forced hit delay to be set to 20 after a match ends
    * Fixed a fuck ton of issues with the Bridges Kit setting
    * Joining FFA when the assigned FFA Kit in settings.yml doesn't exist
    * Fixed SkyWars chests loot not being able to be set (not 100% finished)
    * Cleaned up code on MovementListener (still gotta remove commented code)
  * **Removed**:
    * Lots of NPE's
    * Old dogshit Nametags system
    * Some stupid static accessed methods
    * Tons of redundant and unnecessary cluttered code
  * Upcoming:
    * SkyWars Event
    * BedWars KitType
    * PearlFight KitType
    * StickFight KitType
    * BattleRush KitType

{% hint style="success" %}
**NOTES**:

1. Make sure to reset or change your current DB for Frost
2. Do all the changes as specified in practice-old-changes
3. Remember that this is an **UNFINISHED** version of 5.0, it will have some it's features, not all of them. Please report bugs if there are any!
   {% endhint %}


---

# 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/september-3rd-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.
