Guest User

CONFIGGGGG

a guest
Nov 27th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.03 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. # The maximum length allowed in nicknames. The nickname prefix is included in this.
  29. max-nick-length: 15
  30.  
  31. # Disable this if you have any other plugin, that modifies the displayname of a user.
  32. change-displayname: true
  33.  
  34. # When this option is enabled, the (tab) player list will be updated with the displayname.
  35. # The value of change-displayname (above) has to be true.
  36. #change-playerlist: true
  37.  
  38. # When essentialschat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  39. # This setting is ignored if essentialschat.jar is used, and defaults to 'true'.
  40. # The value of change-displayname (above) has to be true.
  41. # Do not edit this setting unless you know what you are doing!
  42. #add-prefix-suffix: true
  43.  
  44. # If the teleport destination is unsafe, should players be teleported to the nearest safe location?
  45. # If this is set to true, Essentials will attempt to teleport players close to the intended destination.
  46. # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
  47. teleport-safety: true
  48.  
  49. # The delay, in seconds, required between /home, /tp, etc.
  50. teleport-cooldown: 0
  51.  
  52. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  53. teleport-delay: 4
  54.  
  55. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  56. # This will also prevent the player attacking other players.
  57. teleport-invulnerability: 1
  58.  
  59. # The delay, in seconds, required between /heal or /feed attempts.
  60. heal-cooldown: 300
  61.  
  62. # What to prevent from /i /give.
  63. # e.g item-spawn-blacklist: 46,11,10
  64. item-spawn-blacklist:
  65.  
  66. # Set this to true if you want permission based item spawn rules.
  67. # Note: The blacklist above will be ignored then.
  68. # Example permissions (these go in your permissions manager):
  69. # - essentials.itemspawn.item-all
  70. # - essentials.itemspawn.item-[itemname]
  71. # - essentials.itemspawn.item-[itemid]
  72. # - essentials.give.item-all
  73. # - essentials.give.item-[itemname]
  74. # - essentials.give.item-[itemid]
  75. # - essentials.unlimited.item-all
  76. # - essentials.unlimited.item-[itemname]
  77. # - essentials.unlimited.item-[itemid]
  78. # - essentials.unlimited.item-bucket # Unlimited liquid placing
  79. #
  80. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  81. permission-based-item-spawn: false
  82.  
  83. # Mob limit on the /spawnmob command per execution.
  84. spawnmob-limit: 20
  85.  
  86. # Shall we notify users when using /lightning?
  87. warn-on-smite: false
  88.  
  89. # motd and rules are now configured in the files motd.txt and rules.txt.
  90.  
  91. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  92. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  93. # In this state, which plugin 'wins' appears to be almost random.
  94. #
  95. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  96. # To force essentials to take 'god' alias 'god' to 'egod'.
  97. # See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
  98.  
  99. overridden-commands:
  100. # - god
  101. # - info
  102.  
  103. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  104. # Commands should fallback to the vanilla versions if available.
  105. # You should not have to disable commands used in other plugins, they will automatically get priority.
  106. disabled-commands:
  107. # - nick
  108. # - clear
  109.  
  110. # These commands will be shown to players with socialSpy enabled.
  111. # You can add commands from other plugins you may want to track or
  112. # remove commands that are used for something you dont want to spy on.
  113. socialspy-commands:
  114. - msg
  115. - w
  116. - r
  117. - mail
  118. - m
  119. - t
  120. - whisper
  121. - emsg
  122. - tell
  123. - er
  124. - reply
  125. - ereply
  126. - email
  127. - action
  128. - describe
  129. - eme
  130. - eaction
  131. - edescribe
  132. - etell
  133. - ewhisper
  134. - pm
  135.  
  136. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  137. # This list has no effect if you are using a supported permissions system.
  138. # If you are using an unsupported permissions system, simply delete this section.
  139. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  140. # These are the permissions without the "essentials." part.
  141. player-commands:
  142.  
  143. # How many times per second can Essentials signs be interacted with per player.
  144. # Values should be between 1-20, 20 being virtually no lag protection.
  145. # Lower numbers will reduce the possibility of lag, but may annoy players.
  146. sign-use-per-second: 20
  147.  
  148. # Backup runs a batch/bash command while saving is disabled.
  149. backup:
  150. # Interval in minutes.
  151. interval: 30
  152. # Unless you add a valid backup command or script here, this feature will be useless.
  153. # Use 'save-all' to simply force regular world saving without backup.
  154. #command: 'rdiff-backup World1 backups/World1'
  155.  
  156. # Set this true to enable permission per warp.
  157. per-warp-permission: true
  158.  
  159. # Sort output of /list command by groups.
  160. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  161. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  162. list:
  163. # To merge groups, list the groups you wish to merge
  164. #Staff: owner admin moderator
  165. Admins: owner admin
  166. # To limit groups, set a max user limit
  167. #builder: 20
  168. # To hide groups, set the group as hidden
  169. #default: hidden
  170. # Uncomment the line below to simply list all players with no grouping
  171. #Players: '*'
  172.  
  173. # More output to the console.
  174. debug: false
  175.  
  176. # Set the locale for all messages.
  177. # If you don't set this, the default locale of the server will be used.
  178. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  179. # Don't forget to remove the # in front of the line.
  180. # For more information, visit http://wiki.ess3.net/wiki/Locale
  181. #locale: en
  182.  
  183. # Turn off god mode when people exit.
  184. remove-god-on-disconnect: false
  185.  
  186. # Auto-AFK
  187. # After this timeout in seconds, the user will be set as afk.
  188. # This feature requires the player to have essentials.afk.auto node.
  189. # Set to -1 for no timeout.
  190. auto-afk: 300
  191.  
  192. # Auto-AFK Kick
  193. # After this timeout in seconds, the user will be kicked from the server.
  194. # essentials.afk.kickexempt node overrides this feature.
  195. # Set to -1 for no timeout.
  196. auto-afk-kick: -1
  197.  
  198. # Set this to true, if you want to freeze the player, if he is afk.
  199. # Other players or monsters can't push him out of afk mode then.
  200. # This will also enable temporary god mode for the afk player.
  201. # The player has to use the command /afk to leave the afk mode.
  202. freeze-afk-players: false
  203.  
  204. # When the player is afk, should he be able to pickup items?
  205. # Enable this, when you don't want people idling in mob traps.
  206. disable-item-pickup-while-afk: false
  207.  
  208. # This setting controls if a player is marked as active on interaction.
  209. # When this setting is false, you will need to manually un-AFK using the /afk command.
  210. cancel-afk-on-interact: true
  211.  
  212. # Should we automatically remove afk status when the player moves?
  213. # Player will be removed from AFK on chat/command regardless of this setting.
  214. # Disable this to reduce server lag.
  215. cancel-afk-on-move: true
  216.  
  217. # You can disable the death messages of Minecraft here.
  218. death-messages: false
  219.  
  220. # Should operators be able to join and part silently.
  221. # You can control this with permissions if it is enabled.
  222. allow-silent-join-quit: true
  223.  
  224. # You can set a custom join message here, set to "none" to disable.
  225. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  226. custom-join-message: "Welcome Back {USERNAME}"
  227.  
  228. # You can set a custom quit message here, set to "NONE" to disable.
  229. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  230. custom-quit-message: "CYA {USERNAME}"
  231.  
  232. # Add worlds to this list, if you want to automatically disable god mode there.
  233. no-god-in-worlds:
  234. # - world_nether
  235.  
  236. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  237. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  238. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  239. # This does not affect the /home command, there is a separate toggle below for this.
  240. world-teleport-permissions: false
  241.  
  242. # The number of items given if the quantity parameter is left out in /item or /give.
  243. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  244. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  245. default-stack-size: -1
  246.  
  247. # Over-sized stacks are stacks that ignore the normal max stack size.
  248. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  249. # How many items should be in an over-sized stack?
  250. oversized-stacksize: 64
  251.  
  252. # Allow repair of enchanted weapons and armor.
  253. # If you set this to false, you can still allow it for certain players using the permission.
  254. # essentials.repair.enchanted
  255. repair-enchanted: true
  256.  
  257. # Allow 'unsafe' enchantments in kits and item spawning.
  258. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  259. unsafe-enchantments: true
  260.  
  261. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  262. #If you set this to true any plugin that uses teleport will have the previous location registered.
  263. register-back-in-listener: false
  264.  
  265. #Delay to wait before people can cause attack damage after logging in.
  266. login-attack-delay: 5
  267.  
  268. #Set the max fly speed, values range from 0.1 to 1.0
  269. max-fly-speed: 1.0
  270.  
  271. #Set the max walk speed, values range from 0.1 to 1.0
  272. max-walk-speed: 1.0
  273.  
  274. #Set the maximum amount of mail that can be sent within a minute.
  275. mails-per-minute: 1000
  276.  
  277. # Set the maximum time /tempban can be used for in seconds.
  278. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  279. max-tempban-time: -1
  280.  
  281. ############################################################
  282. # +------------------------------------------------------+ #
  283. # | EssentialsHome | #
  284. # +------------------------------------------------------+ #
  285. ############################################################
  286.  
  287. # Allows people to set their bed at daytime.
  288. update-bed-at-daytime: true
  289.  
  290. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  291. # This applies to the /home only.
  292. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  293. world-home-permissions: false
  294.  
  295. # Allow players to have multiple homes.
  296. # Players need essentials.sethome.multiple before they can have more than 1 home.
  297. # You can set the default number of multiple homes using the 'default' rank below.
  298. # To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  299. # To grant different home amounts to different people, you need to define a 'home-rank' below.
  300. # Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  301. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  302. sethome-multiple:
  303. default: 2
  304. priest: 4
  305. knight: 8
  306. wizard: 12
  307. king: 18
  308. broken: 22
  309.  
  310. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  311.  
  312. # Set timeout in seconds for players to accept tpa before request is cancelled.
  313. # Set to 0 for no timeout.
  314. tpa-accept-cancellation: 120
  315.  
  316. ############################################################
  317. # +------------------------------------------------------+ #
  318. # | EssentialsEco | #
  319. # +------------------------------------------------------+ #
  320. ############################################################
  321.  
  322. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  323.  
  324. # Defines the balance with which new players begin. Defaults to 0.
  325. starting-balance: 5000
  326.  
  327. # worth-# defines the value of an item when it is sold to the server via /sell.
  328. # These are now defined in worth.yml
  329.  
  330. # Defines the cost to use the given commands PER USE.
  331. # Some commands like /repair have sub-costs, check the wiki for more information.
  332. command-costs:
  333. # /example costs $1000 PER USE
  334. #example: 1000
  335. # /kit tools costs $1500 PER USE
  336. #kit-tools: 1500
  337.  
  338. # Set this to a currency symbol you want to use.
  339. currency-symbol: '$'
  340.  
  341. # Set the maximum amount of money a player can have.
  342. # The amount is always limited to 10 trillion because of the limitations of a java double.
  343. max-money: 1000000
  344.  
  345. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  346. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  347. min-money: 0
  348.  
  349. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  350. economy-log-enabled: false
  351.  
  352. ############################################################
  353. # +------------------------------------------------------+ #
  354. # | EssentialsHelp | #
  355. # +------------------------------------------------------+ #
  356. ############################################################
  357.  
  358. # Show other plugins commands in help.
  359. non-ess-in-help: true
  360.  
  361. # Hide plugins which do not give a permission.
  362. # You can override a true value here for a single plugin by adding a permission to a user/group.
  363. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  364. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  365. hide-permissionless-help: true
  366.  
  367. ############################################################
  368. # +------------------------------------------------------+ #
  369. # | EssentialsChat | #
  370. # +------------------------------------------------------+ #
  371. ############################################################
  372.  
  373. chat:
  374.  
  375. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  376. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  377. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  378. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  379. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  380. radius: 0
  381.  
  382. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  383. # Or you can give a group specific chat format, to give some extra variation.
  384. # If set to the default chat format which "should" be compatible with ichat.
  385. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  386.  
  387. format: '<{DISPLAYNAME}> {MESSAGE}'
  388. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  389.  
  390. group-formats:
  391. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  392. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  393.  
  394. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  395.  
  396. ############################################################
  397. # +------------------------------------------------------+ #
  398. # | EssentialsProtect | #
  399. # +------------------------------------------------------+ #
  400. ############################################################
  401.  
  402. protect:
  403.  
  404. # General physics/behavior modifications.
  405. prevent:
  406. lava-flow: true
  407. water-flow: false
  408. water-bucket-flow: false
  409. fire-spread: true
  410. lava-fire-spread: true
  411. flint-fire: false
  412. lightning-fire-spread: true
  413. portal-creation: true
  414. tnt-explosion: false
  415. tnt-playerdamage: true
  416. tnt-minecart-explosion: false
  417. tnt-minecart-playerdamage: false
  418. fireball-explosion: false
  419. fireball-fire: false
  420. fireball-playerdamage: false
  421. witherskull-explosion: false
  422. witherskull-playerdamage: false
  423. wither-spawnexplosion: false
  424. wither-blockreplace: false
  425. creeper-explosion: false
  426. creeper-playerdamage: false
  427. creeper-blockdamage: false
  428. enderdragon-blockdamage: true
  429. enderman-pickup: false
  430. villager-death: true
  431. # Monsters won't follow players.
  432. # permission essentials.protect.entitytarget.bypass disables this.
  433. entitytarget: false
  434. # Prevent the spawning of creatures.
  435. spawn:
  436. creeper: false
  437. skeleton: false
  438. spider: false
  439. giant: false
  440. zombie: false
  441. slime: false
  442. ghast: false
  443. pig_zombie: false
  444. enderman: false
  445. cave_spider: false
  446. silverfish: false
  447. blaze: false
  448. magma_cube: false
  449. ender_dragon: false
  450. pig: false
  451. sheep: false
  452. cow: false
  453. chicken: false
  454. squid: false
  455. wolf: false
  456. mushroom_cow: false
  457. snowman: false
  458. ocelot: false
  459. iron_golem: false
  460. villager: false
  461. wither: false
  462. bat: false
  463. witch: false
  464. horse: false
  465.  
  466. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  467. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  468. creeper:
  469. max-height: -1
  470.  
  471. # Disable various default physics and behaviors.
  472. disable:
  473. # Should fall damage be disabled?
  474. fall: false
  475.  
  476. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  477. # They will be unable to attack users without that same permission node.
  478. pvp: false
  479.  
  480. # Should drowning damage be disabled?
  481. # (Split into two behaviors; generally, you want both set to the same value.)
  482. drown: false
  483. suffocate: false
  484.  
  485. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  486. lavadmg: false
  487.  
  488. # Should arrow damage be disabled?
  489. projectiles: false
  490.  
  491. # This will disable damage from touching cacti.
  492. contactdmg: false
  493.  
  494. # Burn, baby, burn! Should fire damage be disabled?
  495. firedmg: false
  496.  
  497. # Should the damage after hit by a lightning be disabled?
  498. lightning: false
  499.  
  500. # Should Wither damage be disabled?
  501. wither: false
  502.  
  503. # Disable weather options?
  504. weather:
  505. storm: false
  506. thunder: false
  507. lightning: false
  508.  
  509. ############################################################
  510. # +------------------------------------------------------+ #
  511. # | EssentialsAntiBuild | #
  512. # +------------------------------------------------------+ #
  513. ############################################################
  514.  
  515. # Disable various default physics and behaviors
  516. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  517.  
  518. # Should people with build: false in permissions be allowed to build?
  519. # Set true to disable building for those people.
  520. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  521. build: true
  522.  
  523. # Should people with build: false in permissions be allowed to use items?
  524. # Set true to disable using for those people.
  525. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  526. use: true
  527.  
  528. # Should we tell people they are not allowed to build?
  529. warn-on-build-disallow: true
  530.  
  531. # For which block types would you like to be alerted?
  532. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  533. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  534. alert:
  535. on-placement: 10,11,46,327
  536. on-use: 327
  537. on-break:
  538.  
  539. blacklist:
  540.  
  541. # Which blocks should people be prevented from placing?
  542. placement: 10,11,46,327
  543.  
  544. # Which items should people be prevented from using?
  545. usage: 327
  546.  
  547. # Which blocks should people be prevented from breaking?
  548. break:
  549.  
  550. # Which blocks should not be pushed by pistons?
  551. piston:
  552.  
  553. # Which blocks should not be dispensed by dispensers
  554. dispenser:
  555.  
  556. ############################################################
  557. # +------------------------------------------------------+ #
  558. # | Essentials Spawn / New Players | #
  559. # +------------------------------------------------------+ #
  560. ############################################################
  561.  
  562. newbies:
  563. # Should we announce to the server when someone logs in for the first time?
  564. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  565. # If not, set to ''
  566. #announce-format: ''
  567. announce-format: '&dWelcome {DISPLAYNAME}&d to &4BrokenPvP!!'
  568.  
  569. # When we spawn for the first time, which spawnpoint do we use?
  570. # Set to "none" if you want to use the spawn point of the world.
  571. spawnpoint: spawn
  572.  
  573. # Do we want to give users anything on first join? Set to '' to disable
  574. # This kit will be given regardless of cost, and permissions.
  575. #kit: ''
  576. kit: starter
  577.  
  578. # Set this to lowest, if you want Multiverse to handle the respawning.
  579. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  580. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  581. respawn-listener-priority: high
  582.  
  583. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  584. respawn-at-home: true
  585.  
  586. # End of File <-- No seriously, you're done with configuration.
Add Comment
Please, Sign In to add comment