Skip to content

Releases: endercrest/VoidSpawn

V1.22.0

23 Jan 06:06
fea5433

Choose a tag to compare

This update officially bumps up the api version to Minecraft 1.21.4

  • Add support custom resource pack sounds. Note: This update breaks the sound settings previously set.
  • Fix the plugin crashing on Minecraft 1.21.3 and above (Thanks @ImBas)

V1.21.0

02 Oct 03:32
a4e6963

Choose a tag to compare

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

30 Nov 07:14

Choose a tag to compare

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

13 Oct 05:00
9bf69ef

Choose a tag to compare

Another minor update:

  • Fix players dying when moving around while falling into the void (#90)

V1.19.4

14 Sep 04:06
18a88b3

Choose a tag to compare

This is a minor update:

  • Fix bounce option printing debug info
  • Add additional information to the info command (#76)

V1.19.3

25 May 06:36

Choose a tag to compare

This is a small update including a small dependency update and adding some new mode options.

  • Update Bentobox dependency to 1.16.1, fixing a NoSuchMethodError exception (#84).
  • Add new bounce options (#19) - bounce & min_bounce_velocity
  • Add new damage option (#70) - damage

V1.19.2

24 Jan 19:44

Choose a tag to compare

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

19 Jan 21:59

Choose a tag to compare

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

19 Jan 08:56

Choose a tag to compare

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)

V1.18.3

22 Apr 03:14

Choose a tag to compare

Small bug fix update:

  • Fix BentoBox teleportation exception (#62)