Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

1.43.0.0 - Server Settings System reworked, music command fixed

Pre-release
Pre-release
Compare
Choose a tag to compare
@zekroTJA zekroTJA released this 27 Nov 09:53
· 12 commits to master since this release
9b4ae31

In this update, we've completely reworked the general settings system and the server specific settings system, which is now handled by a MySql-Database.
That makes it way easier to handle the settings data and the saves are now more save than before.

Attention: All server settings and general settings (SETTINGS.txt) will be lost.

If you start the jar file, a SETTINGS.json file will be created. Enter there your discord bot token, your discord user ID to let the bot identify you as the host of the bot, the default prefix and the MySql credentials. Defaultly, if you install MySql on your server, you can use localhost as host and 3306 as port. Then use root as user name and enter your root password in the config file. Then, create a database and enter the name of it into the file to.

After start, the bot will automatically create the structure for all saves.

Currently, this system is in testing pahse. If there appear bugs, please report them as issue in this repository!