
NoVoidX
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
- Загрузки
- 276
- Подписчики
- 1
- Обновлён
- 9 июля 2025 г.
- Лицензия
- Apache-2.0
Опубликован 19 июня 2025 г.
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.ymlfile. 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
/novoidxcommands.
🚀 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!
Made with 🗿 by SkyX
Ченджлог
1.0.2Релиз1.21.5, 1.21.6, 1.21.7 · 9 июля 2025 г.
- Fix Bug.
- Add Support For 1.21.7
1.0.1Релиз1.21.4, 1.21.5, 1.21.6 · 19 июня 2025 г.
Version 1.0.1
- fix version check
1.0.0Релиз1.21.4, 1.21.5, 1.21.6 · 19 июня 2025 г.
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_SPAWNif 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/novoidxcommand.novoidx.reload: Allows reloading the plugin configuration.novoidx.admin: Grants all NoVoidX administrative permissions (includesreload).
- Improvements:
- Added auto-completion for the
/novoidx reloadcommand. - Integrated bStats for anonymous usage data collection.
- Added auto-completion for the
- Compatibility:
- Built with Spigot API 1.21
- Target Java 21
Комментарии
Загружаем…