Guest User

Essentials Config

a guest
Jul 21st, 2016
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 19.84 KB | None | 0 0
  1. Essentials config:
  2. [############################################################
  3. # +------------------------------------------------------+ #
  4. # |                       Notes                          | #
  5. # +------------------------------------------------------+ #
  6. ############################################################
  7.  
  8. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
  9. # If you receive an error when Essentials loads, ensure that:
  10. #   - No tabs are present: YAML only allows spaces
  11. #   - Indents are correct: YAML heirarchy is based entirely on indentation
  12. #   - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
  13. #   - List items are prefixed with a hyphen and indented:
  14. #       lists:
  15. #         - look like this
  16. #       not:
  17. #       - like this
  18. #   - Text with symbols is enclosed in single or double quotation marks
  19. #   - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
  20. #   - You have saved the document as UTF-8, NOT the default, ANSI
  21.  
  22. ############################################################
  23. # +------------------------------------------------------+ #
  24. # |                 Essentials (Global)                  | #
  25. # +------------------------------------------------------+ #
  26. ############################################################
  27.  
  28. # A color code between 0-9 or a-f. Set to 'none' to disable.
  29. ops-name-color: 'c'
  30.  
  31. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  32. nickname-prefix: ''
  33.  
  34. # Disable this if you have any other plugin, that modifies the displayname of a user.
  35. change-displayname: true
  36.  
  37. # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
  38. # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
  39. # The value of change-displayname (above) has to be true.
  40. # If you don't set this, it will default to true if essentials chat is installed.
  41. # Don't forget to remove the # infront of the line
  42. #add-prefix-suffix: false
  43.  
  44. # The delay, in seconds, required between /home, /tp, etc.
  45. teleport-cooldown: 0
  46.  
  47. # The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
  48. teleport-delay: 0
  49.  
  50. # The delay, in seconds, required between /heal attempts
  51. heal-cooldown: 0
  52.  
  53. # What to prevent from /i /give
  54. # e.g item-spawn-blacklist: 46,11,10
  55. item-spawn-blacklist:
  56. # Set this to true if you want permission based item spawn rules
  57. # Note: The blacklist above will be ignored then.
  58. # Permissions:
  59. #  - essentials.itemspawn.item-all
  60. #  - essentials.itemspawn.item-[itemname]
  61. #  - essentials.itemspawn.item-[itemid]
  62. #  - essentials.give.item-all
  63. #  - essentials.give.item-[itemname]
  64. #  - essentials.give.item-[itemid]
  65. permission-based-item-spawn: false
  66.  
  67. # Mob limit on spawnmob
  68. spawnmob-limit: 1000000000
  69.  
  70. # Shall we notify users when using /lightning
  71. warn-on-smite: false
  72.  
  73. # motd and rules are now configured in the files motd.txt and rules.txt
  74.  
  75. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  76. # priority.  If a command is in this list, Essentials will try to give ITSELF priority.  This does not always work:
  77. # usually whichever plugin was updated most recently wins out.  However, the full name of the command will always work.
  78. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  79. # will still map to Essentials, whereas it might normally get forced upon WorldGuard.  Commands prefixed with an "e",
  80. # such as /egod, will always grant Essentials priority.
  81. # We should try to take priority over /god.  If this doesn't work, use
  82. # /essentials:god or /egod.  If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
  83. overridden-commands:
  84.  - god
  85.  
  86. # Disabled commands will be completelly unavailable on the server.
  87. disabled-commands:
  88. # - none
  89.  
  90. # Restricted commands have been removed.
  91. # Now we have a whitelist, all commands not on this list are only available to ops.
  92. # These will have NO EFFECT if you have Permissions installed!
  93. # They are here only if you want something simpler than Permissions.
  94. # These are the permissions without the "essentials." part.
  95. player-commands:
  96.  - afk
  97.   - back
  98.   - back.ondeath
  99.   - balance
  100.   - clearinventory
  101.   - compass
  102.   - depth
  103.   - getpos
  104.   - geoip.show
  105.   - help
  106.   - helpop
  107.   - home
  108.   - home.others
  109.   - ignore
  110.   - info
  111.   - kit
  112.   - list
  113.   - mail
  114.   - mail.send
  115.   - me
  116.   - motd
  117.   - msg
  118.   - nick
  119.   - pay
  120.   - ping
  121.   - powertool
  122.   - protect
  123.   - r
  124.   - rules
  125.   - seen
  126.   - sell
  127.   - sethome
  128.   - setxmpp
  129.   - signs.create.protection
  130.   - signs.create.trade
  131.   - signs.break.protection
  132.   - signs.break.trade
  133.   - signs.use.balance
  134.   - signs.use.buy
  135.   - signs.use.disposal
  136.   - signs.use.free
  137.   - signs.use.heal
  138.   - signs.use.mail
  139.   - signs.use.protection
  140.   - signs.use.sell
  141.   - signs.use.time
  142.   - signs.use.trade
  143.   - signs.use.warp
  144.   - signs.use.weather
  145.   - spawn
  146.   - suicide
  147.   - tpa
  148.   - tpaccept
  149.   - tpahere
  150.   - tpdeny
  151.   - warp
  152.   - warp.list
  153.   - world
  154.   - worth
  155.   - xmpp
  156.  
  157. # Note: All items MUST be followed by a quantity!
  158. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  159. # Times are measured in seconds.
  160. kits:
  161.   dtools:
  162.     delay: 10
  163.     items:
  164.      - 277 1
  165.       - 278 1
  166.       - 279 1
  167.   tools:
  168.     delay: 10
  169.     items:
  170.      - 272 1
  171.       - 273 1
  172.       - 274 1
  173.       - 275 1
  174.  
  175. # Essentials Sign Control
  176. # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
  177. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  178. # We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
  179.  
  180. enabledSigns:
  181.  - balance
  182.   - buy  
  183.   - sell
  184.   - trade
  185.   - free
  186.   - disposal
  187.   - warp
  188.   - kit
  189.   - mail
  190.   - enchant
  191.   - gamemode
  192.   - heal
  193.   - spawnmob
  194.   - time
  195.   - weather
  196.   - protection
  197.  
  198. # Backup runs a command while saving is disabled
  199. backup:
  200.  # Interval in minutes
  201.   interval: 60
  202.   # Add a command that backups your data, e.g.
  203.   #command: 'rdiff-backup World1 backups/World1'
  204.  
  205. # Set this true to enable permission per warp.
  206. per-warp-permission: false
  207.  
  208. # Sort output of /list command by groups
  209. sort-list-by-groups: false
  210.  
  211. # More output to the console
  212. debug: false
  213.  
  214. # Set the locale for all messages
  215. # If you don't set this, the default locale of the server will be used.
  216. # Don't forget to remove the # infront of the line
  217. #locale: en_US
  218.  
  219. # Turn off god mode when people exit
  220. remove-god-on-disconnect: false
  221.  
  222. # Use the permission system of bukkit
  223. # This only works if no other permission plugins are installed
  224. use-bukkit-permissions: false
  225.  
  226. # Auto-AFK
  227. # After this timeout in seconds, the user will be set as afk.
  228. # Set to -1 for no timeout.
  229. auto-afk: 300
  230.  
  231. # Auto-AFK Kick
  232. # After this timeout in seconds, the user will be kicked from the server.
  233. # Set to -1 for no timeout.
  234. auto-afk-kick: -1
  235.  
  236. # Set this to true, if you want to freeze the player, if he is afk.
  237. # Other players or monsters can't push him out of afk mode then.
  238. # This will also enable temporary god mode for the afk player.
  239. # The player has to use the command /afk to leave the afk mode.
  240. freeze-afk-players: false
  241.  
  242. # When the player is afk, should he be able to pickup items?
  243. # Enable this, when you don't want people idling in mob traps.
  244. disable-item-pickup-while-afk: true
  245.  
  246. # You can disable the death messages of minecraft here
  247. death-messages: true
  248.  
  249. # Add worlds to this list, if you want to automatically disable god mode there
  250. no-god-in-worlds:
  251. #  - world_nether
  252.  
  253. # Set to true to enable per-world permissions for teleporting with /world
  254. # Give someone permission to teleport to a world with essentials.world.<worldname>
  255. world-teleport-permissions: false
  256.  
  257. # The number of items given if the quantity parameter is left out in /item or /give.
  258. # If this number is below 1, the maximum stack size size is given. If oversized stacks
  259. # is not enabled, any number higher then the maximum stack size results in more than one stack.
  260. default-stack-size: -1
  261.  
  262. # Oversized stacks are stacks that ignore the normal max stacksize.
  263. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  264. # How many items should be in a oversized stack?
  265. oversized-stacksize: 64
  266.  
  267. # Do you allow to repair enchanted weapons and armor?
  268. # If you set this to false, you can still allow it for certain players using the permission
  269. # essentials.repair.enchanted
  270. repair-enchanted: true
  271.  
  272. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  273. #If you set this to true any plugin that uses teleport will have the previous location registered.
  274. register-back-in-listener: false
  275.  
  276. ############################################################
  277. # +------------------------------------------------------+ #
  278. # |                   EssentialsHome                     | #
  279. # +------------------------------------------------------+ #
  280. ############################################################
  281.  
  282. # If no home is set, send players to spawn when /home is used
  283. spawn-if-no-home: true
  284.  
  285. # Allows people to set their bed at daytime
  286. update-bed-at-daytime: true
  287.  
  288. # Allow players to have multiple homes.
  289. # Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
  290. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  291. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  292. sethome-multiple:
  293.   default: 3
  294.   # essentials.sethome.multiple.vip
  295.   vip: 5
  296.   # essentials.sethome.multiple.staff
  297.   staff: 10
  298.  
  299. # Set timeout in seconds for players to accept tpa before request is cancelled.
  300. # Set to 0 for no timeout
  301. tpa-accept-cancellation: 0
  302.  
  303. ############################################################
  304. # +------------------------------------------------------+ #
  305. # |                   EssentialsEco                      | #
  306. # +------------------------------------------------------+ #
  307. ############################################################
  308.  
  309. # Defines the balance with which new players begin.  Defaults to 0.
  310. starting-balance: 0
  311.  
  312. # worth-# defines the value of an item when it is sold to the server via /sell.
  313. # These are now defined in worth.yml
  314.  
  315. # Defines the cost to use the given commands PER USE
  316. command-costs:
  317.  # /example costs $1000 PER USE
  318.   #example: 1000
  319.   # /kit tools costs $1500 PER USE
  320.   #kit-tools: 1500
  321.  
  322. # Set this to a currency symbol you want to use.
  323. currency-symbol: '$'
  324.  
  325. # Set the maximum amount of money a player can have
  326. # The amount is always limited to 10 trillions because of the limitations of a java double
  327. max-money: 10000000000000000000000000000000000000000000
  328.  
  329. # Set the minimum amount of money a player can have
  330. # Setting this to 0, will disable overdrafts/loans compeltely.  Users need 'essentials.eco.loan' perm to go below 0.
  331. min-money: -10000000000000
  332.  
  333. # Enable this to log all interactions with trade/buy/sell signs and sell command
  334. economy-log-enabled: false
  335.  
  336. ############################################################
  337. # +------------------------------------------------------+ #
  338. # |                   EssentialsHelp                     | #
  339. # +------------------------------------------------------+ #
  340. ############################################################
  341.  
  342. # Show other plugins commands in help
  343. non-ess-in-help: true
  344.  
  345. # Hide plugins which dont give a permission
  346. # You can override a true value here for a single plugin by adding a permission to a user/group.
  347. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
  348. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
  349. hide-permissionless-help: true
  350.  
  351. ############################################################
  352. # +------------------------------------------------------+ #
  353. # |                   EssentialsChat                     | #
  354. # +------------------------------------------------------+ #
  355. ############################################################
  356.  
  357. chat:
  358.   # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
  359.   # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  360.   # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  361.   # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  362.   # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  363.   radius: 0
  364.  
  365.   # Chat formatting can be done in two ways, you can either define a standard format for all chat
  366.   # Or you can give a group specific chat format, to give some extra variation.
  367.   # If set to the default chat format which "should" be compatible with ichat.
  368.   # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting  
  369.  
  370.   format: '<{DISPLAYNAME}> {MESSAGE}'
  371.   #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  372.  
  373.   group-formats:
  374.  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  375.   #  Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  376.  
  377.   # If your using group formats make sure to remove the '#' to allow the setting to be read.
  378.  
  379. ############################################################
  380. # +------------------------------------------------------+ #
  381. # |                 EssentialsProtect                    | #
  382. # +------------------------------------------------------+ #
  383. ############################################################
  384.  
  385. protect:
  386.  # Database settings for sign/rail protection
  387.  
  388.   # mysql or sqlite
  389.   datatype: 'sqlite'
  390.  
  391.   # If you specified MySQL above, you MUST enter the appropriate details here.
  392.   # If you specified SQLite above, these will be IGNORED.
  393.   username: 'root'
  394.   password: 'root'
  395.   mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  396.  
  397.   # For which block types would you like to be alerted?
  398.   # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  399.   # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  400.   alert:
  401.     on-placement: 10,11,46,327
  402.     on-use: 327
  403.     on-break:
  404.  
  405.   blacklist:
  406.     # Which blocks should people be prevented from placing
  407.     placement: 10,11,46,327
  408.  
  409.     # Which items should people be prevented from using
  410.     usage: 327
  411.  
  412.     # Which blocks should people be prevented from breaking
  413.     break:
  414.     # Which blocks should not be pushed by pistons
  415.     piston:
  416.   # General physics/behavior modifications
  417.   prevent:
  418.     lava-flow: false
  419.     water-flow: false
  420.     water-bucket-flow: false
  421.     fire-spread: true
  422.     lava-fire-spread: true
  423.     flint-fire: false
  424.     lightning-fire-spread: true
  425.     portal-creation: false
  426.     tnt-explosion: false
  427.     tnt-playerdamage: false
  428.     fireball-explosion: false
  429.     fireball-fire: false
  430.     fireball-playerdamage: false
  431.     creeper-explosion: false
  432.     creeper-playerdamage: false
  433.     creeper-blockdamage: false
  434.     enderdragon-blockdamage: true
  435.     enderman-pickup: false
  436.     villager-death: false
  437.     # Monsters won't follow players
  438.     # permission essentials.protect.entitytarget.bypass disables this
  439.     entitytarget: false
  440.     # Prevent the spawning of creatures
  441.     spawn:
  442.       chicken: false
  443.       cow: false
  444.       creeper: false
  445.       ghast: false
  446.       giant: false
  447.       monster: false
  448.       pig: false
  449.       pig_zombie: false
  450.       sheep: false
  451.       skeleton: false
  452.       slime: false
  453.       spider: false
  454.       squid: false
  455.       zombie: false
  456.       wolf: false
  457.       cave_spider: false
  458.       enderman: false
  459.       silverfish: false
  460.       ender_dragon: false
  461.       villager: false
  462.       blaze: false
  463.       mushroom_cow: false
  464.       magma_cube: false
  465.       snowman: false
  466.  
  467.   # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  468.   # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  469.   creeper:
  470.     max-height: -1
  471.  
  472.   # Protect various blocks.
  473.   protect:
  474.    # Protect all signs
  475.     signs: true
  476.  
  477.     # Prevent users from destroying rails
  478.     rails: true
  479.  
  480.     # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  481.     # This makes it more difficult to circumvent protection, and should be enabled.
  482.     # This only has an effect if "rails" or "signs" is also enabled.
  483.     block-below: true
  484.  
  485.     # Prevent placing blocks above protected rails, this is to stop a potential griefing
  486.     prevent-block-on-rails: false
  487.  
  488.     # Store blocks / signs in memory before writing
  489.     memstore: false
  490.  
  491.   # Disable various default physics and behaviors
  492.   disable:
  493.    # Should fall damage be disabled?
  494.     fall: false
  495.  
  496.     # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  497.     # They will be unable to attack users without that same permission node.
  498.     pvp: false
  499.  
  500.     # Should drowning damage be disabled?
  501.     # (Split into two behaviors; generally, you want both set to the same value)
  502.     drown: false
  503.     suffocate: false
  504.  
  505.     # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
  506.     lavadmg: false
  507.  
  508.     # Should arrow damage be disabled
  509.     projectiles: false
  510.  
  511.     # This will disable damage from touching cacti.
  512.     contactdmg: false
  513.  
  514.     # Burn, baby, burn!  Should fire damage be disabled?
  515.     firedmg: false
  516.  
  517.     # Should the damage after hit by a lightning be disabled?
  518.     lightning: false
  519.  
  520.     # Should people with build: false in permissions be allowed to build
  521.     # Set true to disable building for those people
  522.     build: true
  523.  
  524.     # Should people with build: false in permissions be allowed to use items
  525.     # Set true to disable using for those people
  526.     use: true
  527.  
  528.     # Should we tell people they are not allowed to build
  529.     warn-on-build-disallow: true
  530.  
  531.     # Disable weather options
  532.     weather:
  533.       storm: false
  534.       thunder: false
  535.       lightning: false
  536.  
  537. ############################################################
  538. # +------------------------------------------------------+ #
  539. # |            Essentials Spawn / New Players            | #
  540. # +------------------------------------------------------+ #
  541. ############################################################
  542.  
  543. newbies:
  544.  # Should we announce to the server when someone logs in for the first time?
  545.   # If so, use this format, replacing {DISPLAYNAME} with the player name.
  546.   # If not, set to ''
  547.   #announce-format: ''
  548.   announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  549.  
  550.   # When we spawn for the first time, which spawnpoint do we use?
  551.   # Set to "none" if you want to use the spawn point of the world.
  552.   spawnpoint: newbies
  553.  
  554.   # Do we want to give users anything on first join? Set to '' to disable
  555.   # This kit will be given reguardless of cost, and permissions.
  556.   #kit: ''
  557.   kit: tools
  558.  
  559. # Set this to lowest, if you want Multiverse to handle the respawning
  560. # Set this to high, if you want EssentialsSpawn to handle the respawning
  561. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  562. respawn-listener-priority: high
  563.  
  564. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  565. respawn-at-home: false
  566.  
  567. # End of File <-- No seriously, you're done with configuration.
Add Comment
Please, Sign In to add comment