Advertisement
siso_

Untitled

Sep 10th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. #
  2. # WorldGuard's configuration file
  3. #
  4. # About editing this file:
  5. # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
  6. # you use an editor like Notepad++ (recommended for Windows users), you
  7. # must configure it to "replace tabs with spaces." In Notepad++, this can
  8. # be changed in Settings > Preferences > Language Menu.
  9. # - Don't get rid of the indents. They are indented so some entries are
  10. # in categories (like "enforce-single-session" is in the "protection"
  11. # category.
  12. # - If you want to check the format of this file before putting it
  13. # into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
  14. # and see if it gives "ERROR:".
  15. # - Lines starting with # are commentsand so they are ignored.
  16. #
  17. # WARNING:
  18. # Remember to check the compatibility spreadsheet for WorldGuard to see
  19. # if any features are currently broken in your version of Bukkit.
  20. #
  21.  
  22. summary-on-start: on
  23.  
  24. suppress-tick-sync-warnings: false
  25.  
  26. protection:
  27. enforce-single-session: on
  28. item-durability: on
  29.  
  30. simulation:
  31. sponge:
  32. enable: off
  33. redstone: off
  34. radius: 3
  35.  
  36. physics:
  37. no-physics-gravel: off
  38. no-physics-sand: off
  39. allow-portal-anywhere: off
  40. disable-water-damage-blocks: []
  41.  
  42. ignition:
  43. block-tnt: off
  44. block-lighter: off
  45.  
  46. fire:
  47. disable-all-fire-spread: off
  48. disable-fire-spread-blocks: []
  49. disable-lava-fire-spread: off
  50. lava-spread-blocks: []
  51.  
  52. mobs:
  53. block-creeper-explosions: off
  54. block-creeper-block-damage: off
  55.  
  56. spawn:
  57. login-protection: 3
  58. spawn-protection: 0
  59. kick-on-death: off
  60. exact-respawn: off
  61. teleport-to-home-on-death: off
  62.  
  63. player-damage:
  64. disable-fall-damage: off
  65. disable-lava-damage: off
  66. disable-fire-damage: off
  67. disable-drowning-damage: off
  68. disable-suffocation-damage: off
  69. disable-contact-damage: off
  70. teleport-on-suffocation: off
  71.  
  72. regions:
  73. enable: on
  74. wand: 287
  75. default:
  76. build: true
  77. chest-access: false
  78. pvp: true
  79. lighter: true
  80. tnt: true
  81. creeper: true
  82. mobdamage: true
  83.  
  84. blacklist:
  85. logging:
  86. console:
  87. enable: on
  88. database:
  89. enable: on
  90. dsn: jdbc:mysql://10.1.1.20:3306/minecraft
  91. user: ####
  92. password: ####
  93. table: ####
  94. file:
  95. enable: off
  96. path: worldguard/logs/%Y-%m-%d.log
  97. open-files: 10
  98.  
  99. # See http://wiki.sk89q.com/wiki/WorldGuard/Permissions/Bukkit
  100. permissions:
  101. users:
  102. sk89q:
  103. permissions:
  104. - /region
  105. - /reloadwg
  106. - /reload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement