V1.19.2

Details

  • Filename
    VoidSpawn.jar
  • Uploaded by
  • Uploaded
    Jan 24, 2021
  • Size
    107.71 KB
  • Downloads
    6,074
  • MD5
    1f08c24907842a1bfa939743cc11af34

Supported Bukkit Versions

  • 1.16
  • 1.15
  • 1.14
  • 1.13

Changelog

V1.19.2

  • 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)

V1.18.3

  • Fix BentoBox teleportation

V1.18.2

  • Fix trapdoors breaking touch mode -- Thanks to @YellowZaki
  • Fix exception caused by invalid world

V1.18.1

  • Fix nether detector height check.
  • Add selected detector to /vs info command
  • Small internal changes