Advertisement
Guest User

Untitled

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