Skip to content

swiftly-solution/swiftly_advertisements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftlyLogo

[Swiftly] Advertisements

A simple plugin for Swiftly that sends messages on server at a specified time.

Downloads Contributors Issues License


Installation 👀

  1. Download the newest release.
  2. Everything is drag & drop, so i think you can do it!
  3. Setup messages in configuration file.

Example:

{
    "messages": [
        {
            "message": "test message - 5 seconds",
            "interval": 5000,
            "type": "chat"
        },
        {
            "message": "test message - 0.5 seconds",
            "interval": 500,
            "type": "chat"
        },
        {
            "message": "test message - 10 seconds",
            "interval": 10000,
            "type": "center"
        }
    ]
}

Warning

Type can be just center/chat/console.

Configuring the plugin 🧐

  • After installing the plugin, you need to add messages in messages field.

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!