Advertisement
FatherWh0

rtp 1

Jun 23rd, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. debug: false
  2. # Triggered when you use /rtp without any additional paramters
  3. # Just write your command as you would use it ingame here
  4. # Don't use the -p parameter, this will get added automaticly with the senders name/the specified playername
  5. presets:
  6. default: "rtp 1000 8000 -x 0 -z 0 -w water_world -c 5"
  7. # add more to use /rtp <rtpname>, player needs "randomteleport.presets.<rtpname>"
  8. # <rtpname>: "/rtp 1 2"
  9. hills: "rtp 1000 8000 -x -0 -z -0 -w water_world -f blocks -b mountains wooded_mountains snowy_taiga_hills wooded_hills gravelly_mountains giant_tree_taiga wooded_hills TAIGA_HILLS -c 5"
  10. flat: "rtp 1000 8000 -x 0 -z 0 -w water_world -f blocks -b SAVANNA PLAINS DESERT snowy_tundra -c 5"
  11. forest: "rtp 1000 8000 -x 0 -z 0 -w water_world -f blocks -b TAIGA dark_forest BIRCH_FOREST FOREST -c 5"
  12. jungle: "rtp 1000 8000 -x 0 -z 0 -w water_world -f blocks -b JUNGLE_HILLS JUNGLE modified_jungle JUNGLE_EDGE modified_jungle_edge -c 5"
  13. loot: "rtp 100 2000 -x 0 -z 0 -w w_loot -f blocks -c 10"
  14. flyhills: "rtp 1000 3000 -x 0 -z 0 -w w_flyworld -f blocks -b mountains wooded_mountains snowy_taiga_hills wooded_hills gravelly_mountains giant_tree_taiga wooded_hills TAIGA_HILLS -c 5"
  15. flyflat: "rtp 1000 3000 -x 0 -z 0 -w w_flyworld -f blocks -b SAVANNA PLAINS DESERT snowy_tundra -c 5"
  16. flyforest: "rtp 1000 3000 -x 0 -z 0 -w w_flyworld -f blocks -b TAIGA dark_forest BIRCH_FOREST FOREST -c 5"
  17. flyjungle: "rtp 1000 3000 -x 0 -z 0 -w w_flyworld -f blocks -b JUNGLE_HILLS JUNGLE modified_jungle JUNGLE_EDGE modified_jungle_edge -c 5"
  18. lootdesert: "rtp 1000 8000 -w w_loot -b desert -f blocks"
  19.  
  20. msg:
  21. search: "&7RandomTeleport searches for a safe place in world {worldname}. . ."
  22. teleport: "&7RandomTeleport teleported you to X: {x} Y: {y} Z: {z}!"
  23. setspawnpoint: "&7Your Respawnpoint has been set to your current location!"
  24. error:
  25. location: "&4Error: &cRandomTeleport could not find a safe location. Try walking a few steps and try again."
  26. cooldown: "&cYou have to wait {cooldown_text}before using this RandomTeleport again!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement