Advertisement
09TheMobLordXx

WildernessTP

Feb 21st, 2022
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. # worldTo is optional only use if you need to have to teleport from world a to b
  2. # Used as such
  3. # regions:
  4. # worldName:
  5. # worldTo: "otherWorldName"
  6. # otherWorldName:
  7. # normal stuff
  8. # Accepted default language files are english, spanish, dutch, deutsch, french, and italian.
  9. # You can add any other language you want by making a yml in the lang file and then putting the yml file's name
  10. # in language spot.
  11. # Cooldown is in seconds
  12. config-version: 403
  13.  
  14. language: english
  15. blacklisted-biomes: [ 'OCEAN' ]
  16. use_hooks: false
  17. distance: 20
  18. cost: 0
  19. retry_limit: 10
  20. delay: 5
  21. TeleportNewbies: false
  22. cooldown: 300
  23. limit_usage: false
  24. teleport_on_respawn: false
  25.  
  26. use_limit:
  27. Rank1: 7
  28. Rank2: 15
  29.  
  30. regions:
  31. mapF:
  32. minX: -10000
  33. maxX: 10000
  34. minZ: -10000
  35. maxZ: 10000
  36. worldTo: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement