A simple plugin for Swiftly that saves the connected time of a player on server in database.
- Download the newest release.
- Everything is drag & drop, so i think you can do it!
- Setup database connection in
addons/swiftly/configs/databases.json
with the keymostactive
like in the following example:
{
"mostactive": {
"hostname": "...",
"username": "...",
"password": "...",
"database": "...",
"port": 3306
}
}
Warning
Don't forget to replace the ...
with the actual values !!
- After installing the plugin, you need to change the prefix and the
hours
command name fromaddons/swiftly/configs/plugins
and if you want, you can change the messages fromaddons/swiftly/translations
.
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Join Swiftly Discord Server and send a message in the topic from 📕╎plugins-sharing
of this plugin!