xVoidSpawn 1.0.3
on Dec 2, 2025🌌 xVoidSpawn
Developed by xPlugins
xVoidSpawn es la solución definitiva y ligera para gestionar las caídas al vacío en tu servidor de Minecraft. Diseñado para el rendimiento, ahora cuenta con un sistema inteligente de detección, soporte multi-idioma y una API robusta para desarrolladores.
🚀 Novedades (Update v2.0)
¡Esta actualización lleva el plugin a un nivel profesional!
- 🌐 Sistema Multi-Idioma: Cambia entre Inglés (
en) y Español (es) simplemente editando una línea en la config. - 💾 Datos Persistentes: El punto de spawn ahora se guarda en
locations.yml. ¡Puedes borrar o reiniciar laconfig.ymlsin perder tu spawn! - 🧠 Detección Inteligente: Ahora ignora a jugadores volando en Creativo/Espectador y verifica la caída real (
FallDistance), evitando teletransportes accidentales al volar o pisar bloques bajos. - ⚡ API para Desarrolladores: Nueva clase
XVoidSpawnAPIy eventos custom (PreVoidTeleportEvent,PostVoidTeleportEvent). - 🎨 Soporte HEX: Colores modernos en todos los mensajes y prefijos.
✨ Características Principales
- Teletransporte al Join: Opcional. Envía a los jugadores al spawn al entrar.
- Altura Configurable: Define a qué altura Y se activa el rescate.
- Soporte RGB/HEX: Usa
&#RRGGBBpara mensajes estéticos. - Tab Completer: Autocompletado nativo para comandos.
- Optimización Extrema: Código limpio y bajo consumo de recursos.
🛠 Comandos y Permisos
| Comando | Descripción | Permiso |
|---|---|---|
/xvoidspawn setspawn |
Establece el punto de spawn en tu ubicación. | xvoidspawn.admin |
/xvoidspawn reload |
Recarga la configuración y el idioma. | xvoidspawn.admin |
/xvoidspawn help |
Muestra la lista de comandos. | xvoidspawn.admin |
Alias: Puedes usar
/xvscomo atajo rápido.
⚙️ Configuración
El archivo config.yml es simple y poderoso.
# Configuración de idioma. Opciones: 'en', 'es'.
# Al cambiar a 'es' y recargar, los mensajes se actualizarán a Español.
locale: en
# Si es 'true', teletransporta al jugador al spawn al entrar.
teleport-on-join: true
# Altura Y en la que el jugador será teletransportado.
# Puedes usar números negativos (ej: -10).
void-level: 0
console-messages:
plugin-enabled: "7FF55[xVoidSpawn] &#AAAAAAPlugin enabled successfully."
xVoidSpawn 1.0.2
on Nov 15, 2025🚀 What's New (v1.1.0 Update)
This update brings a massive improvement in functionality, stability, and performance!
✨ New Developer API
xVoidSpawn is now more than just a plugin; it's an API! We've added a suite of tools for other developers to professionally integrate with xVoidSpawn:
- Custom Events:
PreVoidTeleportEvent: Fired before a player is teleported. It is cancellable, allowing other plugins (like an anti-combat plugin) to prevent the teleport.PostVoidTeleportEvent: Fired after a player has been successfully saved, ideal for giving rewards or effects.
- Accessor Methods:
- Developers can now get the configured spawn location (
api.getSpawnLocation()) or safely teleport players (api.teleportToSpawn(player)) using the main plugin instance (XVoidSpawn.getInstance()).
- Developers can now get the configured spawn location (
🐛 Critical Bug Fix
A major bug has been fixed that caused the plugin to teleport players when they fell into the void in any world. The plugin now works as intended and only activates in the configured spawn world.
⚡ Performance Improvements
The way the plugin handles the config.yml has been optimized. The spawn location is no longer reloaded from the disk on every player movement. Instead, it is cached in memory and only updates when using /xvs setspawn or /xvs reload, drastically improving performance.
🙏 Acknowledgments
A special thanks to the user @Ciberap for discovering and reporting the world bug!



