A simple plugin for Swiftly that implements some base commands.
- Download the newest release of Admins - Core.
- Download the newest release of Admins - Base Commands.
- Everything is drag & drop, so I think you can do it!
- Setup database connection in
addons/swiftly/configs/databases.jsonwith the keyswiftly_adminslike in the following example:
{
"swiftly_admins": {
"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 from
addons/swiftly/configs/plugins(optional) and if you want, you can change the messages fromaddons/swiftly/translations.
- Base commands provided by this plugin:
| Command | Flag | Description |
|---|---|---|
| !rcon | ADMFLAG_RCON | Executes a command on server. |
| !slay | ADMFLAG_SLAY | Kills a player. |
| !slap | ADMFLAG_SLAY | Slaps a player. |
| !map / !changemap | ADMFLAG_CHANGEMAP | Changes the map on server. |
| !csay | ADMFLAG_CHAT | Sends a centered message on server. |
| !rename | ADMFLAG_CHAT | Renames a player. |
- 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!