# April 4th, 2021

## Update Changelog

* **Added**:
  * Spawn Nametags (required NametagEdit as a soft-depend)
  * New Boxing mode for kits
  * New NoFall mode for kits
  * Kit Mode information on /kit info \<kitName>
  * Alerts when a player starts a BuildUHC or Boxing match
  * New /setnametag \<player> \<nametag\_name> command
  * Boxing and Kit Info images -> <https://imgur.com/a/1blpDU8>
* **Changed**:
  * Removed Runner Event
  * Removed old unused code on Editor
  * Adapted /leave to support players playing FFA in spawn
  * Chunk Unloading will be logged into console on shutdown
  * Some small editor tweaks (kits are properly ordered and displayed)
* **Fixed**:
  * Some leaderboards issues related to null pointers
  * Stupid F6 bug that allowed players to dupe and throw items in match
  * Long ass stack-trace when players were previously on FFA and then got into a match (causing NPE's and calculation failures)
* **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-4th-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.
