Bukkit plugin which lets you teleport players to random locations. [v2: 1.13 - 1.16.x]
Go to file
Phoenix616 32de0ca58b Fix Y coordinate at the proper location
This is necessary as the searcher is validating the block below the player's feet, not the one the player is standing in. Therefore we add one to the Y coordinate when completing.
2019-04-27 01:00:18 +01:00
randomteleport-hook Fix hook order reversal 2019-04-12 13:17:23 +01:00
randomteleport-plugin Fix Y coordinate at the proper location 2019-04-27 01:00:18 +01:00
randomteleport-plugin-hooks Fix issues with maven build 2019-01-23 00:48:02 +01:00
.gitignore [WIP] Some initial code and structure for v2 2019-01-09 01:34:52 +01:00
LICENSE [WIP] Some initial code and structure for v2 2019-01-09 01:34:52 +01:00
pom.xml Update to PaperLib 1.0.2 to fix version detection 2019-04-12 15:44:15 +01:00
README.md [WIP] Some initial code and structure for v2 2019-01-09 01:34:52 +01:00

RandomTeleport v2

Work in progress!

Second generation random teleport Bukkit Plugin.

Lets you teleport players to a random location of a map within your provided parameters while respecting stuff like world borders and region protections.

SpigotMC resource page: http://www.spigotmc.org/resources/fubs-random-teleport.1094/

TODO: Command parameter documentation