Phoenix616 / RandomTeleport

Bukkit plugin which lets you teleport players to random locations. [v2 requires 1.13+]
https://ci.minebench.de/job/Randomteleport/
GNU General Public License v3.0
17 stars 14 forks source link

Add support for separate X/Z radius #36

Open iLemon opened 4 years ago

iLemon commented 4 years ago

Suggestion: Add a way to specify a different max distance for the X and Z coordinate.

I have a world that is 43008×21504 in size. So the max distance from x: 0 z: 0 would be 21504 on x and 10752 on z.

Phoenix616 commented 4 years ago

For now this is possible at least for a full world by setting the border with WorldBorder and just using the bigger radius as the plugin will not generate or teleport to coordinates outside the border.