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