Guest User

Untitled

a guest
Jul 28th, 2017
4
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.99 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: 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: true
  34.  
  35. # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
  36. # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
  37. # The value of change-displayname (above) has to be true.
  38. # If you don't set this, it will default to true if essentials chat is installed.
  39. # Don't forget to remove the # in front of the line
  40. add-prefix-suffix: true
  41.  
  42. # The delay, in seconds, required between /home, /tp, etc.
  43. teleport-cooldown: 0
  44.  
  45. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  46. teleport-delay: 0
  47.  
  48. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command
  49. # This will also prevent the player attacking other players
  50. teleport-invulnerability: 4
  51.  
  52. # The delay, in seconds, required between /heal attempts
  53. heal-cooldown: 60
  54.  
  55. # What to prevent from /i /give
  56. # e.g item-spawn-blacklist: 46,11,10
  57. item-spawn-blacklist:
  58.  
  59. # Set this to true if you want permission based item spawn rules
  60. # Note: The blacklist above will be ignored then.
  61. # Permissions:
  62. # - essentials.itemspawn.item-all
  63. # - essentials.itemspawn.item-[itemname]
  64. # - essentials.itemspawn.item-[itemid]
  65. # - essentials.give.item-all
  66. # - essentials.give.item-[itemname]
  67. # - essentials.give.item-[itemid]
  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 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. - nuke
  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. - essentials:msg
  99. - essentials:w
  100. - essentials:message
  101. - essentials:tell
  102. - essentials:t
  103. - essentials:m
  104. - essentials:me
  105. - essentials:whisper
  106. - essentials:emsg
  107. - essentials:etell
  108. - essentials:ewhisper
  109. - essentials:r
  110. - essentials:er
  111. - essentials:reply
  112. - essentials:ereply
  113. - bukkit:msg
  114. - bukkit:w
  115. - bukkit:tell
  116. - emsg
  117. - etell
  118. - ewhisper
  119. - r
  120. - er
  121. - reply
  122. - ereply
  123. - msg
  124. - message
  125. - tell
  126. - t
  127. - m
  128. - w
  129. - me
  130. - whisper
  131. - tpa
  132. - tpahere
  133.  
  134. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  135. # This list has no effect if your using a supported permissions system.
  136. # If your using an unsupported permissions system simply delete this section.
  137. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  138. # These are the permissions without the "essentials." part.
  139. player-commands:
  140. - afk
  141. - afk.auto
  142. - back
  143. - back.ondeath
  144. - balance
  145. - balance.others
  146. - balancetop
  147. - build
  148. - chat.color
  149. - chat.format
  150. - chat.shout
  151. - chat.question
  152. - clearinventory
  153. - compass
  154. - depth
  155. - delhome
  156. - getpos
  157. - geoip.show
  158. - help
  159. - helpop
  160. - home
  161. - home.others
  162. - ignore
  163. - info
  164. - itemdb
  165. - kit
  166. - kits.tools
  167. - list
  168. - mail
  169. - mail.send
  170. - me
  171. - motd
  172. - msg
  173. - msg.color
  174. - nick
  175. - near
  176. - pay
  177. - ping
  178. - protect
  179. - r
  180. - rules
  181. - realname
  182. - seen
  183. - sell
  184. - sethome
  185. - setxmpp
  186. - signs.create.protection
  187. - signs.create.trade
  188. - signs.break.protection
  189. - signs.break.trade
  190. - signs.use.balance
  191. - signs.use.buy
  192. - signs.use.disposal
  193. - signs.use.enchant
  194. - signs.use.free
  195. - signs.use.gamemode
  196. - signs.use.heal
  197. - signs.use.info
  198. - signs.use.kit
  199. - signs.use.mail
  200. - signs.use.protection
  201. - signs.use.repair
  202. - signs.use.sell
  203. - signs.use.time
  204. - signs.use.trade
  205. - signs.use.warp
  206. - signs.use.weather
  207. - spawn
  208. - suicide
  209. - time
  210. - tpa
  211. - tpaccept
  212. - tpahere
  213. - tpdeny
  214. - warp
  215. - warp.list
  216. - world
  217. - worth
  218. - xmpp
  219.  
  220. # Note: All items MUST be followed by a quantity!
  221. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  222. # Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
  223. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  224. kits:
  225. butter:
  226. delay: 1200
  227. items:
  228. - 314 1
  229. - 315 1
  230. - 316 1
  231. - 317 1
  232. - 283 1
  233. - 322 1
  234. # Essentials Sign Control
  235. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  236. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  237. # Essentials Colored sign support will be enabled when any sign types are enabled.
  238. # Color is not an actual sign, its for enabling using color codes on signs, when the correct permissions are given.
  239.  
  240. enabledSigns:
  241. - color
  242. #- balance
  243. #- buy
  244. #- sell
  245. #- trade
  246. #- free
  247. - disposal
  248. - warp
  249. #- kit
  250. - mail
  251. #- enchant
  252. #- gamemode
  253. - heal
  254. #- info
  255. #- spawnmob
  256. #- repair
  257. #- time
  258. #- weather
  259.  
  260. # How many times per second can Essentials signs be interacted with per player.
  261. # Values should be between 1-20, 20 being virtually no lag protection.
  262. # Lower numbers will reduce the possibility of lag, but may annoy players.
  263. sign-use-per-second: 4
  264.  
  265. # Backup runs a batch/bash command while saving is disabled
  266. backup:
  267. # Interval in minutes
  268. interval: 30
  269. # Unless you add a valid backup command or script here, this feature will be useless.
  270. # Use 'save-all' to simply force regular world saving without backup.
  271. #command: 'rdiff-backup World1 backups/World1'
  272.  
  273. # Set this true to enable permission per warp.
  274. per-warp-permission: true
  275.  
  276. # Sort output of /list command by groups
  277. sort-list-by-groups: false
  278.  
  279. # More output to the console
  280. debug: false
  281.  
  282. # Set the locale for all messages
  283. # If you don't set this, the default locale of the server will be used.
  284. # Don't forget to remove the # in front of the line
  285. #locale: de_DE
  286.  
  287. # Turn off god mode when people exit
  288. remove-god-on-disconnect: true
  289.  
  290. # Auto-AFK
  291. # After this timeout in seconds, the user will be set as afk.
  292. # Set to -1 for no timeout.
  293. auto-afk: 10000
  294.  
  295. # Auto-AFK Kick
  296. # After this timeout in seconds, the user will be kicked from the server.
  297. # Set to -1 for no timeout.
  298. auto-afk-kick: 10000
  299.  
  300. # Set this to true, if you want to freeze the player, if he is afk.
  301. # Other players or monsters can't push him out of afk mode then.
  302. # This will also enable temporary god mode for the afk player.
  303. # The player has to use the command /afk to leave the afk mode.
  304. freeze-afk-players: false
  305.  
  306. # When the player is afk, should he be able to pickup items?
  307. # Enable this, when you don't want people idling in mob traps.
  308. disable-item-pickup-while-afk: false
  309.  
  310. # Should we automatically remove afk status when the player moves?
  311. # Player will be removed from afk on chat/command regardless of this setting.
  312. # Disable this to reduce server lag.
  313. cancel-afk-on-move: true
  314.  
  315. # You can disable the death messages of Minecraft here
  316. death-messages: false
  317.  
  318. # Add worlds to this list, if you want to automatically disable god mode there
  319. no-god-in-worlds:
  320. # - world_nether
  321.  
  322. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands
  323. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  324. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  325. # This does not effect the /home command, there is a separate toggle below for this.
  326. world-teleport-permissions: false
  327.  
  328. # The number of items given if the quantity parameter is left out in /item or /give.
  329. # If this number is below 1, the maximum stack size size is given. If over-sized stacks
  330. # are not enabled, any number higher then the maximum stack size results in more than one stack.
  331. default-stack-size: -1
  332.  
  333. # Over-sized stacks are stacks that ignore the normal max stack size.
  334. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  335. # How many items should be in an over-sized stack?
  336. oversized-stacksize: 64
  337.  
  338. # Allow repair of enchanted weapons and armor.
  339. # If you set this to false, you can still allow it for certain players using the permission
  340. # essentials.repair.enchanted
  341. repair-enchanted: true
  342.  
  343. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  344. #If you set this to true any plugin that uses teleport will have the previous location registered.
  345. register-back-in-listener: false
  346.  
  347. #Delay to wait before people can cause attack damage after logging in
  348. login-attack-delay: 5
  349.  
  350. #Set the max fly speed, values range from 0.1 to 1.0
  351. max-fly-speed: 0.8
  352.  
  353. #Set the maximum amount of mails that can be send within a minute.
  354. mails-per-minute: 1000
  355.  
  356. ############################################################
  357. # +------------------------------------------------------+ #
  358. # | EssentialsHome | #
  359. # +------------------------------------------------------+ #
  360. ############################################################
  361.  
  362. # Allows people to set their bed at daytime
  363. update-bed-at-daytime: true
  364.  
  365. # Set to true to enable per-world permissions for using homes to teleport between worlds
  366. # This applies to the /home only.
  367. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  368. world-home-permissions: false
  369.  
  370. # Allow players to have multiple homes.
  371. # Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
  372. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  373. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  374. sethome-multiple:
  375. default: 3
  376. # essentials.sethome.multiple.vip
  377. vip: 5
  378. # essentials.sethome.multiple.staff
  379. staff: 10
  380.  
  381. # Set timeout in seconds for players to accept tpa before request is cancelled.
  382. # Set to 0 for no timeout
  383. tpa-accept-cancellation: 0
  384.  
  385. ############################################################
  386. # +------------------------------------------------------+ #
  387. # | EssentialsEco | #
  388. # +------------------------------------------------------+ #
  389. ############################################################
  390.  
  391. # Defines the balance with which new players begin. Defaults to 0.
  392. starting-balance: 0
  393.  
  394. # worth-# defines the value of an item when it is sold to the server via /sell.
  395. # These are now defined in worth.yml
  396.  
  397. # Defines the cost to use the given commands PER USE
  398. # Some commands like /repair have sub-costs, check the wiki for more information.
  399. command-costs:
  400. # /example costs $1000 PER USE
  401. #example: 1000
  402. # /kit tools costs $1500 PER USE
  403. #kit-tools: 1500
  404.  
  405. # Set this to a currency symbol you want to use.
  406. currency-symbol: '$'
  407.  
  408. # Set the maximum amount of money a player can have
  409. # The amount is always limited to 10 trillions because of the limitations of a java double
  410. max-money: 10000000000000
  411.  
  412. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  413. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  414. min-money: -10000
  415.  
  416. # Enable this to log all interactions with trade/buy/sell signs and sell command
  417. economy-log-enabled: false
  418.  
  419. ############################################################
  420. # +------------------------------------------------------+ #
  421. # | EssentialsHelp | #
  422. # +------------------------------------------------------+ #
  423. ############################################################
  424.  
  425. # Show other plugins commands in help
  426. non-ess-in-help: false
  427.  
  428. # Hide plugins which do not give a permission
  429. # You can override a true value here for a single plugin by adding a permission to a user/group.
  430. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  431. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  432. hide-permissionless-help: true
  433.  
  434. ############################################################
  435. # +------------------------------------------------------+ #
  436. # | EssentialsChat | #
  437. # +------------------------------------------------------+ #
  438. ############################################################
  439.  
  440. chat:
  441.  
  442. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  443. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  444. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  445. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  446. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  447. radius: 0
  448.  
  449. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  450. # Or you can give a group specific chat format, to give some extra variation.
  451. # If set to the default chat format which "should" be compatible with ichat.
  452. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  453.  
  454. format: '{DISPLAYNAME} {MESSAGE}'
  455.  
  456. group-formats:
  457. User: '{DISPLAYNAME}&7{MESSAGE}'
  458. Admin: '{DISPLAYNAME}&c{MESSAGE}'
  459. JoshAdmin: '{DISPLAYNAME}&f{MESSAGE}'
  460. default: '{DISPLAYNAME}&7{MESSAGE}'
  461. Default: '{DISPLAYNAME}&7{MESSAGE}'
  462. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  463.  
  464. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  465.  
  466. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  467.  
  468. ############################################################
  469. # +------------------------------------------------------+ #
  470. # | EssentialsProtect | #
  471. # +------------------------------------------------------+ #
  472. ############################################################
  473.  
  474. protect:
  475. # Database settings for sign/rail protection
  476.  
  477. # mysql or sqlite
  478. # We strongly recommend against using mysql here, unless you have a good reason.
  479. # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
  480. datatype: 'sqlite'
  481.  
  482. # If you specified MySQL above, you MUST enter the appropriate details here.
  483. # If you specified SQLite above, these will be IGNORED.
  484. username: 'root'
  485. password: 'root'
  486. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  487.  
  488. # General physics/behavior modifications
  489. prevent:
  490. lava-flow: true
  491. water-flow: true
  492. water-bucket-flow: false
  493. fire-spread: true
  494. lava-fire-spread: true
  495. flint-fire: false
  496. lightning-fire-spread: true
  497. portal-creation: false
  498. tnt-explosion: false
  499. tnt-playerdamage: false
  500. fireball-explosion: true
  501. fireball-fire: true
  502. fireball-playerdamage: false
  503. creeper-explosion: false
  504. creeper-playerdamage: false
  505. creeper-blockdamage: true
  506. enderdragon-blockdamage: true
  507. enderman-pickup: false
  508. villager-death: false
  509. # Monsters won't follow players
  510. # permission essentials.protect.entitytarget.bypass disables this
  511. entitytarget: false
  512. # Prevent the spawning of creatures
  513. spawn:
  514. creeper: true
  515. skeleton: true
  516. spider: true
  517. giant: true
  518. zombie: true
  519. slime: true
  520. ghast: true
  521. pig_zombie: true
  522. enderman: true
  523. cave_spider: true
  524. silverfish: true
  525. blaze: true
  526. magma_cube: true
  527. ender_dragon: true
  528. pig: true
  529. sheep: true
  530. cow: true
  531. chicken: true
  532. squid: true
  533. wolf: true
  534. mushroom_cow: true
  535. snowman: true
  536. ocelot: true
  537. iron_golem: true
  538. villager: true
  539.  
  540. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  541. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  542. creeper:
  543. max-height: -1
  544.  
  545. # Protect various blocks.
  546. protect:
  547. # Protect all signs
  548. signs: false
  549.  
  550. # Prevent users from destroying rails
  551. rails: false
  552.  
  553. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  554. # This makes it more difficult to circumvent protection, and should be enabled.
  555. # This only has an effect if "rails" or "signs" is also enabled.
  556. block-below: true
  557.  
  558. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  559. prevent-block-on-rails: false
  560.  
  561. # Store blocks / signs in memory before writing
  562. memstore: false
  563.  
  564. # Disable various default physics and behaviors
  565. disable:
  566. # Should fall damage be disabled?
  567. fall: false
  568.  
  569. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  570. # They will be unable to attack users without that same permission node.
  571. pvp: false
  572.  
  573. # Should drowning damage be disabled?
  574. # (Split into two behaviors; generally, you want both set to the same value)
  575. drown: false
  576. suffocate: false
  577.  
  578. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  579. lavadmg: false
  580.  
  581. # Should arrow damage be disabled
  582. projectiles: false
  583.  
  584. # This will disable damage from touching cacti.
  585. contactdmg: false
  586.  
  587. # Burn, baby, burn! Should fire damage be disabled?
  588. firedmg: false
  589.  
  590. # Should the damage after hit by a lightning be disabled?
  591. lightning: false
  592.  
  593. # Disable weather options
  594. weather:
  595. storm: false
  596. thunder: false
  597. lightning: false
  598.  
  599. ############################################################
  600. # +------------------------------------------------------+ #
  601. # | EssentialsAntiBuild | #
  602. # +------------------------------------------------------+ #
  603. ############################################################
  604.  
  605. # Disable various default physics and behaviors
  606.  
  607. # Should people with build: false in permissions be allowed to build
  608. # Set true to disable building for those people
  609. # Setting to false means EssentialsAntiBuild will never prevent you from building
  610. build: true
  611.  
  612. # Should people with build: false in permissions be allowed to use items
  613. # Set true to disable using for those people
  614. # Setting to false means EssentialsAntiBuild will never prevent you from using
  615. use: true
  616.  
  617. # Should we tell people they are not allowed to build
  618. warn-on-build-disallow: true
  619.  
  620. # For which block types would you like to be alerted?
  621. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  622. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  623. alert:
  624. on-placement: 10,11,46,327
  625. on-use: 327
  626. on-break:
  627.  
  628. blacklist:
  629.  
  630. # Which blocks should people be prevented from placing
  631. placement: 10,11,46,327
  632.  
  633. # Which items should people be prevented from using
  634. usage: 327
  635.  
  636. # Which blocks should people be prevented from breaking
  637. break:
  638.  
  639. # Which blocks should not be pushed by pistons
  640. piston:
  641.  
  642. ############################################################
  643. # +------------------------------------------------------+ #
  644. # | Essentials Spawn / New Players | #
  645. # +------------------------------------------------------+ #
  646. ############################################################
  647.  
  648. newbies:
  649. # Should we announce to the server when someone logs in for the first time?
  650. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  651. # If not, set to ''
  652. #announce-format: ''
  653. announce-format: ''
  654.  
  655. # When we spawn for the first time, which spawnpoint do we use?
  656. # Set to "none" if you want to use the spawn point of the world.
  657. spawnpoint: newbies
  658.  
  659. # Do we want to give users anything on first join? Set to '' to disable
  660. # This kit will be given regardless of cost, and permissions.
  661. #kit: ''
  662. kit: ''
  663.  
  664. # Set this to lowest, if you want Multiverse to handle the respawning
  665. # Set this to high, if you want EssentialsSpawn to handle the respawning
  666. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  667. respawn-listener-priority: high
  668.  
  669. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  670. respawn-at-home: false
  671.  
  672. # End of File <-- No seriously, you're done with configuration.
Add Comment
Please, Sign In to add comment