VoidSpawn icon

VoidSpawn -----

Teleport players upon entering the void.




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 / relogging
  • Drop support for legacy ASkyblock (Still supported as Bentobox addon)
  • Drop support for IslandWorld
  • Temporarily drop support for USkyBlock (#107)
----------, Oct 8, 2024

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'
----------, Nov 30, 2021

Another minor update:
  • Fix players dying when moving around while falling into the void (#90)
----------, Oct 13, 2021

This is a minor update:
  • Fix bounce option printing debug info
  • Add additional information to the info command (#76)
----------, Sep 14, 2021

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
----------, May 25, 2021

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.
----------, Jan 25, 2021

Reposting update to fix the download link.

A small patch for two bugs:
----------, Jan 20, 2021

A small patch for two bugs:
----------, Jan 20, 2021

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!
    • With this change, your configuration will automatically be converted and updated. A backup of the config will be made before migration is started.
  • 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)
----------, Jan 19, 2021

Small bug fix update:
  • Fix BentoBox teleportation error (#62)
----------, Apr 24, 2020

Small bug fix update:
  • Fix trapdoors breaking touch mode -- Thanks to @YellowZaki
  • Fix exception caused by invalid world
----------, Dec 30, 2019

Small bug fix update:
  • Fix nether detector height check. (#55)
  • Add selected detector to /vs info command
  • Small internal changes
As always, please report any problems you might run into. I am also always happy to take feature requests.
----------, Sep 13, 2019

Overview:
  • Add BentoBox support (0.13.0-SNAPSHOT or above). Since BentoBox is still in early development, please let me know if you run into problems with it.
  • New Command: /vs info [world] - Provides the status and configuration information for your world setup.
  • Fix Issues #42 & #46

Unfortunately I wasn't able to get to implementing command block support. This will require a larger change to commands.
----------, Nov 10, 2018

This is a smaller feature update, but larger internal update.
  • Updated to Spigot 1.13. Officially dropping support for all previous spigot versions.
  • Update to Java 8.
  • New permission 'vs.enable'. Given to all users by default. If negated/set to false for a player, nothing will happening when entering the void.
  • Added Command Autocomplete. All commands will provide auto complete functionality which should make it easier to use VoidSpawn
  • Various internal changes and improvements
As always, please report any problems you might run into. I am also always happy to take feature requests.

For those looking for bSkyBlock/BentoBox support, I have started working on it. I am currently waiting for the plugin to settle a little bit more before I release a VoidSpawn update with it. For those really interested, there is a branch ( feature/bentobox-support) on Github with an untested version. You will need to compile this yourself.
----------, Jul 31, 2018

Hey everyone, this is a small patch and also includes a small new feature. First case sensitivity has been removed from modes and detectors when loading from files. Another fix is armor not being removed.

The new feature is the ability to have a sound played upon entering the void.
'/vs sound (sound) [volume] [pitch].

Thanks for all the feedback and let me know if you run into any other problems.
----------, Jun 11, 2017

This update adds some new infrastructure to the plugin. This system is called Detectors, detectors are the detection system that worlds used to know when players enter the "void". For this update there are 2 detectors, Void (Default) and Nether. Here are the update notes:
  • Added new detector system. Defaults to void which is the same as before.
  • Added new command /vs detector (detector) [world].
  • Available detectors: Void (Default), Nether.
  • Added variables to command mode. Available variables are: ${player.name}, ${player.uuid}, ${player.coord.x}, ${player.coord.y}, ${player.coord.z}, ${player.coord.world}
  • Added the ability for commands in command mode to be ran as OP. Add "op:" to the front of the command and it will be ran by the server instead of the player. This allows commands to be ran that players don't have permissions for.
  • Minor performance improvements.
Known bug: When successfully setting the detector, no message is sent to the client. But if it is not valid, a message will be sent.

As always, with large changes to the infrastructure, please let me know if you run into any problems.
----------, May 28, 2017

This is an update inspired by @junkkitty12, thanks to his initial work.

  • Add Player Toggle (/vs toggle), This will toggle whether the player is teleported or not when entering the void.
  • New Permission "vs.player.toggle"
  • Altered "/vs set" behaviour so that the world mode is also set to spawn. This should help less problems of the mode being forgotten to being set when setting the spawn.
----------, Apr 20, 2017

This is a small update but a much needed updated.
  • Added uSkyBlock support
  • Fixes bugs involving shared islands for Island World and aSkyBlock
This update is highly recommended for those using island mode.
----------, Feb 24, 2017

This is a minor update that addresses some small feature requests as well as removes a permission node that was causing more headaches than it was worth.

This update includes the following:
  • Removed vs.override permission
  • Add keep inventory flag (/vs keepinventory (true/false) [world]): If set to false, the players inventory is wiped. Defaults to true if not set.
  • Add hybrid mode (/vs hybrid (true/false) [world]): If set to true. Will run both the command mode as well as the other mode. Command mode is ran after the other mode.
  • Offset now works above the void. A negative offset is above the void and positive offset is below the void.
Hope this are welcome changes and please give me feedback on your thoughts.
----------, Jan 21, 2017

Fixes
  • Fixes error not allowing commands to correctly specify worldnames.
This is a minor hotfix for version 1.12.0 & 1.12.1
----------, Dec 12, 2016

This has a small change in it. Firstly it addresses updates in ASkyBlock & IslandWorld and also update Spigot dependency to 1.11.0 R0.1

This also adds the ability to run the command (/vs reload) from the console.
----------, Dec 11, 2016

New
  • Command mode now supports multiple commands, seperate each command using a semicolon.
  • Offset can be added to worlds should you want everything to happen deeper into the void.
  • Command mode commands can now be set in game (/vs command)
Changes
  • Can now clear messages in game. (/vs message)
  • Added offcial support for worlds with spaces in the name.
  • Added versioning to worlds file. This means I can now add migration support and users do not have to worry about files becoming outdated. Any changes that I make will automatically be converted.Should you run into migration errors. Please open an issue on Github.
Fixes
  • Fixed command mode not resetting fall damage.
  • Fixed console errors.
New Permissions
  • vs.admin.offset
  • vs.admin.command

This was a quicker turn around then I was expecting, apparently you get lots done when you don't want to study for finals. :)

As always, if you run into a problem, please open a github issue, that is the fastest way to get a problem fixed.

You can also thank @SlimeDog for this update, he opened a ticket today and got me to look into some problems.
----------, Dec 10, 2016

For those interested, there are snapshots available for download on VoidSpawn's github page, these contains some newer features and fixes that have yet to be put into an official build.

To check those out, head to https://github.com/endercrest/VoidSpawn/releases
----------, Dec 10, 2016

This update is thanks to @Maxqia.

- Added Command Mode
- Fix blank msg being sent
----------, Aug 6, 2016

  • Fix error message being sent on touch mode.
  • Full MC 1.10 Support
----------, Jun 22, 2016

V1.10.0 Changelog
- Added ASkyBlock support.
- Removed Island mode world restriction.
- Updated for 1.9.4

Feature Suggestions are welcomed!
----------, May 23, 2016

Resource Information
Author:
----------
Total Downloads: 52,354
First Release: Mar 2, 2016
Last Update: Oct 8, 2024
Category: ---------------
All-Time Rating:
81 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings