Advertisement
Guest User

WildTP

a guest
May 25th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. # Default Config for WildTP
  2.  
  3. # Enable only if you are using Factions
  4. factions: true
  5. # Enable which zones are safe for teleporting in
  6. wilderness: true
  7. safezone: true
  8. warzone: false
  9.  
  10. # World to teleport in
  11. enabled: true
  12. teleport-world: Survival
  13. # or worlds you can use the command in
  14. command-worlds:
  15. - Survival
  16. - Pvp
  17.  
  18. # What you want the sign to say for them to teleport
  19. # Colors don't matter and only the first line will be matched
  20. sign-text: '[Wild]'
  21.  
  22. # How long they wait before they are teleported ( seconds )
  23. # Set to 0 for no delay
  24. teleport-delay: 0
  25.  
  26. # How long they have to wait before using the command again ( seconds )
  27. teleport-cooldown: 300
  28.  
  29. # Enable this to make it so people don't teleport in water
  30. no-teleport-in-water: true
  31.  
  32. # Minimum to Maximum Cords for tp
  33. minimum-x: -5000
  34. minimum-z: -5000
  35. maximum-x: 5000
  36. maximum-z: 5000
  37.  
  38. # How %cords% is going to look in the teleport message
  39. cords-format: '&3X: &9%x%, &3Y: &9%y%, &3Z: &9%z%'
  40.  
  41. # How you want WildTP to send messages
  42. # Use %blocksaway% for teleported-message to tell how many blocks away they teleported
  43. # %cords% to say where they tped and %timeleft% for the time left in cooldown
  44. disabled-world: '&bMineStars &7>> &5The world you are in does not allow that command.'
  45. teleporting: '&bMineStars &7>> &9Teleporting to random location. Please wait &e3 &9seconds.'
  46. teleported-message: '&bMineStars &aYou were teleported to %cords%!'
  47. teleport-canceled: '&bMineStars &7>> &9Teleporting canceled because you moved.'
  48. no-permission-message: '&bMineStars &4You do not have permission for that!'
  49. player-in-cooldown: '&bMineStars &7>> &bYou are currently in cooldown for %timeleft%!'
  50. reload-message: '&bWild&aTP &7>> &7Reload complete!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement