Bukkit plugin which lets you teleport players to random locations. [v2: 1.13 - 1.16.x]
Go to file
Phoenix616 ce3ad0e0fa Fix issues with very small ranges and fix only corners getting found
This also makes the max-range inclusive instead of exclusive as that makes more sense. Previously a searcher with max range of 1 would not find a new coordinate, it should find one at least one block next to it.
2019-04-27 01:32:17 +01:00
randomteleport-hook Fix hook order reversal 2019-04-12 13:17:23 +01:00
randomteleport-plugin Fix issues with very small ranges and fix only corners getting found 2019-04-27 01:32:17 +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