# April 22nd, 2021

## Update Changelog

* **Added**:
  * **New KitType! SkyWars**
    * Custom **chests** system for SkyWars
    * New ***/setloot*** command for the Custom SkyWars Chests (9 configurable chests)
  * **Tournament Host**
    * New Tournament hosting Menu!
    * New ***/tournament host*** command
  * **Death Effects**
    * Toggleable flight on match end (for winner)
    * Toggleable inventory cleaning on match end (for winner)
    * **5** Different Special Effects on Player Death (for matches, not events)
      * Lightning, Explosion, Pinata, Blood and Flame
  * **General**
    * New action for Hotbar! "EVENTS\_MENU"
    * Configurable separate queues menu (Unranked and Ranked)
    * More configurable messages for events, tournaments, player death
* **Changed**:
  * Cleaned up /spectate command
  * Cleaned up code from Rating class
  * Replaced explosion effect on TNT Tag for LAVA\_POP particles
  * Cooldowns are now reset properly (Enderpearl, Glock and Bridge's Arrow)
  * Item Atrributes are now hidden on majority of the menus (for an more aesthetically pleasing look)
* **Fixed**:
  * Various random bugs that shouldn't happen
  * Distance calculations errors when players weren't on FFA and they got in a match right after
  * Spectators getting teleported back to spawn instead of the arena when they fall into the void
* **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/april-22nd-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.
