Advertisement
mr_floris

Untitled

Apr 25th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.04 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | EssentialsProtect | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # This section requires the EssentialsProtect.jar to work.
  8.  
  9. protect:
  10.  
  11. # General physics/behavior modifications.
  12. prevent:
  13. lava-flow: false
  14. water-flow: false
  15. water-bucket-flow: false
  16. fire-spread: true
  17. lava-fire-spread: true
  18. flint-fire: false
  19. lightning-fire-spread: true
  20. portal-creation: false
  21. tnt-explosion: false
  22. tnt-playerdamage: false
  23. tnt-minecart-explosion: false
  24. tnt-minecart-playerdamage: false
  25. fireball-explosion: false
  26. fireball-fire: false
  27. fireball-playerdamage: false
  28. witherskull-explosion: false
  29. witherskull-playerdamage: false
  30. wither-spawnexplosion: false
  31. wither-blockreplace: false
  32. creeper-explosion: false
  33. creeper-playerdamage: false
  34. creeper-blockdamage: false
  35. enderdragon-blockdamage: true
  36. enderman-pickup: false
  37. villager-death: false
  38. # Monsters won't follow players.
  39. # permission essentials.protect.entitytarget.bypass disables this.
  40. entitytarget: false
  41. # Prevent the spawning of creatures.
  42. spawn:
  43. creeper: false
  44. skeleton: false
  45. spider: false
  46. giant: false
  47. zombie: false
  48. slime: false
  49. ghast: false
  50. pig_zombie: false
  51. enderman: false
  52. cave_spider: false
  53. silverfish: false
  54. blaze: false
  55. magma_cube: false
  56. ender_dragon: false
  57. pig: false
  58. sheep: false
  59. cow: false
  60. chicken: false
  61. squid: false
  62. wolf: false
  63. mushroom_cow: false
  64. snowman: false
  65. ocelot: false
  66. iron_golem: false
  67. villager: false
  68. wither: false
  69. bat: false
  70. witch: false
  71. horse: false
  72.  
  73. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  74. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  75. creeper:
  76. max-height: -1
  77.  
  78. # Disable various default physics and behaviors.
  79. disable:
  80. # Should fall damage be disabled?
  81. fall: false
  82.  
  83. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  84. # They will be unable to attack users without that same permission node.
  85. pvp: false
  86.  
  87. # Should drowning damage be disabled?
  88. # (Split into two behaviors; generally, you want both set to the same value.)
  89. drown: false
  90. suffocate: false
  91.  
  92. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  93. lavadmg: false
  94.  
  95. # Should arrow damage be disabled?
  96. projectiles: false
  97.  
  98. # This will disable damage from touching cacti.
  99. contactdmg: false
  100.  
  101. # Burn, baby, burn! Should fire damage be disabled?
  102. firedmg: false
  103.  
  104. # Should the damage after hit by a lightning be disabled?
  105. lightning: false
  106.  
  107. # Should Wither damage be disabled?
  108. wither: false
  109.  
  110. # Disable weather options?
  111. weather:
  112. storm: false
  113. thunder: false
  114. lightning: false
  115.  
  116. ############################################################
  117. # +------------------------------------------------------+ #
  118. # | EssentialsAntiBuild | #
  119. # +------------------------------------------------------+ #
  120. ############################################################
  121.  
  122. # This section requires the EssentialsAntiBuild.jar to work.
  123.  
  124. # Disable various default physics and behaviors
  125. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  126.  
  127. # Should people with build: false in permissions be allowed to build?
  128. # Set true to disable building for those people.
  129. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  130. build: true
  131.  
  132. # Should people with build: false in permissions be allowed to use items?
  133. # Set true to disable using for those people.
  134. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  135. use: true
  136.  
  137. # Should we tell people they are not allowed to build?
  138. warn-on-build-disallow: true
  139.  
  140. # For which block types would you like to be alerted?
  141. # You can find a list of items at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html.
  142. alert:
  143. on-placement: LAVA,TNT,LAVA_BUCKET
  144. on-use: LAVA_BUCKET
  145. on-break:
  146.  
  147. blacklist:
  148.  
  149. # Which blocks should people be prevented from placing?
  150. placement: LAVA,TNT,LAVA_BUCKET
  151.  
  152. # Which items should people be prevented from using?
  153. usage: LAVA_BUCKET
  154.  
  155. # Which blocks should people be prevented from breaking?
  156. break:
  157.  
  158. # Which blocks should not be pushed by pistons?
  159. piston:
  160.  
  161. # Which blocks should not be dispensed by dispensers
  162. dispenser:
  163.  
  164. ############################################################
  165. # +------------------------------------------------------+ #
  166. # | Essentials Spawn / New Players | #
  167. # +------------------------------------------------------+ #
  168. ############################################################
  169.  
  170. # This section requires essentialsspawn.jar to work.
  171.  
  172. newbies:
  173. # Should we announce to the server when someone logs in for the first time?
  174. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  175. # If not, set to ''
  176. #announce-format: ''
  177. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  178.  
  179. # When we spawn for the first time, which spawnpoint do we use?
  180. # Set to "none" if you want to use the spawn point of the world.
  181. spawnpoint: newbies
  182.  
  183. # Do we want to give users anything on first join? Set to '' to disable
  184. # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  185. #kit: ''
  186. kit: tools
  187.  
  188. # What priority should we use for handling respawns?
  189. # Set this to none, if you want vanilla respawning behaviour.
  190. # Set this to lowest, if you want Multiverse to handle the respawning.
  191. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  192. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  193. respawn-listener-priority: high
  194.  
  195. # What priority should we use for handling spawning on joining the server?
  196. # See respawn-listener-priority for possible values.
  197. # Note: changing this may impact or break spawn-on-join functionality.
  198. spawn-join-listener-priority: high
  199.  
  200. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  201. respawn-at-home: false
  202.  
  203. # Teleport all joining players to the spawnpoint
  204. spawn-on-join: false
  205. # The following value of `guests` states that all players in group `guests` will be teleported to spawn when joining.
  206. #spawn-on-join: guests
  207. # The following list value states that all players in group `guests` and `admin` are to be teleported to spawn when joining.
  208. #spawn-on-join:
  209. #- guests
  210. #- admin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement