Releases: endercrest/VoidSpawn
V1.22.0
V1.21.0
This update official bumps up the api version to Minecraft 1.21.
- Update support for Bentobox 2.5.4 and above
- Update support for SuperiorSkyblock 2024.3 and above
- Fixes teleporting bug in old versions
- Fix touch mode losing track of player location on reconnection
- Drop support for legacy ASkyblock (Still supported as Bentobox addon)
- Drop support for IslandWorld
- Temporarily drop support for USkyBlock (#107)
V1.20.0
This update brings proper support for Minecraft 1.18 with the new world height.
- Fix detectors to correctly choose void height level based on each world
- Drop support for all versions before Minecraft 1.18
- Upgrade to Java 16
- Implement option system for detectors
- Replaced 'offset' option with 'void_height' and 'roof_height'
V1.19.5
V1.19.4
V1.19.3
V1.19.2
It is highly recommended to update to this version in order to fix a problem within CommandMode.
- Fix bug when accessing fallback spawn
- Add incompatibility mode providing minimal backwards compatibility for MC 1.12 and below
Note: This incompatibility mode is a temporary measure that might allow older versions to run. Please note, VoidSpawn will eventually completely removed support for these versions by disabling itself. So it is highly recommended to update to MC 1.13 in order to continue to use this plugin. There are also no guarantees that VoidSpawn will work as expected.
V1.19.1
A small patch for two bugs:
- Fix NPE in command mode when the player hasn't touched the ground
- Fix NPE caused by BentoBox's API
v1.19.0
Got a larger update that has been long overdue. With this many changes, there are some changes for bugs, so please report them to https://github.com/endercrest/VoidSpawn/issues!
- New mode: Looper! (#66)
- This mode will teleport the player to the top of the world at the same x, z location.
- This has two unique options: vertical_offset and keep_velocity
- Add SuperiorSkyblock2 support (#50)
- Implement new options system
- This system takes over all the different settings that can be set for different modes.
- This introduces the new command: "/vs option [set/clear] [option] [value...]"
- Available options (not available for all modes): sound, sound_volume, sound_pitch, hybrid, keep_inventory, message, offset, command, inc_death_stat, vertical_offset, keep_velocity.
- Different modes support different options. This system is much easier to implement new options, so if there are any new options you would like, please let me know!
- Add Death Increment Option (#64)
- Refactor Island mode
- Minor front-facing changes allowing for more separated and long term stability.
- All island modes now support fallback spawn when missing island (#72)