Skip to content

swiftly-solution/admins_basecomms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

SwiftlyLogo

[Swiftly] Admin System - Base Communications

A simple plugin for Swiftly that implements some base commands.

Downloads Contributors Issues License


Installation 👀

  1. Download the newest release of Admins - Core.
  2. Download the newest release of Admins - Base Commands.
  3. Everything is drag & drop, so I think you can do it!
  4. Setup database connection in addons/swiftly/configs/databases.json with the key swiftly_admins like in the following example:
{
    "swiftly_admins": {
        "hostname": "...",
        "username": "...",
        "password": "...",
        "database": "...",
        "port": 3306
    }
}

Warning

Don't forget to replace the ... with the actual values !!

Configuring the plugin 🧐

  • 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 from addons/swiftly/translations.

Admin Commands 💬

  • 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.

Creating A Pull Request 😃

  1. Fork the Project
  2. Create your Feature Branch
  3. Commit your Changes
  4. Push to the Branch
  5. Open a Pull Request

Have ideas/Found bugs? 💡

Join Swiftly Discord Server and send a message in the topic from 📕╎plugins-sharing of this plugin!


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages