HyLimits: Simple World Border Management
HyLimits is a lightweight, efficient server-side plugin designed to help administrators manage player movement by enforcing world boundaries relative to the world's spawn point.
Whether you are running a small private server, a competitive challenge, or just want to keep your players within a specific area, HyLimits provides a seamless way to restrict movement without the need for complex "invisible wall" setups.
🛡️ Key Features
- Dynamic Boundary Enforcement: Automatically checks player positions and prevents them from wandering too far from the world spawn.
- Soft Teleportation: If a player crosses the limit, the plugin gently "clamps" their position back to the nearest valid coordinate, ensuring they don't get stuck in a loop.
- Built-in Anti-Spam: Players receive a notification when they hit the border, but a built-in 2-second cooldown prevents chat from being flooded with warnings.
- Admin Commands: Update your world limits on the fly without needing to restart the server or manually edit config files.
- Spawn-Relative Limits: Limits are calculated based on the world's global spawn point, making it perfect for "Radius" style gameplay.
⌨️ Commands & Permissions
| Command | Description | Permission |
|---|---|---|
/setlimits x z |
Sets the allowed radius for the X and Z axes. | hytale.admin |
Example: /setlimits 100 100 will create a 200x200 square zone centered on the spawn point.
⚙️ Configuration
The plugin generates a configuration file where you can manually set the default boundaries. By default, the plugin starts with a 25-block limit in both directions.
`json { "Limits": { "X": 25, "Z": 25 } }

