Advertisement
WayGroovy

randomspawn

Sep 9th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. config.yml
  2. ----------
  3. debug: true
  4. messages:
  5. randomspawned: "You wake up in an unfamiliar place."
  6. nodamagetime: 5
  7.  
  8. ----------
  9. worlds.yml
  10. ----------
  11.  
  12. #edit the following example world to your preferences
  13. #remember to change 'exampleworld' into your world name
  14. survivocolypse:
  15. randomspawnon:
  16. - respawn
  17. - bedrespawn
  18. - firstjoin
  19. - teleport-from-world
  20. keeprandomspawns: yes
  21. spawnarea:
  22. type: "square"
  23. x-min: -1000.0
  24. x-max: 1000.0
  25. z-min: -1000.0
  26. z-max: 1000.0
  27. thickness: 0
  28. spawnblacklist:
  29. - 8
  30. - 9
  31. - 10
  32. - 11
  33. - 18
  34. - 51
  35. - 81
  36. world:
  37. randomspawnon:
  38. - respawn
  39. - bedrespawn
  40. - firstjoin
  41. keeprandomspawns: true
  42. spawnarea:
  43. type: "square"
  44. x-min: -10.0
  45. x-max: 10.0
  46. z-min: -10.0
  47. z-max: 10.0
  48. thickness: 0
  49. spawnblacklist:
  50. - 8
  51. - 9
  52. - 10
  53. - 11
  54. - 18
  55. - 51
  56. - 81
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement