Advertisement
Guest User

Untitled

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