
NoVoidX is a lightweight Minecraft plugin designed to enhance player experience by preventing accidental deaths from falling into the void. This plugin automatically teleports players who fall into the void back to a safe location, ensuring their survival
NoVoidX is a lightweight and essential Minecraft plugin designed to prevent players from losing their progress to the dreaded void. Say goodbye to frustrating deaths and lost items from accidental falls! This plugin intelligently detects when a player enters the void and safely teleports them back to a configurable, secure location, ensuring a smoother and more enjoyable gameplay experience for everyone on your server.
config.yml file. Tailor the plugin to perfectly fit your server's needs./novoidx commands.When a player falls below a configurable Y-level (typically the void level), NoVoidX springs into action. Instead of plummeting to their demise, the player is instantly teleported to a safe spawn point (configurable to be the world's spawn, their bed spawn, or specific coordinates).
NoVoidX is designed to be highly configurable. Here's a snippet of the config.yml:
# NoVoidX Configuration
enabled: true
# Check update on startup
check-update: true
worlds:
world:
enabled: true # Set to false to disable NoVoidX for this world
void-threshold: -128 # Y-coordinate threshold for void in the Overworld
target-world: world_nether
target-y: 512
ration: 8 # Ratio of teleportation to Nether world
world_the_end:
enabled: true
void-threshold: -64
target-world: world
target-y: 512
ration: 1 # Ratio of teleportation to Overworld
# Duration of blindness effect in seconds after teleportation
blindness-duration: 5
# Cooldown in seconds before a player can be teleported again
teleport-cooldown: 3
# logging settings
log: true # Enable or disable logging
| Command | Description | Permission | Default |
|---|---|---|---|
/novoidx |
Displays basic plugin information. | novoidx.use |
true (all) |
/novoidx reload |
Reloads the plugin's configuration. | novoidx.reload |
op |
novoidx.admin (inherits) |
op |
NoVoidX is the simple yet powerful solution to prevent those frustrating void deaths on your Minecraft server. Install it today and let your players explore without fear of the abyss!