# February 24th, 2022

## Update Changelog

* **Added**:
  * SkyWars Event
  * Re-added /follow command
  * Configurable kit damage ticks
  * Event Settings (Kit, MaxPlayers)
  * Spectator Menu for ongoing matches
  * Random Team assignment on Party Split
  * Winstreaks, Winstreak LB and Winstreak Holo
  * PlaceholderAPI support for scoreboard (not tested)
  * Amount of players fighting on kit shown on the kit icon amount
  * Stats Menu will have the same style as the Leaderboards Menu
  * Username now stored in PracticePlayerData Mongo Document
* **Changed**:
  * Code clean up and simplification
  * Maybe improved resources usage?
  * Cleaned up Events and its subclasses
  * Optimized all imports from workspace
  * Minor improvements to QueueManager
  * Optimized PracticePlayerData loading task
  * Increased Silex and MMC Menu Style sizes
* **Fixed**:
  * SkyWars Chests
  * MMC Style size issues
  * NPE's on Ranked Queues Menu
  * NPE's while queueing sometimes
  * Queue Ping Range not working at all
  * A lot of fucking fixes I don't even remember
  * All Hologram Leaderboard NPE and iteration issues
  * **GitHub Issues**:
    * <https://github.com/FrozedClubDevelopment/FrostCommunity/issues/1>
    * <https://github.com/FrozedClubDevelopment/FrostCommunity/issues/2>
    * <https://github.com/FrozedClubDevelopment/FrostCommunity/issues/3>
    * <https://github.com/FrozedClubDevelopment/FrostCommunity/issues/16>
    * <https://github.com/FrozedClubDevelopment/FrostCommunity/issues/17>
    * <https://github.com/FrozedClubDevelopment/FrostCommunity/issues/19>
    * <https://github.com/FrozedClubDevelopment/FrostCommunity/issues/20>
* **Removed**:
  * Ranked Queue ELO Range
  * All Unranked Duos related content since it was unfinished and wasn't going to be used either way


---

# 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/2022/february-24th-2022.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.
