{"id":19952586,"url":"https://github.com/dosmike/brotkasten","last_synced_at":"2025-07-17T20:37:26.682Z","repository":{"id":133519823,"uuid":"174196028","full_name":"DosMike/Brotkasten","owner":"DosMike","description":"BossBar and Chat broadcaster for Sponge","archived":false,"fork":false,"pushed_at":"2019-09-07T15:53:34.000Z","size":211,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T10:05:57.928Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DosMike.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-06T18:11:42.000Z","updated_at":"2019-09-07T15:50:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e0a26a8-1925-4cc7-a2e1-6088eec1460f","html_url":"https://github.com/DosMike/Brotkasten","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/DosMike/Brotkasten","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FBrotkasten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FBrotkasten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FBrotkasten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FBrotkasten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DosMike","download_url":"https://codeload.github.com/DosMike/Brotkasten/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FBrotkasten/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262941544,"owners_count":23388149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T01:13:42.925Z","updated_at":"2025-07-01T10:05:59.947Z","avatar_url":"https://github.com/DosMike.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brotkasten\n\nA simple plugin for BossBar and Chat broadcasts.\n\n## Commands\n\n#### Reload the coonfiguration with\n`/brotkasten reload`  \n`/brot reload`  \n**Permission:** brotkasten.command.brotkasten (base command), brotkasten.command.brotkasten.reload (reload)\n\n#### Set a custom boss bar (not in config)\n`/bossbar set --color COLOR --time TIME  MESSAGE`  \n`/bb set MESSAGE`  \n**Permission:** brotkasten.command.bossbar (base command), brotkasten.command.bossbar.set (replace bossbar)  \n**Arguments:**\n* Color (Optional): One of White, Green, Blue, Red, Yellow, Pink, Purple\n* Time (Optional): Countdown in seconds or 'infinite'\n* Message: The text to display, supports \u0026-Format codes\n\n#### Resume the boss bar schedule\n`/bossbar skip`  \n`/bossbar next`  \n`/bossbar continue`  \n**Permission:** brotkasten.command.bossbar (base command), brotkasten.command.bossbar.skip (continue schedule)  \n\n#### Mute and unmute the boss bar cycle\n`/bossbar mute`   \n`/bossbar hide`   \n`/bossbar off`   \n`/bossbar disable`   \n`/bossbar unmute`   \n`/bossbar show`   \n`/bossbar on`   \n`/bossbar enable`   \n**Permission:** brotkasten.command.bossbar (base command), brotkasten.command.bossbar.mute (mute and unmute the bossbar)   \n*This does not hide bossbars that are set by admins or commandblocks (or bosses)*\n\n### Config\n```\n# Messages that will be displayed as boss bar\nBossBar {\n    # Messages, one message per entry\n    # Message format: {Flags}Message\n    # Flags:\n    #  \u003cfrom\u003e% - where this bar starts\n    #  \u003cto\u003e% - where this bar ends\n    #  \u003ctime\u003esec or \u003ctime\u003emin - how long to display the message\n    #  \u003ccolor\u003e - color of the boss bar, white, green, red, blue, yellow, pink or purple\n    #  \u003cdivs\u003eticks - the amount of subdivisions the bar shall have 0, 6, 10, 12 or 20\n    # Message:\n    #  Can use \u0026-Formatting codes\n    Messages=[\n        \"{100%, 0%, 10sec, green}\u0026aThank you for using \u0026rBrotkasten\"\n    ]\n    # Delay between messages, if a boss bar finishes earlier the next one won't\n    # play until this time has passed. If the bar is displayed for more than\n    # the specified amount of seconds it will not be interrupted!\n    MinDelay=30\n}\n# Messages that will be displayed in chat\nChat {\n    # Time between messages\n    Delay=30\n    # Messages, one message per entry\n    # You can create Markdown-Like links with (Text)[Action]\n    # Action can be:\n    #  - Command to execute\n    #  - Link to open in external browser\n    Messages=[\n        \"\u00269Cool broadcasting plugin for [Sponge](https://spongepowered.org)\",\n        \"\u0026eLost? Click [here](/spawn) \u0026eto get back to spawn\"\n    ]\n}\n# It's strongly recommended to enable automatic version checking,\n# This will also inform you about changes in dependencies.\n# Set this value to true to allow this Plugin to check for Updates on Ore\nVersionChecker=true\n```\n\n### External Connections\n\n**[Version Checker](https://github.com/DosMike/SpongePluginVersionChecker)**  \nThis plugin uses a version checker to notify you about available updates.  \nThis updater is **disabled by default** and can be enabled in `config/brotkasten.conf`\nby setting the value `VersionChecker` to `true`.  \nIf enabled it will asynchronously check (once per server start) if the Ore repository has any updates.  \nThis will *only print update notes into the server log*, no files are being downlaoded!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosmike%2Fbrotkasten","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdosmike%2Fbrotkasten","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosmike%2Fbrotkasten/lists"}