Version 1.0.0
Initial Release
- New Features:
- Prevents player deaths when falling into the void by teleporting them back to a safe, configurable location.
- Three configurable teleportation methods:
WORLD_SPAWN
: Teleports to the world's spawn point.BED_SPAWN
: Teleports to the player's bed spawn point (falls back toWORLD_SPAWN
if none set).CUSTOM_LOCATION
: Teleports to specified X, Y, Z coordinates.
- Customizable message sent to the player when they are saved from the void.
- Configurable system that can be reloaded via command.
- Automatic update checker that notifies the console and OPs about new versions available on Modrinth.
- Commands:
/novoidx
: Displays basic plugin information./novoidx reload
: Reloads the plugin configuration.
- Permissions:
novoidx.use
: Allows use of the base/novoidx
command.novoidx.reload
: Allows reloading the plugin configuration.novoidx.admin
: Grants all NoVoidX administrative permissions (includesreload
).
- Improvements:
- Added auto-completion for the
/novoidx reload
command. - Integrated bStats for anonymous usage data collection.
- Added auto-completion for the
- Compatibility:
- Built with Spigot API 1.21
- Target Java 21