Skip to content

WorldEaterNotifier 1.2.0

Choose a tag to compare

@froyln froyln released this 15 Jul 06:31
· 26 commits to main since this release

Release 1.2.0 – Bedrock Breaker Support, Command Whitelist

New Features

  • New machine type: Bedrock Breaker (/bedrockbreaker), with the full command set already available for world eaters and trenchers (create, start, stop, list, delete, settings, discordPings)
  • Bedrock breaker detection reuses the same explosion-based block-break detection as trenchers (counts blocks actually destroyed, ignores TNT blocks)
  • Bedrock breakers default to minBlocksBroken = 1 (vs. 3 for trenchers), fully adjustable via /bedrockbreaker settings setMinBlocksBroken <count>
  • Command whitelist: op players can always use every command; non-op players can only use /worldeater, /trencher, and /bedrockbreaker if their name is on the whitelist
  • Whitelist is shared across all three commands and stored in the same config file
  • Only op players can add or remove names from the whitelist (settings whitelist add|remove <player>); anyone permitted to use the commands can view it (settings whitelist list)

Upgrading from 1.1.0

  1. Replace the old JAR with the new one.
  2. Your existing config is untouched. The whitelist starts empty, so only op players can use the commands until you add someone.
  3. To let non-op players use the commands, run /worldeater settings whitelist add <player> (or the equivalent /trencher / /bedrockbreaker command — they all share the same whitelist).
  4. Create your first bedrock breaker the same way you'd create a trencher: /bedrockbreaker create <name> <x1> <y1> <z1> <x2> <y2> <z2>.

Installation
Download the JAR from the assets below, place it in your server's mods folder, and start the server. See the README for full usage details.

Full Changelog: 1.1.0...1.2.0