Random teleports - erikzimmermann/WarpSystem-IssueTracker GitHub Wiki

Purpose of random teleports

This feature provides interactable rtp blocks and teleports you to randomly calculated positions in your world.

Further information about rtp on BungeeCord comming soon (Already available since v4.2.5-premium)!

Command usage

Permissions can be found »here«.

Modify - /randomtp <blocks>: Add, edit and remove interactable rtp blocks
Use - /randomtp <buy, go, info, teleport>: Use rtp in general
Optional - /randomtp go [category]: Apply a category for this rtp, e.g. worlds
Optional - /randomtp teleport [category]: Use rtp to teleport other people

Configure max and free teleports

You have to use permissions to set a max amount of teleports. As stated »here« you need warpsystem.randomteleport.max.n where you replace n with a natural number. The same for free teleports with warpsystem.randomteleport.free.n.

However, if you want unlimited teleports you can simply replace n with *.

Location Pre-Loading

Random teleports take in most cases a few seconds to find a good position. By pre-loading random locations this search time can be increased significantly.

Please note that the RTPConfig.yml must be re-created eventually. Also note that this feature only comes for the premium branch.

Following settings were added:

  PreLoading:
    Enabled: true
    # The number of seconds after the server start to wait before preloading random locations
    Begin_After_Startup: 60
    # - world_name: <number of preloaded random locations>
    Worlds:
      - world: 5
⚠️ **GitHub.com Fallback** ⚠️