Advertisement
Guest User

Untitled

a guest
May 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. # This is used for the different settings in the regions
  2. # Allowed can be:
  3. # - EVERYONE: every player online can teleport to this location
  4. # - UNOWNED: every player online can teleport here, but only if the location isn't owned by anyone
  5. # - ALLY_OWNED: You can teleport here if your clan or an ally clan owns this;
  6. # - NEUTRAL_OWNED: You can teleport here if your clan owns this
  7. # - ENEMY_OWNED: You can only teleport here if an enemy or your own clan owns this place
  8. regions:
  9. GLOBAL:
  10. allowed: NEUTRAL_OWNED
  11. cost: 100
  12. costType: FIXED
  13. example:
  14. allowed: EVERYONE
  15. testloc:
  16. allowed: NEUTRAL_OWNED
  17. teleport-warmup-base-time: 10
  18. teleport-warmup-times:
  19. BLADES:
  20. '10': 5
  21. '15': 4.5
  22. teleport-cooldown-base-time: 10
  23. teleport-cooldown-times:
  24. BLADES:
  25. '10': 5
  26. '15': 4.5
  27. cost-reduction:
  28. BLADES:
  29. '10': 5
  30. '15': 10
  31. spawnpoints:
  32. testloc:
  33. world: InfernalNEW
  34. x: -480.5324656648511
  35. y: 117.0
  36. z: 4025.6148488899594
  37. yaw: -138.90857
  38. pitch: 0.45001584
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement