An open API service indexing awesome lists of open source software.

https://github.com/dosmike/brotkasten

BossBar and Chat broadcaster for Sponge
https://github.com/dosmike/brotkasten

Last synced: 11 months ago
JSON representation

BossBar and Chat broadcaster for Sponge

Awesome Lists containing this project

README

          

# Brotkasten

A simple plugin for BossBar and Chat broadcasts.

## Commands

#### Reload the coonfiguration with
`/brotkasten reload`
`/brot reload`
**Permission:** brotkasten.command.brotkasten (base command), brotkasten.command.brotkasten.reload (reload)

#### Set a custom boss bar (not in config)
`/bossbar set --color COLOR --time TIME MESSAGE`
`/bb set MESSAGE`
**Permission:** brotkasten.command.bossbar (base command), brotkasten.command.bossbar.set (replace bossbar)
**Arguments:**
* Color (Optional): One of White, Green, Blue, Red, Yellow, Pink, Purple
* Time (Optional): Countdown in seconds or 'infinite'
* Message: The text to display, supports &-Format codes

#### Resume the boss bar schedule
`/bossbar skip`
`/bossbar next`
`/bossbar continue`
**Permission:** brotkasten.command.bossbar (base command), brotkasten.command.bossbar.skip (continue schedule)

#### Mute and unmute the boss bar cycle
`/bossbar mute`
`/bossbar hide`
`/bossbar off`
`/bossbar disable`
`/bossbar unmute`
`/bossbar show`
`/bossbar on`
`/bossbar enable`
**Permission:** brotkasten.command.bossbar (base command), brotkasten.command.bossbar.mute (mute and unmute the bossbar)
*This does not hide bossbars that are set by admins or commandblocks (or bosses)*

### Config
```
# Messages that will be displayed as boss bar
BossBar {
# Messages, one message per entry
# Message format: {Flags}Message
# Flags:
# % - where this bar starts
# % - where this bar ends
#

### External Connections

**[Version Checker](https://github.com/DosMike/SpongePluginVersionChecker)**
This plugin uses a version checker to notify you about available updates.
This updater is **disabled by default** and can be enabled in `config/brotkasten.conf`
by setting the value `VersionChecker` to `true`.
If enabled it will asynchronously check (once per server start) if the Ore repository has any updates.
This will *only print update notes into the server log*, no files are being downlaoded!