Advertisement
Qballl

Untitled

Oct 21st, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 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. language: english
  14. blacklisted-biomes:
  15. - 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. use_limit:
  26. Rank1: 5
  27. Rank2: 10
  28. regions:
  29. world:
  30. minX: -30000
  31. maxX: 30000
  32. minZ: -100000
  33. maxZ: 100000
  34. world_nether:
  35. minX: -30000
  36. maxX: 30000
  37. minZ: -30000
  38. maxZ: 30000
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement