Automatically executes custom commands when a player falls below a configurable Y-level (e.g. into the void). Fully configurable and lightweight. Ideal for survival, skyblock, or custom minigames.
Features:
- ✅ Execute any command (like /rtp, /spawn, etc.) when a player falls below a set Y level.
- World-based control — enable the plugin only in specific worlds.
- Fully configurable Y-threshold (e.g. -68 by default).
- Supports message translation in config.yml.
- Includes /voidcommand reload for live config reloading.
- ♾️ Unlimited number of commands with %player% placeholder.
------------------------------------------------------------------------------------------------
⚙️ Config Example:
# Void level
void_y: -68
# List of worlds where the command will be executed
# If the list is empty command will be executed everywhere.
enabled_worlds:
- world
- spawn
# - More worlds if you want to! (you can add an infinite amount of worlds)
# Commands. Use %player% for a player name.
commands:
- "tell %player% It works!"
# Messages
messages:
reload: "§aPlugin had been reloaded!"
------------------------------------------------------------------------------------------------
Permissions:
voidcommand.reload Allows using /voidcommand reload