Advertisement
Guest User

config

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