Advertisement
Guest User

config ;(

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