Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
NoVoidX - No More Void Deaths!
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.
✨ Features
- Void Fall Protection: Automatically teleports players falling into the void to a safe, predefined location. Never lose your precious items to the abyss again!
- Highly Configurable: Easily customize the teleportation destination, messages, and more via a simple
config.yml
file. Tailor the plugin to perfectly fit your server's needs. - Lightweight & Efficient: Designed for minimal server impact, ensuring smooth performance even on busy servers.
- Auto-Update Checker: Stay up-to-date effortlessly! NoVoidX includes an integrated update checker to notify you of new versions, so you can always run the latest and greatest.
- Simple Reload Command: Quickly reload the plugin's configuration without needing a server restart, making on-the-fly adjustments a breeze.
- Permission-Based Control: Granular permissions allow you to control who can use the basic command and who can reload the plugin.
- Intuitive Tab Completion: Enjoy seamless command usage with intelligent tab completion for
/novoidx
commands.
🚀 How it Works
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).
🛠️ Configuration
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
📦 Commands & Permissions
Spoiler
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!