Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.68 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: true
  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: false
  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: 3
  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: 100
  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. - heal
  89. - r
  90. - ac
  91. - info
  92.  
  93. # Disabled commands will be completely unavailable on the server.
  94. # Disabling commands here will have no effect on command conflicts.
  95. disabled-commands:
  96. # - nick
  97.  
  98. # These commands will be shown to players with socialSpy enabled
  99. # You can add commands from other plugins you may want to track or
  100. # remove commands that are used for something you dont want to spy on
  101. socialspy-commands:
  102. - msg
  103. - w
  104. - r
  105. - mail
  106. - m
  107. - t
  108. - whisper
  109. - emsg
  110. - tell
  111. - er
  112. - reply
  113. - ereply
  114. - email
  115. - action
  116. - describe
  117. - eme
  118. - eaction
  119. - edescribe
  120. - etell
  121. - ewhisper
  122. - pm
  123.  
  124. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  125. # This list has no effect if you are using a supported permissions system.
  126. # If you are using an unsupported permissions system simply delete this section.
  127. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  128. # These are the permissions without the "essentials." part.
  129. player-commands:
  130. - afk
  131. - afk.auto
  132. - back
  133. - back.ondeath
  134. - balance
  135. - balance.others
  136. - balancetop
  137. - build
  138. - chat.color
  139. - chat.format
  140. - chat.shout
  141. - chat.question
  142. - clearinventory
  143. - compass
  144. - depth
  145. - delhome
  146. - getpos
  147. - geoip.show
  148. - help
  149. - helpop
  150. - home
  151. - home.others
  152. - ignore
  153. - info
  154. - itemdb
  155. - kit
  156. - kits.tools
  157. - list
  158. - mail
  159. - mail.send
  160. - me
  161. - motd
  162. - msg
  163. - msg.color
  164. - nick
  165. - near
  166. - pay
  167. - ping
  168. - protect
  169. - r
  170. - rules
  171. - realname
  172. - seen
  173. - sell
  174. - sethome
  175. - setxmpp
  176. - signs.create.protection
  177. - signs.create.trade
  178. - signs.break.protection
  179. - signs.break.trade
  180. - signs.use.balance
  181. - signs.use.buy
  182. - signs.use.disposal
  183. - signs.use.enchant
  184. - signs.use.free
  185. - signs.use.gamemode
  186. - signs.use.heal
  187. - signs.use.info
  188. - signs.use.kit
  189. - signs.use.mail
  190. - signs.use.protection
  191. - signs.use.repair
  192. - signs.use.sell
  193. - signs.use.time
  194. - signs.use.trade
  195. - signs.use.warp
  196. - signs.use.weather
  197. - spawn
  198. - suicide
  199. - time
  200. - tpa
  201. - tpaccept
  202. - tpahere
  203. - tpdeny
  204. - warp
  205. - warp.list
  206. - world
  207. - worth
  208. - xmpp
  209.  
  210. # Note: All items MUST be followed by a quantity!
  211. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  212. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  213. # For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
  214. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  215. # For more information, visit http://wiki.ess3.net/wiki/Kits
  216. kits:
  217. vote:
  218. delay: 100000
  219. items:
  220. - 264 1 #dia
  221. - 384 8 #xp
  222. vip:
  223. delay: 86400
  224. items:
  225. - 264 2 #dia
  226. - 266 6 #gold
  227. - 265 12 #iron
  228. - 384 24 #xp
  229. vipplus:
  230. delay: 86400
  231. items:
  232. - 264 3 #dia
  233. - 266 9 #gold
  234. - 265 18 #iron
  235. - 384 36 #xp
  236. investor:
  237. delay: 86400
  238. items:
  239. - 264 5 #dia
  240. - 266 16 #gold
  241. - 265 32 #iron
  242. - 384 64 #xp
  243. superinvestor:
  244. delay: 86400
  245. items:
  246. - 264 8 #dia
  247. - 266 24 #gold
  248. - 265 48 #iron
  249. - 384 128 #xp
  250. boom:
  251. delay: 86400
  252. items:
  253. - 401 1 name:Angry_Creeper color:red fade:green type:creeper power:1
  254. - 401 1 name:StarryNight color:yellow,orange fade:blue type:star effect:trail,twinkle power:1
  255. - 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
  256. - 92 1 lore:It's_not_a_lie!
  257. admin:
  258. delay: 1
  259. items:
  260. - 345 1
  261. - 280 1
  262. - 334 1
  263. - 284 1
  264. - 271 1
  265. - 347 1
  266. - 290 1
  267. - 291 1
  268. new:
  269. delay: 10000
  270. items:
  271. - 298 1 color:200,200,200 lore:ExUniverse_Spawn_Armor
  272. - 299 1 color:200,200,200 lore:ExUniverse_Spawn_Armor
  273. - 300 1 color:200,200,200 lore:ExUniverse_Spawn_Armor
  274. - 301 1 color:200,200,200 lore:ExUniverse_Spawn_Armor
  275. - 387 1 title:&cWelcome! book:new
  276. - 260 24 name:&bOMG!_Apples!
  277. info:
  278. delay: 60
  279. items:
  280. - writtenbook 1 title:Creating_shop_help author:ExUniverse lore:How_to_create_shop_with_examples book:chestshop
  281. claim:
  282. delay: 60
  283. items:
  284. - 284 1
  285. - 280 1
  286. survivalist:
  287. delay: 86400
  288. items:
  289. - 257 1 lore:&aSurvivalist_kit
  290. - 256 1 lore:&aSurvivalist_kit
  291. - 393 16 lore:&aSurvivalist_kit
  292. hunter:
  293. delay: 259200
  294. items:
  295. - 302 1 prot:1 respiration:1 lore:&bHunter_kit
  296. - 303 1 prot:1 lore:&bHunter_kit
  297. - 304 1 prot:1 lore:&bHunter_kit
  298. - 305 1 prot:1 fallprot:1 lore:&bHunter_kit
  299. - 261:200 1 punch:1 power:1 lore:&bHunter_kit
  300. - 262 32 lore:&bHunter_kit
  301. - 276:1150 1 damage_arthropods:2 smite:2 lore:&bHunter_kit
  302. alchemist:
  303. delay: 345600
  304. items:
  305. - 373:16454 10 lore:&cAlchemist_kit
  306. - 373:16421 8 lore:&cAlchemist_kit
  307. - 373:16450 8 lore:&cAlchemist_kit
  308. - 373:16457 6 lore:&cAlchemist_kit
  309. - 373:16451 1 lore:&cAlchemist_kit
  310. enchanter:
  311. delay: 604800
  312. items:
  313. - 403 1 power:2 lore:&dEnchanter_kit
  314. - 403 1 sharpness:2 lore:&dEnchanter_kit
  315. - 403 1 protection:2 lore:&dEnchanter_kit
  316. - 403 1 protection:2 lore:&dEnchanter_kit
  317. - 403 1 fallprot:2 lore:&dEnchanter_kit
  318. - 403 1 ardmg:3 lore:&dEnchanter_kit
  319. - 403 1 smite:3 lore:&dEnchanter_kit
  320. - anvil:1 1 lore:&dEnchanter_kit
  321. brownmush:
  322. delay: 30
  323. items:
  324. - 99 1
  325. - 99:1 1
  326. - 99:2 1
  327. - 99:3 1
  328. - 99:4 1
  329. - 99:5 1
  330. - 99:6 1
  331. - 99:7 1
  332. - 99:8 1
  333. - 99:9 1
  334. - 99:10 1
  335. redmush:
  336. delay: 30
  337. items:
  338. - 100 1
  339. - 100:1 1
  340. - 100:2 1
  341. - 100:3 1
  342. - 100:4 1
  343. - 100:5 1
  344. - 100:6 1
  345. - 100:7 1
  346. - 100:8 1
  347. - 100:9 1
  348. - 100:10 1
  349. lootingx:
  350. delay: 1000000
  351. items:
  352. - diamondsword 1 looting:10 lore:&ePowerLooter
  353. godaxe:
  354. delay: 1000000
  355. items:
  356. - diamondaxe 1 sharpness:6 unbreaking:4 lore:&eThor_Hammer
  357. godsword:
  358. delay: 1000000
  359. items:
  360. - diamondsword 1 unbreaking:3 sharpness:7 knockback:4 fireaspect:3 lore:&aAtlantean
  361. diamondsword:
  362. delay: 1000000
  363. items:
  364. - diamondsword 1 sharpness:5
  365. godbow:
  366. delay: 1000000
  367. items:
  368. - bow 1 infinity:1 flame:1 punch:3 Power:6
  369. knockback:
  370. delay: 1000000
  371. items:
  372. - diamondsword 1 knockback:4
  373. diamondpick:
  374. delay: 1000000
  375. items:
  376. - diamondpick 1 silktouch:1 unbreaking:3
  377. powersword:
  378. delay: 1000000
  379. items:
  380. - diamondsword 1 unbreaking:3 smite:7 ardmg:7 knockback:4 fireaspect:3 sharpness:1 lore:&aPowerSword
  381. # Essentials Sign Control
  382. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  383. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  384. # Essentials Colored sign support will be enabled when any sign types are enabled.
  385. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  386.  
  387. enabledSigns:
  388. #- color
  389. #- balance
  390. #- buy
  391. #- sell
  392. #- trade
  393. #- free
  394. - disposal
  395. #- warp
  396. #- kit
  397. #- mail
  398. #- enchant
  399. #- gamemode
  400. #- heal
  401. #- info
  402. #- spawnmob
  403. #- repair
  404. #- time
  405. #- weather
  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: false
  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: 300
  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: -1
  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: true
  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: true
  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: true
  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: true
  503.  
  504. #Delay to wait before people can cause attack damage after logging in
  505. login-attack-delay: 5
  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: 1000
  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: 259200
  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. vipplus: 2
  540. investor: 5
  541. superinvestor: 10
  542. # essentials.sethome.multiple.staff
  543. staff: 100
  544.  
  545. # Set timeout in seconds for players to accept tpa before request is cancelled.
  546. # Set to 0 for no timeout
  547. tpa-accept-cancellation: 60
  548.  
  549. ############################################################
  550. # +------------------------------------------------------+ #
  551. # | EssentialsEco | #
  552. # +------------------------------------------------------+ #
  553. ############################################################
  554.  
  555. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  556.  
  557. # Defines the balance with which new players begin. Defaults to 0.
  558. starting-balance: 1000
  559.  
  560. # worth-# defines the value of an item when it is sold to the server via /sell.
  561. # These are now defined in worth.yml
  562.  
  563. # Defines the cost to use the given commands PER USE
  564. # Some commands like /repair have sub-costs, check the wiki for more information.
  565. command-costs:
  566. # /example costs $1000 PER USE
  567. tpa: 0
  568. back: 0
  569. # /kit tools costs $1500 PER USE
  570. kit-claim: 10
  571.  
  572. # Set this to a currency symbol you want to use.
  573. currency-symbol: '$'
  574.  
  575. # Set the maximum amount of money a player can have
  576. # The amount is always limited to 10 trillion because of the limitations of a java double
  577. max-money: 10000000000000
  578.  
  579. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  580. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  581. min-money: -10000
  582.  
  583. # Enable this to log all interactions with trade/buy/sell signs and sell command
  584. economy-log-enabled: false
  585.  
  586. ############################################################
  587. # +------------------------------------------------------+ #
  588. # | EssentialsHelp | #
  589. # +------------------------------------------------------+ #
  590. ############################################################
  591.  
  592. # Show other plugins commands in help
  593. non-ess-in-help: true
  594.  
  595. # Hide plugins which do not give a permission
  596. # You can override a true value here for a single plugin by adding a permission to a user/group.
  597. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  598. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  599. hide-permissionless-help: true
  600.  
  601. ############################################################
  602. # +------------------------------------------------------+ #
  603. # | EssentialsChat | #
  604. # +------------------------------------------------------+ #
  605. ############################################################
  606.  
  607. chat:
  608.  
  609. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  610. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  611. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  612. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  613. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  614. radius: 0
  615.  
  616. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  617. # Or you can give a group specific chat format, to give some extra variation.
  618. # If set to the default chat format which "should" be compatible with ichat.
  619. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  620.  
  621. format: '{DISPLAYNAME}: {MESSAGE}'
  622. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  623.  
  624. group-formats:
  625. default: '&7[Hobo] &7{DISPLAYNAME}&7: &r&f{MESSAGE}'
  626. Member: '&2[Citizen] &7{DISPLAYNAME}&7: &r&f{MESSAGE}'
  627. Trusted: '&2[Council Member] &7{DISPLAYNAME}&7: &r&f{MESSAGE}'
  628. Robo-cop: '&3[Robo-cop] &7{DISPLAYNAME}&7: &r&f{MESSAGE}'
  629. Ricky-Bobby: '&3[Ricky-Bobby] &7{DISPLAYNAME}&7: &r&f{MESSAGE}'
  630. Chuck-Norris: '&4[Chuck-Norris] &7{DISPLAYNAME}&7: &r&f{MESSAGE}'
  631. VIP: '&e[VIP] {DISPLAYNAME}: {MESSAGE}'
  632. Investor: '&e[Investor] {DISPLAYNAME}: {MESSAGE}'
  633. mod: '&c[Mod]&7 {DISPLAYNAME}: &f{MESSAGE}'
  634. admin: '&a[Admin] {DISPLAYNAME}: {MESSAGE}'
  635. Builder: '&a[Builder] {DISPLAYNAME}: {MESSAGE}'
  636. Overseer: '&b[Overseer] {DISPLAYNAME}: {MESSAGE}'
  637. Co-Owner: '&d[Co-Owner] {DISPLAYNAME}: {MESSAGE}'
  638. Owner: '§9[Owner] {DISPLAYNAME}:&c {MESSAGE}'
  639.  
  640. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  641.  
  642. ############################################################
  643. # +------------------------------------------------------+ #
  644. # | EssentialsProtect | #
  645. # +------------------------------------------------------+ #
  646. ############################################################
  647.  
  648. protect:
  649. # Database settings for sign/rail protection
  650.  
  651. # mysql or sqlite
  652. # We strongly recommend against using mysql here, unless you have a good reason.
  653. # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
  654. datatype: 'sqlite'
  655.  
  656. # If you specified MySQL above, you MUST enter the appropriate details here.
  657. # If you specified SQLite above, these will be IGNORED.
  658. username: 'root'
  659. password: 'root'
  660. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  661.  
  662. # General physics/behavior modifications
  663. prevent:
  664. lava-flow: false
  665. water-flow: false
  666. water-bucket-flow: false
  667. fire-spread: true
  668. lava-fire-spread: true
  669. flint-fire: false
  670. lightning-fire-spread: true
  671. portal-creation: false
  672. tnt-explosion: false
  673. tnt-playerdamage: false
  674. fireball-explosion: false
  675. fireball-fire: false
  676. fireball-playerdamage: false
  677. witherskull-explosion: false
  678. witherskull-playerdamage: false
  679. wither-spawnexplosion: false
  680. wither-blockreplace: false
  681. creeper-explosion: false
  682. creeper-playerdamage: false
  683. creeper-blockdamage: false
  684. enderdragon-blockdamage: true
  685. enderman-pickup: false
  686. villager-death: false
  687. # Monsters won't follow players
  688. # permission essentials.protect.entitytarget.bypass disables this
  689. entitytarget: false
  690. # Prevent the spawning of creatures
  691. spawn:
  692. creeper: false
  693. skeleton: false
  694. spider: false
  695. giant: false
  696. zombie: false
  697. slime: false
  698. ghast: false
  699. pig_zombie: false
  700. enderman: false
  701. cave_spider: false
  702. silverfish: false
  703. blaze: false
  704. magma_cube: false
  705. ender_dragon: false
  706. pig: false
  707. sheep: false
  708. cow: false
  709. chicken: false
  710. squid: false
  711. wolf: false
  712. mushroom_cow: false
  713. snowman: false
  714. ocelot: false
  715. iron_golem: false
  716. villager: false
  717. wither: false
  718. bat: false
  719. witch: false
  720.  
  721. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  722. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  723. creeper:
  724. max-height: -1
  725.  
  726. # Protect various blocks.
  727. protect:
  728. # Protect all signs
  729. signs: false
  730.  
  731. # Prevent users from destroying rails
  732. rails: false
  733.  
  734. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  735. # This makes it more difficult to circumvent protection, and should be enabled.
  736. # This only has an effect if "rails" or "signs" is also enabled.
  737. block-below: true
  738.  
  739. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  740. prevent-block-on-rails: false
  741.  
  742. # Store blocks / signs in memory before writing
  743. memstore: false
  744.  
  745. # Disable various default physics and behaviors
  746. disable:
  747. # Should fall damage be disabled?
  748. fall: false
  749.  
  750. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  751. # They will be unable to attack users without that same permission node.
  752. pvp: false
  753.  
  754. # Should drowning damage be disabled?
  755. # (Split into two behaviors; generally, you want both set to the same value)
  756. drown: false
  757. suffocate: false
  758.  
  759. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  760. lavadmg: false
  761.  
  762. # Should arrow damage be disabled
  763. projectiles: false
  764.  
  765. # This will disable damage from touching cacti.
  766. contactdmg: false
  767.  
  768. # Burn, baby, burn! Should fire damage be disabled?
  769. firedmg: false
  770.  
  771. # Should the damage after hit by a lightning be disabled?
  772. lightning: false
  773.  
  774. # Should Wither damage be disabled?
  775. wither: false
  776.  
  777. # Disable weather options
  778. weather:
  779. storm: false
  780. thunder: false
  781. lightning: false
  782.  
  783. ############################################################
  784. # +------------------------------------------------------+ #
  785. # | EssentialsAntiBuild | #
  786. # +------------------------------------------------------+ #
  787. ############################################################
  788.  
  789. # Disable various default physics and behaviors
  790. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  791.  
  792. # Should people with build: false in permissions be allowed to build
  793. # Set true to disable building for those people
  794. # Setting to false means EssentialsAntiBuild will never prevent you from building
  795. build: true
  796.  
  797. # Should people with build: false in permissions be allowed to use items
  798. # Set true to disable using for those people
  799. # Setting to false means EssentialsAntiBuild will never prevent you from using
  800. use: true
  801.  
  802. # Should we tell people they are not allowed to build
  803. warn-on-build-disallow: true
  804.  
  805. # For which block types would you like to be alerted?
  806. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  807. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  808. alert:
  809. on-placement:
  810. on-use:
  811. on-break:
  812.  
  813. blacklist:
  814.  
  815. # Which blocks should people be prevented from placing
  816. placement:
  817.  
  818. # Which items should people be prevented from using
  819. usage:
  820.  
  821. # Which blocks should people be prevented from breaking
  822. break:
  823.  
  824. # Which blocks should not be pushed by pistons
  825. piston:
  826.  
  827. ############################################################
  828. # +------------------------------------------------------+ #
  829. # | Essentials Spawn / New Players | #
  830. # +------------------------------------------------------+ #
  831. ############################################################
  832.  
  833. newbies:
  834. # Should we announce to the server when someone logs in for the first time?
  835. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  836. # If not, set to ''
  837. #announce-format: ''
  838. announce-format: ''
  839.  
  840. # When we spawn for the first time, which spawnpoint do we use?
  841. # Set to "none" if you want to use the spawn point of the world.
  842. spawnpoint: newbies
  843.  
  844. # Do we want to give users anything on first join? Set to '' to disable
  845. # This kit will be given regardless of cost, and permissions.
  846. #kit: ''
  847. kit: 'new'
  848.  
  849. # Set this to lowest, if you want Multiverse to handle the respawning
  850. # Set this to high, if you want EssentialsSpawn to handle the respawning
  851. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  852. respawn-listener-priority: lowest
  853.  
  854. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  855. respawn-at-home: false
  856.  
  857. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement