Guest User

groups and config

a guest
Jul 2nd, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.89 KB | None | 0 0
  1. # Group inheritance
  2. #
  3. # Any inherited groups prefixed with a g: are global groups
  4. # and are inherited from the GlobalGroups.yml.
  5. #
  6. # Groups without the g: prefix are groups local to this world
  7. # and are defined in the this groups.yml file.
  8. #
  9. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  10.  
  11. groups:
  12. Default:
  13. default: true
  14. permissions:
  15. - essentials.kits.starter
  16. - essentials.suicide
  17. - essentials.afk
  18. - essentials.pay
  19. - essentials.pay.multiple
  20. - essentials.home
  21. - essentials.spawn
  22. - essentials.tpa
  23. - essentials.tpaccept
  24. - essentials.tpdeny
  25. - essentials.home
  26. - essentials.sethome
  27. - essentials.ignore
  28. - essentials.sell
  29. - essentials.worth
  30. - essentials.balance
  31. - essentials.balancetop
  32. - multiverse.portal.access.s1
  33. - multiverse.portal.access.s2
  34. - multiverse.portal.access.c1
  35. - multiverse.portal.access.c2
  36. - multiverse.core.spawn.self
  37. inheritance:[]
  38. info:
  39. prefix: '&e'
  40. build: True
  41. suffix: ''
  42. Voter:
  43. default: false
  44. permissions:
  45. - essentials.fly
  46. - essentials.feed
  47. - essentials.kits.voter
  48. - essentials.hat
  49. - essentials.workbench
  50. - essentials.vanish
  51. inheritance:
  52. - default
  53. info:
  54. prefix: '&2'
  55. build: true
  56. suffix: ''
  57. TruePenguin:
  58. default: false
  59. permissions:
  60. - essentials.kits.TruePenguin
  61. inheritance:
  62. - voter
  63. info:
  64. prefix: '&5'
  65. build: true
  66. suffix: ''
  67. TrueTurtle:
  68. default:false
  69. permissions:
  70. - essentials.kits.TrueTurtle
  71. inheritance:
  72. - truepenguin
  73. info:
  74. prefix: '&5'
  75. build: true
  76. suffix: ''
  77. Admin:
  78. default: false
  79. permissions: []
  80. inheritance:
  81. - trueturtle
  82. - g:groupmanager_admin
  83. - g:bukkit_admin
  84. - g:essentials_admin
  85. - g:towny_admin
  86. - g:vanish_admin
  87. info:
  88. prefix: '&c'
  89. build: true
  90. suffix: ''
  91. Owner:
  92. default: false
  93. permissions:
  94. - '*'
  95. - -vanish.effects.*
  96. - +vanish.effects.toggle.all
  97. inheritance:
  98. - admin
  99. info:
  100. prefix: '&4'
  101. build: true
  102. suffix: ''
  103. ______________________________________________________
  104. Essentials config
  105. ############################################################
  106. # +------------------------------------------------------+ #
  107. # | Notes | #
  108. # +------------------------------------------------------+ #
  109. ############################################################
  110.  
  111. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
  112. # If you receive an error when Essentials loads, ensure that:
  113. # - No tabs are present: YAML only allows spaces
  114. # - Indents are correct: YAML hierarchy is based entirely on indentation
  115. # - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe)
  116. # - Text with symbols is enclosed in single or double quotation marks
  117.  
  118. # If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
  119.  
  120. ############################################################
  121. # +------------------------------------------------------+ #
  122. # | Essentials (Global) | #
  123. # +------------------------------------------------------+ #
  124. ############################################################
  125.  
  126. # A color code between 0-9 or a-f. Set to 'none' to disable.
  127. ops-name-color: '4'
  128.  
  129. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  130. nickname-prefix: '~'
  131.  
  132. # The maximum length allowed in nicknames. The nickname prefix is included in this.
  133. max-nick-length: 15
  134.  
  135. # Disable this if you have any other plugin, that modifies the displayname of a user.
  136. change-displayname: true
  137.  
  138. # When this option is enabled, the (tab) player list will be updated with the displayname.
  139. # The value of change-displayname (above) has to be true.
  140. #change-playerlist: true
  141.  
  142. # When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  143. # This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
  144. # The value of change-displayname (above) has to be true.
  145. # Do not edit this setting unless you know what you are doing!
  146. #add-prefix-suffix: false
  147.  
  148. # If the teleport destination is unsafe, should players be teleported to the nearest safe location?
  149. # If this is set to true, Essentials will attempt to teleport players close to the intended destination.
  150. # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
  151. teleport-safety: true
  152.  
  153. # The delay, in seconds, required between /home, /tp, etc.
  154. teleport-cooldown: 0
  155.  
  156. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  157. teleport-delay: 0
  158.  
  159. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  160. # This will also prevent the player attacking other players.
  161. teleport-invulnerability: 4
  162.  
  163. # The delay, in seconds, required between /heal or /feed attempts.
  164. heal-cooldown: 60
  165.  
  166. # What to prevent from /item and /give.
  167. # e.g item-spawn-blacklist: 10,11,46
  168. item-spawn-blacklist:
  169.  
  170. # Set this to true if you want permission based item spawn rules.
  171. # Note: The blacklist above will be ignored then.
  172. # Example permissions (these go in your permissions manager):
  173. # - essentials.itemspawn.item-all
  174. # - essentials.itemspawn.item-[itemname]
  175. # - essentials.itemspawn.item-[itemid]
  176. # - essentials.give.item-all
  177. # - essentials.give.item-[itemname]
  178. # - essentials.give.item-[itemid]
  179. # - essentials.unlimited.item-all
  180. # - essentials.unlimited.item-[itemname]
  181. # - essentials.unlimited.item-[itemid]
  182. # - essentials.unlimited.item-bucket # Unlimited liquid placing
  183. #
  184. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  185. permission-based-item-spawn: false
  186.  
  187. # Mob limit on the /spawnmob command per execution.
  188. spawnmob-limit: 10
  189.  
  190. # Shall we notify users when using /lightning?
  191. warn-on-smite: true
  192.  
  193. # The motd and rules are now configured in the files motd.txt and rules.txt.
  194.  
  195. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  196. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  197. # In this state, which plugin 'wins' appears to be almost random.
  198. #
  199. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  200. # To force essentials to take 'god' alias 'god' to 'egod'.
  201. # See http://wiki.bukkit.org/Commands.yml#aliases for more information.
  202.  
  203. overridden-commands:
  204. # - god
  205. # - info
  206.  
  207. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  208. # You should not have to disable commands used in other plugins, they will automatically get priority.
  209. # See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
  210. disabled-commands:
  211. # - nick
  212. # - clear
  213.  
  214. # These commands will be shown to players with socialSpy enabled.
  215. # You can add commands from other plugins you may want to track or
  216. # remove commands that are used for something you dont want to spy on.
  217. # Set - '*' in order to listen on all possible commands.
  218. socialspy-commands:
  219. - msg
  220. - w
  221. - r
  222. - mail
  223. - m
  224. - t
  225. - whisper
  226. - emsg
  227. - tell
  228. - er
  229. - reply
  230. - ereply
  231. - email
  232. - action
  233. - describe
  234. - eme
  235. - eaction
  236. - edescribe
  237. - etell
  238. - ewhisper
  239. - pm
  240.  
  241. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  242. # This list has no effect if you are using a supported permissions system.
  243. # If you are using an unsupported permissions system, simply delete this section.
  244. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  245. # These are the permissions without the "essentials." part.
  246. player-commands:
  247. - afk
  248. - afk.auto
  249. - back
  250. - back.ondeath
  251. - balance
  252. - balance.others
  253. - balancetop
  254. - build
  255. - chat.color
  256. - chat.format
  257. - chat.shout
  258. - chat.question
  259. - clearinventory
  260. - compass
  261. - depth
  262. - delhome
  263. - getpos
  264. - geoip.show
  265. - help
  266. - helpop
  267. - home
  268. - home.others
  269. - ignore
  270. - info
  271. - itemdb
  272. - kit
  273. - kits.tools
  274. - list
  275. - mail
  276. - mail.send
  277. - me
  278. - motd
  279. - msg
  280. - msg.color
  281. - nick
  282. - near
  283. - pay
  284. - ping
  285. - protect
  286. - r
  287. - rules
  288. - realname
  289. - seen
  290. - sell
  291. - sethome
  292. - setxmpp
  293. - signs.create.protection
  294. - signs.create.trade
  295. - signs.break.protection
  296. - signs.break.trade
  297. - signs.use.balance
  298. - signs.use.buy
  299. - signs.use.disposal
  300. - signs.use.enchant
  301. - signs.use.free
  302. - signs.use.gamemode
  303. - signs.use.heal
  304. - signs.use.info
  305. - signs.use.kit
  306. - signs.use.mail
  307. - signs.use.protection
  308. - signs.use.repair
  309. - signs.use.sell
  310. - signs.use.time
  311. - signs.use.trade
  312. - signs.use.warp
  313. - signs.use.weather
  314. - spawn
  315. - suicide
  316. - time
  317. - tpa
  318. - tpaccept
  319. - tpahere
  320. - tpdeny
  321. - warp
  322. - warp.list
  323. - world
  324. - worth
  325. - xmpp
  326.  
  327. # Note: All items MUST be followed by a quantity!
  328. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  329. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  330. # For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
  331. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  332. # Set delay to -1 for a one time kit.
  333. # For more information, visit http://wiki.ess3.net/wiki/Kits
  334. kits:
  335. starter:
  336. delay: 43200
  337. items:
  338. - 17 32
  339. - 18 32
  340. voter:
  341. delay: 43200
  342. items:
  343. - 264 3
  344. - 421
  345. - 329
  346. - 340 64
  347. TruePenguin:
  348. delay: 43200
  349. items:
  350. - 310 1 protection:3 name:Penguin_Helmet
  351. - 311 1 protection:3 name:Penguin_Chestplate
  352. - 312 1 protection:3 name:Penguin_Leggings
  353. - 313 1 protection:3 name:Penguin_Boots
  354. - 276 1 sharpness:5 fireaspect:2 name:Penguin_Sword
  355. TrueTurtle:
  356. delay: 6000
  357. items:
  358. - 278 1 efficiency:3 name:Turtle_Pickaxe
  359. - 277 1 efficiency:3 name:Turtle_Shovel
  360. - 279 1 efficiency:3 name:Turtle_Axe
  361. - 293 1 name:Turtle_Hoe
  362.  
  363. # Essentials Sign Control
  364. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  365. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  366. # Essentials colored sign support will be enabled when any sign types are enabled.
  367. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  368.  
  369. enabledSigns:
  370. #- color
  371. #- balance
  372. #- buy
  373. #- sell
  374. #- trade
  375. #- free
  376. #- disposal
  377. #- warp
  378. #- kit
  379. #- mail
  380. #- enchant
  381. #- gamemode
  382. #- heal
  383. #- info
  384. #- spawnmob
  385. #- repair
  386. #- time
  387. #- weather
  388.  
  389. # How many times per second can Essentials signs be interacted with per player.
  390. # Values should be between 1-20, 20 being virtually no lag protection.
  391. # Lower numbers will reduce the possibility of lag, but may annoy players.
  392. sign-use-per-second: 4
  393.  
  394. # Backup runs a batch/bash command while saving is disabled.
  395. backup:
  396. # Interval in minutes.
  397. interval: 30
  398. # Unless you add a valid backup command or script here, this feature will be useless.
  399. # Use 'save-all' to simply force regular world saving without backup.
  400. #command: 'rdiff-backup World1 backups/World1'
  401.  
  402. # Set this true to enable permission per warp.
  403. per-warp-permission: false
  404.  
  405. # Sort output of /list command by groups.
  406. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  407. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  408. list:
  409. # To merge groups, list the groups you wish to merge
  410. #Staff: owner admin moderator
  411. Admins: owner admin
  412. # To limit groups, set a max user limit
  413. #builder: 20
  414. # To hide groups, set the group as hidden
  415. #default: hidden
  416. # Uncomment the line below to simply list all players with no grouping
  417. #Players: '*'
  418.  
  419. # More output to the console.
  420. debug: false
  421.  
  422. # Set the locale for all messages.
  423. # If you don't set this, the default locale of the server will be used.
  424. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  425. # Don't forget to remove the # in front of the line.
  426. # For more information, visit http://wiki.ess3.net/wiki/Locale
  427. #locale: en
  428.  
  429. # Turn off god mode when people leave the server.
  430. remove-god-on-disconnect: false
  431.  
  432. # Auto-AFK
  433. # After this timeout in seconds, the user will be set as AFK.
  434. # This feature requires the player to have essentials.afk.auto node.
  435. # Set to -1 for no timeout.
  436. auto-afk: 300
  437.  
  438. # Auto-AFK Kick
  439. # After this timeout in seconds, the user will be kicked from the server.
  440. # essentials.afk.kickexempt node overrides this feature.
  441. # Set to -1 for no timeout.
  442. auto-afk-kick: -1
  443.  
  444. # Set this to true, if you want to freeze the player, if the player is AFK.
  445. # Other players or monsters can't push the player out of AFK mode then.
  446. # This will also enable temporary god mode for the AFK player.
  447. # The player has to use the command /afk to leave the AFK mode.
  448. freeze-afk-players: false
  449.  
  450. # When the player is AFK, should he be able to pickup items?
  451. # Enable this, when you don't want people idling in mob traps.
  452. disable-item-pickup-while-afk: false
  453.  
  454. # This setting controls if a player is marked as active on interaction.
  455. # When this setting is false, the player would need to manually un-AFK using the /afk command.
  456. cancel-afk-on-interact: true
  457.  
  458. # Should we automatically remove afk status when a player moves?
  459. # Player will be removed from AFK on chat/command regardless of this setting.
  460. # Disable this to reduce server lag.
  461. cancel-afk-on-move: true
  462.  
  463. # You can disable the death messages of Minecraft here.
  464. death-messages: true
  465.  
  466. # Should players with permissions be able to join and part silently?
  467. # You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
  468. # In addition, people with essentials.silentjoin.vanish will be vanished on join.
  469. allow-silent-join-quit: false
  470.  
  471. # You can set a custom join message here, set to "none" to disable.
  472. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  473. custom-join-message: "none"
  474.  
  475. # You can set a custom quit message here, set to "none" to disable.
  476. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  477. custom-quit-message: "none"
  478.  
  479. # Add worlds to this list, if you want to automatically disable god mode there.
  480. no-god-in-worlds:
  481. # - world_nether
  482.  
  483. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  484. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  485. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  486. # This does not affect the /home command, there is a separate toggle below for this.
  487. world-teleport-permissions: false
  488.  
  489. # The number of items given if the quantity parameter is left out in /item or /give.
  490. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  491. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  492. default-stack-size: -1
  493.  
  494. # Over-sized stacks are stacks that ignore the normal max stack size.
  495. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  496. # How many items should be in an over-sized stack?
  497. oversized-stacksize: 64
  498.  
  499. # Allow repair of enchanted weapons and armor.
  500. # If you set this to false, you can still allow it for certain players using the permission.
  501. # essentials.repair.enchanted
  502. repair-enchanted: true
  503.  
  504. # Allow 'unsafe' enchantments in kits and item spawning.
  505. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  506. unsafe-enchantments: true
  507.  
  508. #Do you want Essentials to keep track of previous location for /back in the teleport listener?
  509. #If you set this to true any plugin that uses teleport will have the previous location registered.
  510. register-back-in-listener: false
  511.  
  512. #Delay to wait before people can cause attack damage after logging in.
  513. login-attack-delay: 5
  514.  
  515. #Set the max fly speed, values range from 0.1 to 1.0
  516. max-fly-speed: 0.8
  517.  
  518. #Set the max walk speed, values range from 0.1 to 1.0
  519. max-walk-speed: 0.8
  520.  
  521. #Set the maximum amount of mail that can be sent within a minute.
  522. mails-per-minute: 1000
  523.  
  524. # Set the maximum time /tempban can be used for in seconds.
  525. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  526. max-tempban-time: -1
  527.  
  528. ############################################################
  529. # +------------------------------------------------------+ #
  530. # | EssentialsHome | #
  531. # +------------------------------------------------------+ #
  532. ############################################################
  533.  
  534. # Allows people to set their bed at daytime.
  535. update-bed-at-daytime: true
  536.  
  537. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  538. # This applies to the /home only.
  539. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  540. world-home-permissions: false
  541.  
  542. # Allow players to have multiple homes.
  543. # Players need essentials.sethome.multiple before they can have more than 1 home.
  544. # You can set the default number of multiple homes using the 'default' rank below.
  545. # To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  546. # To grant different home amounts to different people, you need to define a 'home-rank' below.
  547. # Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  548. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  549. sethome-multiple:
  550. default: 3
  551. vip: 5
  552. staff: 10
  553.  
  554. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  555. # Remember, they MUST have both permission nodes in order to be able to set multiple homes.
  556.  
  557. # Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
  558. # Set to 0 for no timeout.
  559. tpa-accept-cancellation: 120
  560.  
  561. ############################################################
  562. # +------------------------------------------------------+ #
  563. # | EssentialsEco | #
  564. # +------------------------------------------------------+ #
  565. ############################################################
  566.  
  567. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  568.  
  569. # Defines the balance with which new players begin. Defaults to 0.
  570. starting-balance: 0
  571.  
  572. # worth-# defines the value of an item when it is sold to the server via /sell.
  573. # These are now defined in worth.yml
  574.  
  575. # Defines the cost to use the given commands PER USE.
  576. # Some commands like /repair have sub-costs, check the wiki for more information.
  577. command-costs:
  578. # /example costs $1000 PER USE
  579. #example: 1000
  580. # /kit tools costs $1500 PER USE
  581. #kit-tools: 1500
  582.  
  583. # Set this to a currency symbol you want to use.
  584. # Remember, if you want to use special characters in this document,
  585. # such as accented letters, you MUST save the file as UTF-8, not ANSI.
  586. currency-symbol: '$'
  587.  
  588. # Set the maximum amount of money a player can have.
  589. # The amount is always limited to 10 trillion because of the limitations of a java double.
  590. max-money: 10000000000000
  591.  
  592. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  593. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  594. min-money: -10000
  595.  
  596. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  597. economy-log-enabled: false
  598.  
  599. ############################################################
  600. # +------------------------------------------------------+ #
  601. # | EssentialsHelp | #
  602. # +------------------------------------------------------+ #
  603. ############################################################
  604.  
  605. # Show other plugins commands in help.
  606. non-ess-in-help: true
  607.  
  608. # Hide plugins which do not give a permission.
  609. # You can override a true value here for a single plugin by adding a permission to a user/group.
  610. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  611. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  612. hide-permissionless-help: true
  613.  
  614. ############################################################
  615. # +------------------------------------------------------+ #
  616. # | EssentialsChat | #
  617. # +------------------------------------------------------+ #
  618. ############################################################
  619.  
  620. # This section requires the EssentialsChat.jar to work.
  621.  
  622. chat:
  623.  
  624. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  625. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  626. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  627. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  628. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  629. radius: 0
  630.  
  631. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  632. # Or you can give a group specific chat format, to give some extra variation.
  633. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  634.  
  635. format: '<{DISPLAYNAME}> {MESSAGE}'
  636. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  637.  
  638. group-formats:
  639. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  640. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  641.  
  642. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  643.  
  644. ############################################################
  645. # +------------------------------------------------------+ #
  646. # | EssentialsProtect | #
  647. # +------------------------------------------------------+ #
  648. ############################################################
  649.  
  650. # This section requires the EssentialsProtect.jar to work.
  651.  
  652. protect:
  653.  
  654. # General physics/behavior modifications.
  655. prevent:
  656. lava-flow: false
  657. water-flow: false
  658. water-bucket-flow: false
  659. fire-spread: true
  660. lava-fire-spread: true
  661. flint-fire: false
  662. lightning-fire-spread: true
  663. portal-creation: false
  664. tnt-explosion: false
  665. tnt-playerdamage: false
  666. tnt-minecart-explosion: false
  667. tnt-minecart-playerdamage: false
  668. fireball-explosion: false
  669. fireball-fire: false
  670. fireball-playerdamage: false
  671. witherskull-explosion: false
  672. witherskull-playerdamage: false
  673. wither-spawnexplosion: false
  674. wither-blockreplace: false
  675. creeper-explosion: false
  676. creeper-playerdamage: false
  677. creeper-blockdamage: false
  678. enderdragon-blockdamage: true
  679. enderman-pickup: false
  680. villager-death: false
  681. # Monsters won't follow players.
  682. # permission essentials.protect.entitytarget.bypass disables this.
  683. entitytarget: false
  684. # Prevent the spawning of creatures.
  685. spawn:
  686. creeper: false
  687. skeleton: false
  688. spider: false
  689. giant: false
  690. zombie: false
  691. slime: false
  692. ghast: false
  693. pig_zombie: false
  694. enderman: false
  695. cave_spider: false
  696. silverfish: false
  697. blaze: false
  698. magma_cube: false
  699. ender_dragon: false
  700. pig: false
  701. sheep: false
  702. cow: false
  703. chicken: false
  704. squid: false
  705. wolf: false
  706. mushroom_cow: false
  707. snowman: false
  708. ocelot: false
  709. iron_golem: false
  710. villager: false
  711. wither: false
  712. bat: false
  713. witch: false
  714. horse: false
  715.  
  716. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  717. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  718. creeper:
  719. max-height: -1
  720.  
  721. # Disable various default physics and behaviors.
  722. disable:
  723. # Should fall damage be disabled?
  724. fall: false
  725.  
  726. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  727. # They will be unable to attack users without that same permission node.
  728. pvp: false
  729.  
  730. # Should drowning damage be disabled?
  731. # (Split into two behaviors; generally, you want both set to the same value.)
  732. drown: false
  733. suffocate: false
  734.  
  735. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  736. lavadmg: false
  737.  
  738. # Should arrow damage be disabled?
  739. projectiles: false
  740.  
  741. # This will disable damage from touching cacti.
  742. contactdmg: false
  743.  
  744. # Burn, baby, burn! Should fire damage be disabled?
  745. firedmg: false
  746.  
  747. # Should the damage after hit by a lightning be disabled?
  748. lightning: false
  749.  
  750. # Should Wither damage be disabled?
  751. wither: false
  752.  
  753. # Disable weather options?
  754. weather:
  755. storm: false
  756. thunder: false
  757. lightning: false
  758.  
  759. ############################################################
  760. # +------------------------------------------------------+ #
  761. # | EssentialsAntiBuild | #
  762. # +------------------------------------------------------+ #
  763. ############################################################
  764.  
  765. # This section requires the EssentialsAntiBuild.jar to work.
  766.  
  767. # Disable various default physics and behaviors
  768. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  769.  
  770. # Should people with build: false in permissions be allowed to build?
  771. # Set true to disable building for those people.
  772. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  773. build: true
  774.  
  775. # Should people with build: false in permissions be allowed to use items?
  776. # Set true to disable using for those people.
  777. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  778. use: true
  779.  
  780. # Should we tell people they are not allowed to build?
  781. warn-on-build-disallow: true
  782.  
  783. # For which block types would you like to be alerted?
  784. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  785. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  786. alert:
  787. on-placement: 10,11,46,327
  788. on-use: 327
  789. on-break:
  790.  
  791. blacklist:
  792.  
  793. # Which blocks should people be prevented from placing?
  794. placement: 10,11,46,327
  795.  
  796. # Which items should people be prevented from using?
  797. usage: 327
  798.  
  799. # Which blocks should people be prevented from breaking?
  800. break:
  801.  
  802. # Which blocks should not be pushed by pistons?
  803. piston:
  804.  
  805. # Which blocks should not be dispensed by dispensers
  806. dispenser:
  807.  
  808. ############################################################
  809. # +------------------------------------------------------+ #
  810. # | Essentials Spawn / New Players | #
  811. # +------------------------------------------------------+ #
  812. ############################################################
  813.  
  814. # This section requires essentialsspawn.jar to work.
  815.  
  816. newbies:
  817. # Should we announce to the server when someone logs in for the first time?
  818. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  819. # If not, set to ''
  820. #announce-format: ''
  821. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  822.  
  823. # When we spawn for the first time, which spawnpoint do we use?
  824. # Set to "none" if you want to use the spawn point of the world.
  825. spawnpoint: newbies
  826.  
  827. # Do we want to give users anything on first join? Set to '' to disable
  828. # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  829. #kit: ''
  830. kit: starter
  831.  
  832. # Set this to lowest, if you want Multiverse to handle the respawning.
  833. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  834. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  835. respawn-listener-priority: high
  836.  
  837. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  838. respawn-at-home: false
  839.  
  840. # End of file <-- No seriously, you're done with configuration.
Add Comment
Please, Sign In to add comment