This fork adds a console mode. It works like command mode, but runs the configured command from the server console instead of as the player.
Use it by setting a world's mode to console and configuring the command option. Player placeholders use the existing ${...} format.
The optional cooldown setting prevents repeated activation while a player is still being detected, which is useful for delayed teleport commands.
void:
mode: console
detector: void
options:
command: brtp player ${player.name} world NODELAY
cooldown: 5VoidSpawn is an easy-to-use plugin built for Bukkit & Spigot where the player is teleported to a spawn upon entering the void.
- Teleports players upon entering the void.
- Supports multiple types of teleportation types.
- Multi-World support
- Saves players from death.
- Java 21+
- Spigot MC 1.21.1+ (1.21.1-R0.1-SNAPSHOT or Higher)
uSkyBlock 2.7.5 (Optional) - Adds additional features.(See endercrest#107)- BentoBox 2.5.4 (Optional) - Adds additional features.
- SuperiorSkyblock2 2024.3 (Optional) - Adds additional features.
VoidSpawn 1.17.0 and above only supports MC/Spigot 1.13 and above. For MC/Spigot versions below, there are unsupported versions under the releases tab.
Requires Maven 3 & Git
Begin by cloning the repository.
git clone https://github.com/endercrest/VoidSpawn.git
Navigate to created directory
cd VoidSpawn
Next, Compile the project.
mvn install
Feel free to make contributions to the repository. When making pull-requests, I ask that you aim at the develop branch where all pre-release development goes.
VoidSpawn requires a working version of Spigot or Bukkit to be installed and setup. Once a Spigot or Bukkit server is setup, drop VoidSpawn.jar into the plugins folder of the server then restart the server. For details on how to use the plugin in-game, head over to the VoidSpawn resource page on SpigotMC.
Run into an issue? Please use the issue tracker provided by GitHub. Issues will hopefully be resolved as soon a possible.