AugustArchive / AutoAnnouncer

:speech_balloon: | Spigot plugin to announce messages in a specific period of time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated Announcements

đź’¬ | Spigot plugin to say an announcement every x milliseconds.

Installing

Visit here and grab the latest JAR file.

Before you run the server, make a config.yml file in the plugins/AutoAnnouncer. Right now, it doesn't auto create it (make a PR if you have a solution!)

Building

You will need Java 1.8 or higher on your machine.

  • Clone the repository (git clone https://github.com/auguwu/AutoAnnouncer.git)
  • Change the directory of the cloned repo
  • Run gradlew shadowJar (or ./gradlew shadowJar) to build the JAR file
  • Grab the JAR file from build/libs and do the process in the installation section!

Configuration

# The prefix of the announcements, use '&' for colors
prefix: ""

# the amount of milliseconds to announce it
interval: 5000

# the list of announcements to say
announcements:
  - test
  - test 2

Credits

Plugin Intentions

This plugin was made for the discord.boats Minecraft server that was recently released. Anyone can use this plugin, but it was for that specific server.

License

AutoAnnouncer is released under the MIT License. Read here for more information.

About

:speech_balloon: | Spigot plugin to announce messages in a specific period of time

License:MIT License


Languages

Language:Kotlin 100.0%