A simple plugin for Swiftly that implements an Rank System.
- 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 keyswiftly_ranks
like in the following example:
{
"swiftly_ranks": {
"hostname": "...",
"username": "...",
"password": "...",
"database": "...",
"port": 3306
}
}
(!) Don't forget to replace the ...
with the actual values !!
- After installing the plugin, you should change the default prefix from
addons/swiftly/translations/translation.ranks.json
(optional) - To change the value of the points, edit
addons/swiftly/configs/plugins/ranks.json
after the first start of the plugin.
The following exports are available:
Name | Arguments | Description |
---|---|---|
FetchStatistics | playerid | Returns the statistics of a player |
- Base commands provided by this plugin:
Command | Flag | Description |
---|---|---|
!lvl | NONE | Ranks Menu. |
!lvl_admin | z | Ranks Admin Menu. |
!lvl_reset | z/CONSOLE | Reset Statistics |
- 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!