RandomTeleport icon indicating copy to clipboard operation
RandomTeleport copied to clipboard

Add support for separate X/Z radius

Open iLemon opened this issue 5 years ago • 1 comments

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.

iLemon avatar May 27 '20 16:05 iLemon

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.

Phoenix616 avatar May 28 '20 10:05 Phoenix616