# Updates

## Update v1.4.0

\[+] New

* Lobby-command

\[^] Updated

* permission in config.yml - thePermission is now useable

\[-] Bugfix/Removed

* maintenance - Players should no longer be able to join
* NoClassDefFoundError in “tempMute” and “tempBan” command

## Update v1.3.0

\[+] New

* [ReportSystem](/bungeesystem/module/punishment/reportsystem.md)
* Set now the banPoints (/banpoints \<player> (\<amount>)) /mutePoints (/mutepoints \<player> (\<amount>)) of a player

\[^] Updated

* sendWebhook in Punishment Moduls - configuration for webhook in messages files

\[-] Bugfix/Removed

* Friend command - now displays the current server correctly

## Update v1.2.4

\[+] New

\--/--

\[^] Updated

\--/--

\[-] Bugfix/Removed

* getReason in KickCommand
* friend offline message in disconnect listener
* show duration correctly (tempmute- and tempban-command)
* NoClassDefFoundError for LanguageAPI

## Update v1.2.3

\[+] New

\--/--

\[^] Updated

\--/--

\[-] Bugfix/Removed

* Error when executing commands fixed

## Update v1.2.2

\[+] New

\--/--

\[^] Updated

\--/--

\[-] Bugfix/Removed

* Version display in the log is now correct
* Error with SQL queries fixed

## Update v1.2.1

\[+] New

\--/--

\[^] Update

* Discord JDA Version 5.0.0-beta.21

\[-] Bugfix/Removed

* Fixed autoban-system
* Fixed automute-system

## Update v1.2.0

\[+] New

* AutoBroadcast - Send messages over the network at a defined interval.
* Discord
  * Webhook for punishment-System
  * Onlinetime command for Discord - See online time of Minecraft players or Discord from a Discord user

\[^] Updated

* Discord JDA Version 5.0.0-beta.20

\[-] Bugfix/Removed

\--/--

## Update v1.1.0&#x20;

\[+] New

* Chat - A possibility to have different chat rooms
* Discord
  * create/delete the synchronization between Minecraft and Discord
  * Show you the invitation link from Discord
  * Add Discord chats to the chat module (Only usable if chat module is activated!)
* motd - Create your own MOTD for your server
* Move - Move a player to a player or server
* Pull - Pull a player to you
* Updater - Get a message in the log and in the game that a new version of the BungeeSystem is available&#x20;

\[^] Updated

\--/--&#x20;

\[-] Bugfix/Removed

\--/--


---

# 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://wiki-en.herrtechniker.eu/bungeesystem/updates.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.
