Configuration
Updater
updater.auto-update: false
Whether or not to auto-update RandomTP.
Blacklist
biome-blacklist: []
A list of biomes to prevent teleportation to.
block-blacklist: []
A list of blocks to prevent teleportation to.
Worlds
worlds.<worldName>.max-x: 1000
The max X coordinate for teleport locations.
worlds.<worldName>.max-y: 1000
The max Y coordinate for teleport locations.
worlds.<worldName>.cost: 0.0
The cost to teleport (requires Vault). Set to '0.0' to disable.
worlds.<worldName>.cooldown: 0
The delay, in seconds, required between teleports. Set to '0' to disable.
Default Configuration
# The current version of the config (DO NOT CHANGE) config-version: 2 updater: # Whether or not to auto-update RandomTP. auto-update: false # A list of biomes to prevent teleportation to. biome-blacklist: - OCEAN - RIVER - DEEP_OCEAN # A list of blocks to prevent teleportation to. block-blacklist: - CACTUS # max-x - The max X coordinate for teleport locations. # max-y - The max Y coordinate for teleport locations. # cost - The cost to teleport (requires Vault). Set to '0.0' to disable. # cooldown - The delay, in seconds, required between teleports. Set to '0' to disable. worlds: world: max-x: 1000 max-z: 1000 cost: 0.0 cooldown: 0
-
View User Profile
-
Send Message
Posted Mar 6, 2016What is the block-blacklist?
Is this a list of books that the player should not be tp'd on top of? we are having a problem with /rtp in the nether - players are being tp'd into lava source or lava flows and burning nether rack. What should those blocks be called? Are you using bukkit enumeration or spigot or ???
-
View User Profile
-
Send Message
Posted Jan 8, 2017Don't know if anyone needs this but it looks like you should use this list for blacklist. https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
-
View User Profile
-
Send Message
Posted Feb 17, 2018Is there a minimum x & y?
-
View User Profile
-
Send Message
Posted Jul 8, 2018Why my permissions are not working i added randomtp.tp to perms and still not working?!
-
View User Profile
-
Send Message
Posted Oct 20, 2018in a multiverse i only want one world for random tp to work. I want people to type/resource and no matter what world they are in they will random tp inside the resource world with a 5 min cooldown. how would i do this?
-
View User Profile
-
Send Message
Posted Jan 23, 2019In reply to mikediamo:
-
View User Profile
-
Send Message
Posted Jan 23, 2019hello everyone, there is something that I do not understand every time I configure the plugin and I reload the server from the game or through the console my configuration is replaced by it by default, I miss something you think?
-
View User Profile
-
Send Message
Posted Apr 25, 2019How can I block rtp in nether and end? Can I just do:
world-blacklist:
nether
end
?