Compatibility
Minecraft: Java Edition
Platforms
Links
Creators
Details
Changelog
🚀 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!



