DebugBorder
DebugBorder is a lightweight Hytale Server plugin that renders a configurable world border and enforces it with
slowdowns, pushback, damage, and warning notifications. It also draws the border on the in-game world map so players
can see it at a glance.
Note: This is a hacky proof of concept. Expect bugs and rough edges. I recommend reading the code and
adapting it to your needs or incorporating parts into your own plugins.
Features
- Per-world border configuration (center, diameter, color)
- Optional border enforcement (slowdown, pushback, damage, warnings)
- Night-time brightness controls for visibility
- World map overlay rendering
- Minimal overhead with scheduled updates
Installation
- Download the latest DebugBorder release.
- Place the jar in your server's mods folder.
- Restart the server.
Usage
- Use
/worldborder to configure the border.
- Default permission group: Creative.
Commands
/worldborder add <distance> [<time>]
/worldborder center <x> <z>
/worldborder damage amount|buffer <value>
/worldborder get
/worldborder set <distance> [<time>]
/worldborder warning distance|time <value>
/worldborder color <r> <g> <b>
/worldborder nightbrightness <value>
Support
If you find a bug or have a suggestion, open an issue or reach out through your preferred support channel.
License
MIT license — free to use, modify, and redistribute with attribution.