Description
Muezli Announcements
A Bloat free Auto Announcement plugin
Brief Overview
MuezliAnnouncer is a simple to use Auto Announcement plugin. Announcements are broadcasted only if players are online. Vault is required.
I've created this plugin with the intention of having a simple, bloat free Auto Announcer.
Installation
Simply Place the MuezliAnnouncer jar file into the plugins folder. restart your server and then add your announcements to the Config.yml, An example is provided for you in the config.
Config
| Option | Description | Example |
|---|---|---|
| initialDelay | Delay for the first announcer when the server is started | initialDelay:2400 |
| announcementDelay | This is the time in server ticks between announcements | announcementDelay: 3600 |
| announcementPrefix | Here you can set the prefix for your announcements | announcementPrefix: '&6[Muezli]' |
| announcements | Announcements | - "&6My New Announcement" |
Commands and Permissions
| Command | Description | Permission Required |
|---|---|---|
| /announce reload | Reloads the config | muezli.announce.reload |
| /announce list | List announcements | muezli.announce.list |
| /announce shout [text to shout] | Shout announcements | muezli.announce.shout |
| /announce use [Announcement ID] | Broadcasts specific announcements | muezli.announce.shout |
| /announce remove [index] | Add and announcement | muezli.announce.add |
| /announce add [announcement] | Add and announcement | muezli.announce.add |
| /announce set [prefix/delay] [Newprefix/NewDelaytime] | Change the announcer's name or delay time | muezli.announce.add |
Format Codes
| Color Example | Short Code | Example | Result |
|---|---|---|---|
| BLACK | &0 | &0ScottSpittle | ScottSpittle |
| DARK BLUE | &1 | &1ScottSpittle | ScottSpittle |
| DARK GREEN | &2 | &2ScottSpittle | ScottSpittle |
| DARK AQUA | &3 | &3ScottSpittle | ScottSpittle |
| DARK RED | &4 | &4ScottSpittle | ScottSpittle |
| DARK PURPLE | &5 | &5ScottSpittle | ScottSpittle |
| GOLD | &6 | &6ScottSpittle | ScottSpittle |
| GRAY | &7 | &7ScottSpittle | ScottSpittle |
| DARK_GRAY | &8 | &8ScottSpittle | ScottSpittle |
| BLUE | &9 | &9ScottSpittle | ScottSpittle |
| GREEN | &a | &aScottSpittle | ScottSpittle |
| AQUA | &b | &bScottSpittle | ScottSpittle |
| RED | &c | &cScottSpittle | ScottSpittle |
| LIGHT_PURPLE | &d | &dScottSpittle | ScottSpittle |
| YELLOW | &e | &eScottSpittle | ScottSpittle |
| WHITE | &f | &fScottSpittle | ScottSpittle |
| Magic | &k | &kScottSpittle | %ë$¬@# |
| &l | &lScottSpittle | ScottSpittle | |
| &m | &mScottSpittle | ||
| &n | &nScottSpittle | ScottSpittle | |
| &o | &oScottSpittle | ScottSpittle | |
| &r | &4My Name Is &rScottSpittle | ScottSpittle |
Additional Tags
| %playerList | Inserts Player list | |
| %serverVersion | Inserts Server Version | |
| <line> | Forces a new line |
