Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. Update:
  2. checker: false
  3. Support:
  4. world-guard: true
  5. vault: false
  6. citizens: true
  7. mcMMO: false
  8. savage-faction: false
  9. flying-carpet: false
  10. massivecraft-factions: false
  11. General:
  12. use-prefix: true
  13. use-actionbar: false
  14. allow-running: true
  15. allow-mob-tagging: true
  16. only-tag-when-damage: false
  17. combat-log-on-kick-or-ban: true
  18. combat-log-on-spam-kick: true
  19. glowing-in-combat: false
  20. teleport-to-spawn: false
  21. whitelisted-commands:
  22. - msg
  23. - m
  24. - r
  25. - tell
  26. - ct
  27. - effect
  28. - tm
  29. combat-log-commands:
  30. - ''
  31. disabled-worlds:
  32. - PGSPAWN
  33. - Shaft
  34. Data:
  35. driver: sqlite
  36. file-name: acl-pro
  37. host: localhost
  38. port: 3306
  39. db-name: sys
  40. username: root
  41. password: root
  42. Times:
  43. time-interval: 1
  44. default-tag-time: 20
  45. time-left-message-enabled: false
  46. disabe-tagged-message-when-tagged: true
  47. enable-permission-times: false
  48. permission-times:
  49. '5':
  50. permission: acl.tagtime.5
  51. '20':
  52. permission: acl.tagtime.20
  53. enable-world-times: false
  54. world-times:
  55. '10':
  56. world: world
  57. '20':
  58. world: world_nether
  59. enable-region-times: false
  60. region-times:
  61. '10':
  62. region: region1
  63. '20':
  64. region: region2
  65. enable-playername-times: false
  66. playername-times:
  67. MineNoot: 20
  68. Notch: 5
  69. World-Guard:
  70. pvp-check-enabled: false
  71. disabled-regions:
  72. - 123
  73. Citizens:
  74. peaceful-citizens:
  75. - 0
  76. - 1
  77. Punishments:
  78. enable-punishments: false
  79. amount-warnings: 2
  80. enable-banning: false
  81. days-banned: 14
  82. enable-money-penalty: false
  83. penalty-amount: 200
  84. Permissions:
  85. Player:
  86. tag-bypass: acl.tag.bypass
  87. check-own-time: acl.tag.checktime
  88. Admin:
  89. admin-wildcard: acl.admin.*
  90. check-others-time: acl.tag.checktime.others
  91. reload-config: acl.admin.reload
  92. acl-menu: acl.admin.menu
  93. db-wildcard: acl.admin.db.*
  94. db-reload: acl.admin.db.reload
  95. db-clear: acl.admin.db.clear
  96. db-updateData: acl.admin.db.update
  97. tag-others: acl.admin.tag.others
  98. tag-all: acl.admin.tag.others.all
  99. tag-list: acl.admin.tag.list
  100. untag-yourself: acl.admin.untag
  101. untag-others: acl.admin.untag.others
  102. untag-all: acl.admin.untag.others.all
  103. region-wildcard: acl.admin.region.*
  104. region-add: acl.admin.region.add
  105. region-remove: acl.admin.region.remove
  106. region-list: acl.admin.region.list
  107. world-wildcard: acl.admin.world.*
  108. world-add: acl.admin.world.add
  109. world-remove: acl.admin.world.remove
  110. world-list: acl.admin.world.list
  111. npc-wildcard: acl.admin.npc.*
  112. npc-add: acl.admin.npc.add
  113. npc-remove: acl.admin.npc.remove
  114. npc-list: acl.admin.npc.list
  115. Disabled-Events:
  116. no-fly:
  117. enabled: true
  118. bypass-permission: acl.bypass.nofly
  119. message: Your fly is disabled due to being in combat
  120. no-teleport:
  121. enabled: true
  122. bypass-permission: acl.bypass.noteleport
  123. message: You can't teleport while in combat
  124. no-enderpearl:
  125. enabled: true
  126. bypass-permission: acl.bypass.noenderpearl
  127. message: You can't use ender pearls while in combat
  128. no-chorus-fruit:
  129. enabled: false
  130. bypass-permission: acl.bypass.nochorusfruit
  131. message: You can't consume chorus fruit while in combat
  132. no-anti-pvp-zone-enterance:
  133. enabled: false
  134. bypass-permission: acl.bypass.noantipvpzone
  135. message: You can't enter this region while in combat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement