Advertisement
Qballl

e

Jan 3rd, 2023
1,126
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. #       normal stuff
  4. # Accepted default language files are english, spanish, dutch, deutsch, french, and italian.
  5. # You can add any other language you want by making a yml in the lang file and then putting the yml file's name
  6. # in language spot.
  7. # Cooldown is in seconds
  8. # Distance is how far out the plugin will check from the location it finds to make sure it is safe
  9. config-version: 403
  10.  
  11. language: english
  12. blacklisted-biomes:
  13. - OCEAN
  14. use_hooks: false
  15. distance: 20
  16. cost: 0
  17. retry_limit: 10
  18. delay: 5
  19. TeleportNewbies: false
  20. cooldown: 600
  21. limit_usage: false
  22. teleport_on_respawn: false
  23. doCountdown: true
  24.  
  25. use_limit:
  26.  Rank1: 5
  27.  Rank2: 10
  28.  
  29. regions:
  30.  world:
  31.    minX: -100
  32.    maxX: 100
  33.    minZ: -100
  34.    maxZ: 100
  35.    worldTo: ''
  36.  spawn:
  37.    worldTo: "world"
  38.  
  39.  
  40.  
  41.  
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement