-
Notifications
You must be signed in to change notification settings - Fork 1
Installation and updating
Installation is fairly simple. All you need to do is download the latest release and drop it into your server's plugin folder.
If you downloaded the jar file from SpigotMC, it will download the latest release from the Github.
In order to update the plugin you must make sure that the configuration file has the correct data, at the moment our configuration handler
does not support missing inputs. This is on our list of things to complete. Without the required data, the plugin will refuse to start.
I suggest looking through the commit history for that file and double checking the data already exists in your configuration files.
Here is a list of configuration histories
- address-whitelist.toml
- checks-settings.toml
- database-settings.toml
- messages.toml
- words-blacklist.toml
That is about it. Updating this plugin is easy as dropping the new jar file in and making sure the old one is removed.
The Jar from spigot can act as an auto-updater, deleting the old Jar and loading in the latest release.
If you have any questions or concerns feel free to contact us through our Discord server
If you have come across any bugs or issues, or would just like to make a feature request, please create a new issue
Using SafeChat
Modifying SafeChat
SafeChat API
- Coming Soon