# April 19th, 2023

## Update Changelog

* **Added**:
  \*
  * Improved auto-completer to fetch player names
  * Properly implemented auto-completer for arenas and kits
* **Changed**:
  * Lowered fireball launch vector speed
  * Recoded block operations handler (place/break)
  * Relocated libraries within Frost and minimized jar
  * After getting a kill on OITC, the killer will regain all health
* **Fixed**:
  * BattleRush messages not being sent properly
  * NullPointerException  when checking enderpearls in match
  * NullPointerException when shooting arrows or hitting NPC's
  * NullPointerException when someone using /follow gets banned
  * NullPointerException sometimes when getting a random arena for a kit
* **Removed**:
  * Nothing

### Greetings, FrozedClubbers! Elb1to here.

This might be most likely the last update I release to Frost myself, as Demeng will now be taking care of the plugin and every one of you. Expect more exciting updates and changes in the future now that Frost's ownership is under Demeng.


---

# 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/2023/april-19th-2023.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.
