Advertisement
Godleydemon

config.yml

Aug 12th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 16.24 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.  
  24.  
  25. ############################################################
  26. # +------------------------------------------------------+ #
  27. # |                 Essentials (Global)                  | #
  28. # +------------------------------------------------------+ #
  29. ############################################################
  30.  
  31. # A color code between 0-9 or a-f. Set to 'none' to disable.
  32. ops-name-color: 'c'
  33.  
  34. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  35. nickname-prefix: '~'
  36.  
  37. # Disable this if you have any other plugin, that modifies the displayname of a user.
  38. change-displayname: 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. add-prefix-suffix: false
  44.  
  45. # The delay, in seconds, required between /home, /tp, etc.
  46. teleport-cooldown: 0
  47.  
  48. # The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
  49. teleport-delay: 0
  50.  
  51. # The delay, in seconds, required between /heal attempts
  52. heal-cooldown: 60
  53.  
  54. # The number of items given if the quantity parameter is left out in /item or /give.
  55. default-stack-size: 64
  56.  
  57. # What to prevent from /i /give
  58. # e.g item-spawn-blacklist: 46,11,10
  59. item-spawn-blacklist:
  60. # Set this to true if you want permission based item spawn rules
  61. # Note: The blacklist above will be ignored then.
  62. # Permissions:
  63. #  - essentials.itemspawn.item-all
  64. #  - essentials.itemspawn.item-[itemname]
  65. #  - essentials.itemspawn.item-[itemid]
  66. #  - essentials.give.item-all
  67. #  - essentials.give.item-[itemname]
  68. #  - essentials.give.item-[itemid]
  69. permission-based-item-spawn: false
  70.  
  71. # Whether or not to reclaim memory on player logout; this is technical, and should only be changed under special circumstances.
  72. # This generally increases server stability unless very specific runtime configurations are used.
  73. # HOWEVER, it is known to cause lag upon users logging OUT, so beware!
  74. reclaim-onlogout: false
  75.  
  76. # Should primitive spawn protection be enabled?  For most servers, this should be flase; it is better to use a third-party plugin to protect it.
  77. spawn-protection: false
  78.  
  79. # Nether settings (switch between worlds with "/world nether" and "/world normal")
  80. # Sets whether the nether system is enabled, what folder to save the world in, and whether portals should teleport players between worlds.
  81. nether:
  82.   enabled: false
  83.   folder: nether
  84.   portals-enabled: false
  85.   generate-exit-portals: false
  86.   ratio: 16
  87.  
  88. # Mob limit on spawnmob
  89. spawnmob-limit: 10
  90.  
  91. #Shall we notify users when using /lightning
  92. warn-on-smite: true
  93.  
  94. # The message of the day, displayed on connect and by typing /motd.
  95. motd:
  96.  - '&cWelcome, {PLAYER}&c!'
  97.   - '&fType &c/help&f for a list of commands.'
  98.   - 'Currently online: {PLAYERLIST}'
  99.  
  100. # The server rules, available by typing /rules
  101. rules:
  102.  - '[1] Be respectful'
  103.   - '[2] Be ethical'
  104.   - '[3] Use common sense'
  105.  
  106. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  107. # priority.  If a command is in this list, Essentials will try to give ITSELF priority.  This does not always work:
  108. # usually whichever plugin was updated most recently wins out.  However, the full name of the command will always work.
  109. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  110. # will still map to Essentials, whereas it might normally get forced upon WorldGuard.  Commands prefixed with an "e",
  111. # such as /egod, will always grant Essentials priority.
  112. # We should try to take priority over /god.  If this doesn't work, use
  113. # /essentials:god or /egod.  If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
  114. overridden-commands:
  115.  - god
  116.  
  117. # Disabled commands will be completelly unavailable on the server.
  118. disabled-commands:
  119. # - nick
  120.  
  121. # Restricted commands have been removed.
  122. # Now we have a whitelist, all commands not on this list are only available to ops.
  123. # These will have NO EFFECT if you have Permissions installed!
  124. # They are here only if you want something simpler than Permissions.
  125. # These are the permissions without the "essentials." part.
  126. player-commands:
  127.  - afk
  128.   - back
  129.   - back.ondeath
  130.   - balance
  131.   - clearinventory
  132.   - compass
  133.   - depth
  134.   - getpos
  135.   - geoip.show
  136.   - help
  137.   - helpop
  138.   - home
  139.   - home.others
  140.   - ignore
  141.   - info
  142.   - kit
  143.   - list
  144.   - mail
  145.   - mail.send
  146.   - me
  147.   - motd
  148.   - msg
  149.   - nick
  150.   - pay
  151.   - ping
  152.   - portal
  153.   - powertool
  154.   - protect
  155.   - r
  156.   - rules
  157.   - seen
  158.   - sell
  159.   - sethome
  160.   - setxmpp
  161.   - signs.create.protection
  162.   - signs.create.trade
  163.   - signs.break.protection
  164.   - signs.break.trade
  165.   - signs.use.balance
  166.   - signs.use.buy
  167.   - signs.use.disposal
  168.   - signs.use.free
  169.   - signs.use.heal
  170.   - signs.use.mail
  171.   - signs.use.protection
  172.   - signs.use.sell
  173.   - signs.use.time
  174.   - signs.use.trade
  175.   - signs.use.warp
  176.   - signs.use.weather
  177.   - spawn
  178.   - suicide
  179.   - tpa
  180.   - tpaccept
  181.   - tpahere
  182.   - tpdeny
  183.   - warp
  184.   - warp.list
  185.   - world
  186.   - worth
  187.   - xmpp
  188.  
  189. # Note: All items MUST be followed by a quantity!
  190. # Times are measured in seconds.
  191. kits:
  192.   tools:
  193.     delay: 10
  194.     items:
  195.      - 277 1
  196.       - 278 1
  197.       - 279 1
  198.  
  199. # Disable all signs
  200. signs-disabled: false
  201.  
  202. # Backup runs a command while saving is disabled
  203. backup:
  204.  # Interval in minutes
  205.   interval: 60
  206.   # Add a command that backups your data, e.g.
  207.   # command: 'rdiff-backup World1 backups/World1'
  208.  
  209. # Set this true to enable permission per warp.
  210. per-warp-permission: false
  211.  
  212. # Sort output of /list command by groups
  213. sort-list-by-groups: false
  214.  
  215. # More output to the console
  216. debug: false
  217.  
  218. # Set the locale for all messages
  219. # If you don't set this, the default locale of the server will be used.
  220. # Don't forget to remove the # infront of the line
  221. #locale: de_DE
  222.  
  223. #turn off god mode when people exit
  224. remove-god-on-disconnect: false
  225.  
  226. # Use the permission system of bukkit
  227. # This only works if no other permission plugins are installed
  228. use-bukkit-permissions: false
  229.  
  230. ############################################################
  231. # +------------------------------------------------------+ #
  232. # |                   EssentialsHome                     | #
  233. # +------------------------------------------------------+ #
  234. ############################################################
  235.  
  236. # When users die, should they respawn at their homes, instead of the spawnpoint?
  237. respawn-at-home: false
  238.  
  239. # When a user interacts with a bed, should their home be set to that location?
  240. # If you enable this and remove default user access to the /sethome command, you can make beds the only way for players to set their home location.
  241. bed-sethome: false
  242.  
  243. #if no home is set send you to spawn when /home is used
  244. spawn-if-no-home: false
  245.  
  246.  
  247. ############################################################
  248. # +------------------------------------------------------+ #
  249. # |                   EssentialsEco                      | #
  250. # +------------------------------------------------------+ #
  251. ############################################################
  252.  
  253. # Defines the balance with which new players begin.  Defaults to 0.
  254. starting-balance: 0
  255.  
  256. # worth-# defines the value of an item when it is sold to the server via /sell.
  257. # These are now defined in worth.yml
  258.  
  259. # Defines the cost to use the given commands PER USE
  260. command-costs:
  261.  # /example costs $1000 PER USE
  262.   #example: 1000
  263.   # /kit tools costs $1500 PER USE
  264.   #kit-tools: 1500
  265.  
  266. # Set this to a currency symbol you want to use.
  267. currency-symbol: '$'
  268.  
  269. # Set the maximum amount of money a player can have
  270. # The amount is always limited to 10 trillions because of the limitations of a java double
  271. max-money: 10000000000000
  272.  
  273. # Enable this to log all interactions with trade/buy/sell signs and sell command
  274. economy-log-enabled: false
  275.  
  276. ############################################################
  277. # +------------------------------------------------------+ #
  278. # |                   EssentialsHelp                     | #
  279. # +------------------------------------------------------+ #
  280. ############################################################
  281.  
  282. #Show other plugins commands in help
  283. non-ess-in-help: true
  284.  
  285. #Hide plugins which dont give a permission
  286. hide-permissionless-help: true
  287.  
  288. ############################################################
  289. # +------------------------------------------------------+ #
  290. # |                   EssentialsChat                     | #
  291. # +------------------------------------------------------+ #
  292. ############################################################
  293.  
  294. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
  295. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  296. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  297. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  298. chat:
  299.   radius: 0
  300.  
  301.   # If set to the default chat format which "should" be compatible with ichat.
  302.   format: '<{DISPLAYNAME}> {MESSAGE}'
  303.   #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  304.  
  305.   # You can also have group-specific formats, uncomment to enable:
  306.   group-formats:
  307.  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  308.   #  Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  309.  
  310.  
  311.  
  312.  
  313.  
  314. ############################################################
  315. # +------------------------------------------------------+ #
  316. # |                 EssentialsProtect                    | #
  317. # +------------------------------------------------------+ #
  318. ############################################################
  319.  
  320. protect:
  321.  # Database settings for sign/rail protection
  322.   # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
  323.   # http://java.net/projects/essentials/sources/svn/show/lib?rev=435
  324.  
  325.   # mysql, sqlite or none
  326.   datatype: 'sqlite'
  327.  
  328.   # If you specified MySQL above, you MUST enter the appropriate details here.
  329.   # If you specified SQLite above, these will be IGNORED.
  330.   username: 'root'
  331.   password: 'root'
  332.   mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  333.  
  334.   # For which block types would you like to be alerted?
  335.   # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  336.   alert:
  337.    # 10: lava
  338.     # 11: still lava
  339.     # 46: TNT
  340.     on-placement: 10,11,46
  341.     on-use:
  342.     # 46: TNT
  343.     on-break:
  344.  
  345.   # Users cannot PLACE these types of blocks/items.
  346.   # < 255 designates a BLOCK
  347.   # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
  348.   blacklist:
  349.     placement: 327,326,14,56,46,11,10,9,8
  350.     usage: 327,326,325
  351.    
  352.     #prevent people from breaking blocks
  353.     #break: 20,50
  354.     break:
  355.    
  356.     # Which blocks should not be pushed by pistons
  357.     piston:
  358.   # General physics/behavior modifications
  359.   prevent:
  360.     lava-flow: false
  361.     water-flow: false
  362.     water-bucket-flow: false
  363.     fire-spread: true
  364.     lava-fire-spread: true
  365.     flint-fire: true
  366.     lightning-fire-spread: true
  367.     portal-creation: false
  368.     tnt-explosion: true
  369.     tnt-playerdamage: true
  370.     fireball-explosion: true
  371.     fireball-fire: true
  372.     fireball-playerdamage: false
  373.     creeper-explosion: true
  374.     creeper-playerdamage: false
  375.     creeper-blockdamage: true
  376.     # Monsters won't follow players
  377.     # permission essentials.protect.entitytarget.bypass disables this
  378.     entitytarget: false
  379.     # Prevent the spawning of creatures
  380.     spawn:
  381.       chicken: false
  382.       cow: false
  383.       creeper: false
  384.       ghast: true
  385.       giant: false
  386.       monster: false
  387.       pig: false
  388.       pig_zombie: false
  389.       sheep: false
  390.       skeleton: false
  391.       slime: true
  392.       spider: false
  393.       squid: false
  394.       zombie: false
  395.       wolf: false
  396.  
  397.   # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  398.   # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  399.   creeper:
  400.     max-height: -1
  401.  
  402.   # Protect various blocks.
  403.   protect:
  404.    # Protect all signs
  405.     signs: true
  406.  
  407.     # Prevent users from destroying rails
  408.     rails: true
  409.  
  410.     # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  411.     # This makes it more difficult to circumvent protection, and should be enabled.
  412.     # This only has an effect if "rails" or "signs" is also enabled.
  413.     block-below: true
  414.  
  415.    # Prevent placing blocks above protected rails, this is to stop a potential griefing
  416.     prevent-block-on-rails: false
  417.    
  418.     #Store blocks / signs in memory before writing
  419.     memstore: false
  420.  
  421.   # Disable various default physics and behaviors
  422.   disable:
  423.    # Should fall damage be disabled?
  424.     fall: false
  425.  
  426.     # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  427.     # They will be unable to attack users without that same permission node.
  428.     pvp: false
  429.  
  430.     # Should drowning damage be disabled?
  431.     # (Split into two behaviors; generally, you want both set to the same value)
  432.     drown: false
  433.     suffocate: false
  434.  
  435.     # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
  436.     lavadmg: false
  437.  
  438.     # Should arrow damage be disabled
  439.     projectiles: false
  440.  
  441.     # This will disable damage from touching cacti.
  442.     contactdmg: false
  443.  
  444.     # Burn, baby, burn!  Should fire damage be disabled?
  445.     firedmg: false
  446.    
  447.     # Should the damage after hit by a lightning be disabled?
  448.     lightning: false
  449.  
  450.     # Should people with build: false in permissions be allowed to build
  451.     # Set true to disable building for those people
  452.     build: true
  453.    
  454.     # Should people with build: false in permissions be allowed to use items
  455.     # Set true to disable useing for those people
  456.     use: true
  457.  
  458.     #Should we tell people they are not allowed to build
  459.     warn-on-build-disallow: false
  460.  
  461.  
  462.     #disable weather options
  463.     weather:
  464.       storm: false
  465.       thunder: false
  466.       lightning: false
  467.  
  468. ############################################################
  469. # +------------------------------------------------------+ #
  470. # |                    New Players                       | #
  471. # +------------------------------------------------------+ #
  472. ############################################################
  473.  
  474. newbies:
  475.  # Should we announce to the server when someone logs in for the first time?
  476.   # If so, use this format, replacing {DISPLAYNAME} with the player name.
  477.   # If not, set to ''
  478.   #announce-format: ''
  479.   announce-format: '&dWelcome {DISPLAYNAME} to the server!'
  480.  
  481.   # When we spawn for the first time, which spawnpoint do we use?
  482.   spawnpoint: newbies
  483.  
  484. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement