Advertisement
Guest User

Untitled

a guest
Nov 18th, 2015
138
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. - La_Grasa
  8.  
  9. radius:
  10. max_X: 10000
  11. max_Z: 10000
  12. min_X: 1000
  13. min_Z: 1000
  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: false
  50. worldguard: true
  51. worldborder: true
  52.  
  53. ########
  54. # MISC #
  55. ########
  56. debug: true
  57. send_message_on_tp: true
  58. anticheat: true
  59. preventPortalUpdate: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement