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
- Host: GitHub
- URL: https://github.com/dosmike/brotkasten
- Owner: DosMike
- License: mit
- Created: 2019-03-06T18:11:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T15:53:34.000Z (almost 7 years ago)
- Last Synced: 2025-07-01T10:05:57.928Z (12 months ago)
- Language: Java
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!