Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. ##############
  2. # WORLD INFO #
  3. ##############
  4. random_world: false
  5.  
  6. valid_worlds:
  7. - world
  8.  
  9. radius:
  10. max_X: 9999999
  11. max_Z: 9999999
  12. min_X: 0
  13. min_Z: 0
  14.  
  15. ######################
  16. # PRICE AND COOLDOWN #
  17. ######################
  18. price: 0.0
  19.  
  20. cooldown: 0
  21.  
  22. portal:
  23. price: false
  24. cooldown: false
  25. sign:
  26. price: false
  27. cooldown: false
  28. self:
  29. price: false
  30. cooldown: false
  31. cmd:
  32. price: false
  33. cooldown: false
  34.  
  35. ##############
  36. # BLACK LIST #
  37. ##############
  38. biomes:
  39. - OCEAN
  40. - RIVER
  41. - DEEP_OCEAN
  42. blocks:
  43. - CACTUS
  44.  
  45. ######################
  46. # PLUGIN INTEGRATION #
  47. ######################
  48. towny: false
  49. factions: true
  50. worldguard: false
  51. worldborder: false
  52.  
  53. ########
  54. # MISC #
  55. ########
  56. debug: false
  57. send_message_on_tp: false
  58. anticheat: false
  59. preventPortalUpdate: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement