Advertisement
Chrispm84

Essentials Config

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