This plugin will teleport players to spawn when they enter the void. This is useful on hub servers that have an open void that players jump into.
Features
- Teleport players upon entering the void.
- Supports multiple types of teleportation types.
- Multi-World support
- Saves players from death.
- Skyblock Support (ASkyblock, IslandWorld, uSkyBlock or BentoBox)
Supported & Unsupported Versions
Spigot 1.18 or above: Only the latest version of Voidspawn is supported.
Spigot 1.17 or below: You must use version 1.19.5 or below.
Spigot 1.12 or below: You must use version 1.16.1 or below.
Download old versions from the
version history page. Only the latest version is supported, and all older versions are only provided for legacy purposes.
Commands
/vs - Provides some details of plugin.
/vs help - Shows a list of all commands.
/vs info [world] - Get VoidSpawn info for the given world
/vs mode (mode) [world] - Sets the mode of the current world or the world specified.
/vs modes - Lists all available modes.
/vs set [world] - Sets the spawn point for the mode 'spawn' in the current world or the specified world.
/vs remove [world] - Removes a spawn point from the current world or the specified world.
/vs reload - Reloads the plugin.
/vs toggle - toggles whether the player is teleported upon entering the void.
/vs detector (detector) [world] - Sets the world detector, defaults to Void.
/vs option (set/clear) (option) [value...] - Set an option for the mode / detector.
() - Mandatory [] - Optional
Permissions
vs.player.toggle - Permission for /vs toggle command
vs.enable - Enables teleportation/actions when entering the void. Enabled by default for all players.
vs.admin.*
- Will give all /voidspawn commands
vs.admin.set - Gives /voidspawn set command
vs.admin.reload - Gives /voidspawn reload command
vs.admin.remove - Gives /voidspawn remove command
vs.admin.mode - Gives /voidspawn mode command
vs.admin.help - Gives /voidspawn help command
vs.admin.detector - Gives /voidspawn detector command
vs.admin.info - Gives /voidspawn info command
vs.admin.option - Gives /voidspawn option command
vs.* - Will grant all VoidSpawn permissions
color-logs Enables/Disables Colored logging
Commands Variables:
In the command mode, to run the command as op just add "
op:" to the front of the command. Also, there are a few variables available.
${player.name} - The name of the player.
${player.uuid} - The UUID of the player.
${player.coord.x} - The x coordinate of the player.
${player.coord.y} - The y coordinate of the player.
${player.coord.z} - The z coordinate of the player.
${player.coord.world} - The world name the player is in.
Here is an example command: "op:effect ${player.name} minecraft:strength 45"
Available Options:
sound: The sound played when detected in the void
sound_volume: The sound volume
sound_pitch: The sound pitch
hybrid: Whether to run in hybrid mode (mode and command)
keep_inventory: Whether players keep inventory
message: Message sent when detected in the void
command: The command(s) for either command mode or hybrid
inc_death_stat: Whether to increment the death statistic
vertical_offset: The offset from the top of the world to teleport the player
keep_velocity: Whether the player's velocity should be maintained after being teleported
damage: Amount of damage applied upon entering the void
bounce: Number of times to bounce from the void before activating the mode
min_bounce_velocity: Minimum velocity given when bouncing the player
void_height: The height to detect at (default just below the void)
roof_height: The height to detect at on the roof (default 128) - nether detector
Note: not all modes / detectors support every option
There is also a worlds.yml all information for world modes and other stuff is set and saved here.
Modes
Spawn - Teleports player back to a set spawn location
Touch - Teleports player back to the spot where they touched the ground last
None - Removes any mode from the world
Island - Teleports player to their own island. Requires
ASkyblock,
IslandWorld,
uSkyBlock or
BentoBox,
SuperiorSkyblock
Command - Execute command(s) when the player enters the void.
Detectors
Void - Activates when the player enters the void. (Default)
Nether - Activates when the player enters the void or when the player goes above the bedrock at level 128
To get the fastest response for issues or questions is to open a new ticket on Github. I do not regularly keep an eye on Spigot MC.
Please make a ticket on
Github, and I will try to fix it as soon as I can.
Unofficial Support for Spigot 1.17 or below: The latest versions of VoidSpawn only supports Spigot 1.18 or above. Note: Legacy versions are no longer officially supported but will work on older versions of Spigot.
PLEASE NOTE (Version 1.12.2 or below): Not Working? Do you use "*" for permissions? Make sure to negate "vs.override" in your permissions.
Please suggest some new features on
GitHub!