Advertisement
Qballl

Untitled

Dec 3rd, 2021
1,017
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. use_hooks: true
  16. distance: 1
  17. cost: 0
  18. retry_limit: 10
  19. delay: 5
  20. TeleportNewbies: false
  21. cooldown: 300
  22. limit_usage: false
  23. teleport_on_respawn: false
  24. use_limit:
  25.   Rank1: 5
  26.   Rank2: 10
  27. regions:
  28.   bending:
  29.     minX: -1000
  30.     maxX: -94
  31.     minZ: -1000
  32.     maxZ: 1000
  33.     worldTo: ''
  34.   arena:
  35.     minX: -96
  36.     maxX: 294
  37.     minZ: -196
  38.     maxZ: 141
  39.   spawn:
  40.     worldTo: bending
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement