Advertisement
Qballl

Untitled

Aug 2nd, 2023
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 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: 150
  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: 5
  28. Rank2: 10
  29.  
  30. regions:
  31. world:
  32. minX: -100
  33. maxX: 100
  34. minZ: -100
  35. maxZ: 100
  36. worldTo: 'Wild'
  37. Wild:
  38. minX: -100
  39. maxX: 100
  40. minZ: -100
  41. maxZ: 100
  42.  
  43.  
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement