Advertisement
Guest User

Untitled

a guest
Jan 19th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. #
  2. # TP options:
  3. # Time until teleport (in seconds).
  4. config_version: 1.25
  5. console-logging: all
  6. console-nameprefix: §6
  7. delay_for_tp: 5
  8. cooldown_for_tp: 10
  9. move_tolerance: 5.0
  10. damage_tolerance: false
  11. area_only_to_surface: true
  12. tries: 10
  13. only_to_wilderness: false
  14. sign:
  15. tag: '[RandomTP]'
  16. color: GREEN
  17. line: 2
  18. area_avoid:
  19. - AIR
  20. - CACTUS
  21. - FIRE
  22. - LAVA
  23. - STATIONARY_LAVA
  24. - WATER
  25. - STATIONARY_WATER
  26. mode: both
  27. Teleports:
  28. example_for_an_area:
  29. type: area
  30. chance_multiplier: 1
  31. position: world<>-10000:0:-10000<>10000:255:10000
  32. Messages:
  33. moved: You moved! Teleport canceled!
  34. initiated: Teleport initiated! You will be teleported in %t seconds!
  35. done: You teleported to a random location!
  36. already: Teleport already initiated! Do not move!
  37. cooldown: You must wait %t seconds before you can teleport again.
  38. nodata: There is no place to teleport to.
  39. wrongconfig: Error in config.yml! Please tell this error to an Admin!
  40. damage: You took damage! Teleport canceled!
  41. unsafe: No valid spot could be found! Please tell this to an Admin!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement