This is a discussion topic for the Ore project, FxBiomeRTP. View the full project on Ore for downloads and more information.
FxBiomeRTP


This plugin allows players to randomly teleport across the world and to specific biome types.
Installing
After downloading the plugin, place the jar file in the mods
folder of the Sponge server.
Scanning
To be able to teleport to biomes, the plugin will need to run a scan of the available world.
Running /scans scan <world>
will start a scan of the specified world.
The scanner will start scanning chunks from 0,0 outward to 10000x10000 chunks along the X and Z axes, or up to the
world border. It is recommended to have set a world border limit prior to starting the scan.
The scanner runs asynchronously to server functions, so the server is still usable and playable while the scan is running.
It is recommended to wait until the scan has completed before shutting down the server, as this may corrupt the saved data.
Increasing the world border after the scan has started, will not increase the scan area, unless another scan is taken.
Download
You can download the latest version from Ore
Commands and Permissions
Command |
Permission |
Description |
/biomertp |
fxbiomertp.command.biomertp |
Teleports the player to a random biome |
/rtp |
fxbiomertp.command.rtp |
Teleports the player to a random spot |
/scans |
fxbiomertp.command.scans |
Handles the world scans |
/scans list |
fxbiomertp.command.scans.list |
Lists the scanned worlds |
/scans scan |
fxbiomertp.command.scans.scan |
Scans the specified world |
/scans remove |
fxbiomertp.command.scans.remove |
Removes the scan for the specified world |
Rescanning
To rescan a world, simple run /scans scan <world>
for the world.
Running a scan on a world that has already been scanned will delete the previous data and scan the world from scratch.
A new version has been released for FxBiomeRTP, it is available for download here.
FxBiomeRTP


This plugin allows players to randomly teleport across the world and to specific biome types.
Installing
After downloading the plugin, place the jar file in the mods
folder of the Sponge server.
Upon starting up and loading the worlds for the first time after installing, the scanner will start scanning
chunks from 0,0 outward to 10000x10000 chunks along the X and Z axes.
The scanner runs asynchronously to server functions, so the server is still usable and playable while the scan is running.
But it’s recommended to leave the server idle during scanning for at least 5-20 minutes for a simple world and
30-60 minutes for bigger servers as the server may lag enough to crash if a single tick takes >60 seconds.
Due to the scope of how large the scan region is, the server will most likely be stopped before the scan has completely
finished. The scan will not restart upon starting the server in the future, unless the config/fxbiomertp
folder
(which contains the saved scanned data) is deleted.
Since this runs a scan on the world, it is recommended to take a backup of the world before installing the plugin.
Download
You can download the latest version from Ore
Commands and Permissions
Command |
Permission |
Description |
/biomertp |
fxbiomertp.command.biomertp |
Teleports the player to a random biome |
/rtp |
fxbiomertp.command.rtp |
Teleports the player to a random spot |
A new version has been released for FxBiomeRTP, it is available for download here.
- Teleportation only occurs within world border now
- Random Teleport area is 3x bigger
Note: if you have a limited world border, you’d need to delete the config/biomertp/fxbiomertp.ser
file before launching the server, for the scanner to begin scanning the area within the world border
A new version has been released for FxBiomeRTP, it is available for download here.
- It’s now possible to scan and save multiple worlds and randomly teleport to the biomes from the scanned world you’re in
- New world scan handling that doesn’t automatically happen upon server load
- New
/scans
command to start and manage world scans
- Tab list for worlds and biomes shows available worlds and biomes respectively when typing out commands
A new version has been released for FxBiomeRTP, it is available for download here.
Added modded biome support
A new version has been released for FxBiomeRTP, it is available for download here.
- Maximum scan area reduced to 1000x1000 chunks in either direction
- Fixed a bug which decreased scan area by around half
- Fixed a bug which scanned outside the world border
A new version has been released for FxBiomeRTP, it is available for download here.
Teleports are now handled in one step, making the plugin compatible with Nucleus’ /back command
Thank you KyleFreedomSeeds
A new version has been released for FxBiomeRTP, it is available for download here.
This plugin allows players to randomly teleport across the world and to specific biome types.