Advertisement
rct2guy

Essentials Config

Apr 8th, 2011
3,030
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 12.32 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. # The delay, in seconds, required between /home, /tp, etc.
  38. teleport-cooldown: 0
  39.  
  40. # The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
  41. teleport-delay: 0
  42.  
  43. # The delay, in seconds, required between /heal attempts
  44. heal-cooldown: 60
  45.  
  46. # The number of items given if the quantity parameter is left out in /item or /give.
  47. default-stack-size: 64
  48.  
  49. #what to prevent from /i /give
  50. #e.g item-spawn-blacklist: 46,11,10
  51. item-spawn-blacklist:
  52.  
  53. # Whether or not to reclaim memory on player logout; this is technical, and should only be changed under special circumstances.
  54. # This generally increases server stability unless very specific runtime configurations are used.
  55. # HOWEVER, it is known to cause lag upon users logging OUT, so beware!
  56. reclaim-onlogout: false
  57.  
  58. # 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.
  59. spawn-protection: false
  60.  
  61. # Nether settings (switch between worlds with "/world nether" and "/world normal")
  62. # Sets whether the nether system is enabled, what folder to save the world in, and whether portals should teleport players between worlds.
  63. nether:
  64.   enabled: true
  65.   folder: nether
  66.   portals-enabled: true
  67.   generate-exit-portals: true
  68.  
  69. # Mob limit on spawnmob
  70. spawnmob-limit: 10
  71.  
  72. # The message of the day, displayed on connect and by typing /motd.
  73. motd:
  74.  - '&cWhy, hello there, {PLAYER}&c!'
  75.   - '&fType &c/help&f for a list of commands.'
  76.   - 'Currently online: {PLAYERLIST}'
  77.  
  78. # The server rules, available by typing /rules
  79. rules:
  80.  - '[1] No eyesores'
  81.   - '[2] No stealing'
  82.   - '[3] No excessive item spawning'
  83.   - '[4] Respsect other'''s property'
  84.   - '[5] Teleport sparingly'
  85.   - '[6] Do not abuse admin rights'
  86.   - '[7] Brandon is the exception to all these rules, only if he is a target'
  87.  
  88. # Disabled commands will be completelly unavailable on the server.
  89. disabled-commands:
  90. # - nick
  91.  
  92. # Restricted commands will only be available to ops.
  93. # These will have NO EFFECT if you have Permissions installed!
  94. # These are here only if you want something simpler than Permissions.
  95. restricted-commands:
  96.  - bigtree
  97.  
  98. # Note: All items MUST be followed by a quantity!
  99. # Times are measured in seconds.
  100. kits:
  101.   tools:
  102.     delay: 10
  103.     items:
  104.      - 277 1
  105.       - 278 1
  106.       - 279 1
  107.  
  108. # Disable all signs
  109. signs-disabled: false
  110.  
  111. # Backup runs a command while saving is disabled
  112. backup:
  113.  # Interval in minutes
  114.   interval: 0
  115.   # Add a command that backups your data, e.g.
  116.   # command: 'rdiff-backup World1 backups/World1'
  117.  
  118. # Set this true to enable permission per warp.
  119. per-warp-permission: false
  120.  
  121. # Sort output of /list command by groups
  122. sort-list-by-groups: true
  123.  
  124.  
  125. ############################################################
  126. # +------------------------------------------------------+ #
  127. # |                   EssentialsHome                     | #
  128. # +------------------------------------------------------+ #
  129. ############################################################
  130.  
  131. # When users die, should they respawn at their homes, instead of the spawnpoint?
  132. respawn-at-home: true
  133.  
  134. # When a user interacts with a bed, should their home be set to that location?
  135. # 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.
  136. bed-sethome: true
  137.  
  138.  
  139.  
  140.  
  141. ############################################################
  142. # +------------------------------------------------------+ #
  143. # |                   EssentialsEco                      | #
  144. # +------------------------------------------------------+ #
  145. ############################################################
  146.  
  147. # Defines the balance with which new players begin.  Defaults to 0.
  148. starting-balance: 0
  149.  
  150. # worth-# defines the value of an item when it is sold to the server via /sell.
  151. # For a premade list which you may copy and paste in: http://pastie.org/1707782
  152. #worth-1: 1
  153. #worth-278: 1000
  154.  
  155. # Defines the cost to use the given commands PER USE
  156. command-costs:
  157.  # /example costs $1000 PER USE
  158.   #example: 1000
  159.   # /kit tools costs $1500 PER USE
  160.  # kit-tools: 1500
  161.  
  162.  
  163.  
  164.  
  165.  
  166. ############################################################
  167. # +------------------------------------------------------+ #
  168. # |                   EssentialsHelp                     | #
  169. # +------------------------------------------------------+ #
  170. ############################################################
  171.  
  172. #Show other plugins commands in help
  173. non-ess-in-help: true
  174.  
  175.  
  176.  
  177.  
  178.  
  179. ############################################################
  180. # +------------------------------------------------------+ #
  181. # |                EssentialsServerlist                  | #
  182. # +------------------------------------------------------+ #
  183. ############################################################
  184.  
  185. # This is your server's mcserverlist.net API key.  Register your server at mcserverlist.net if you haven't already.
  186. mcsl-key: ''
  187.  
  188.  
  189.  
  190.  
  191.  
  192. ############################################################
  193. # +------------------------------------------------------+ #
  194. # |                   EssentialsChat                     | #
  195. # +------------------------------------------------------+ #
  196. ############################################################
  197.  
  198. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
  199. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  200. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  201. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  202. chat:
  203.   radius: 0
  204.  
  205.   # If set to the default chat format which "should" be compatible with ichat.
  206.   format: '<{DISPLAYNAME}> {MESSAGE}'
  207.   #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  208.  
  209.   # You can also have group-specific formats, uncomment to enable:
  210.   group-formats:
  211.  #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  212.   #  Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  213.  
  214.  
  215.  
  216.  
  217.  
  218. ############################################################
  219. # +------------------------------------------------------+ #
  220. # |                 EssentialsProtect                    | #
  221. # +------------------------------------------------------+ #
  222. ############################################################
  223.  
  224. protect:
  225.  # Database settings for sign/rail protection
  226.   # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
  227.   # http://java.net/projects/essentials/sources/svn/show/lib?rev=435
  228.  
  229.   # mysql, sqlite or none
  230.   datatype: 'sqlite'
  231.  
  232.   # If you specified MySQL above, you MUST enter the appropriate details here.
  233.   # If you specified SQLite above, these will be IGNORED.
  234.   username: 'root'
  235.   password: 'root'
  236.   mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  237.  
  238.   # For which block types would you like to be alerted?
  239.   # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  240.   alert:
  241.    # 10: lava
  242.     # 11: still lava
  243.     # 46: TNT
  244.     on-placement: 10,11,46
  245.     on-use:
  246.     # 46: TNT
  247.     on-break: 46
  248.  
  249.   # Users cannot PLACE these types of blocks/items.
  250.   # < 255 designates a BLOCK
  251.   # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
  252.   blacklist:
  253.     placement: 327,326,14,56,46,11,10,9,8
  254.     usage: 327,326,325
  255.    
  256.     #prevent people from breaking blocks
  257.     #break: 20,50
  258.     break:
  259.  
  260.   # General physics/behavior modifications
  261.   prevent:
  262.     lava-flow: false
  263.     water-flow: false
  264.     water-bucket-flow: false
  265.     fire-spread: false
  266.     lava-fire-spread: false
  267.     flint-fire: false
  268.     tnt-explosion: false
  269.     creeper-explosion: false
  270.     creeper-playerdamage: false
  271.     creeper-blockdamage: false
  272.     # Monsters won't follow players
  273.     # permission essentials.protect.entitytarget.bypass disables this
  274.     entitytarget: false
  275.     # Prevent the spawning of creatures
  276.     spawn:
  277.       creeper: false
  278.       ghast: true
  279.       slime: true
  280.  
  281.   # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  282.   # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  283.   creeper:
  284.     max-height: -1
  285.  
  286.   # Protect various blocks.
  287.   protect:
  288.    # Protect all signs
  289.     signs: true
  290.  
  291.     # Prevent users from destroying rails
  292.     rails: true
  293.  
  294.     # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  295.     # This makes it more difficult to circumvent protection, and should be enabled.
  296.     # This only has an effect if "rails" or "signs" is also enabled.
  297.     block-below: true
  298.  
  299.    # Prevent placing blocks above protected rails, this is to stop a potential griefing
  300.     prevent-block-on-rails: false
  301.  
  302.   # Disable various default physics and behaviors
  303.   disable:
  304.    # Should fall damage be disabled?
  305.     fall: false
  306.  
  307.     # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  308.     # They will be unable to attack users without that same permission node.
  309.     pvp: false
  310.  
  311.     # Should drowning damage be disabled?
  312.     # (Split into two behaviors; generally, you want both set to the same value)
  313.     drown: false
  314.     suffocate: false
  315.  
  316.     # Should damage via lava be disabled?  Items that fall into lava will still burn to a crisp. ;)
  317.     lavadmg: false
  318.  
  319.     # Should arrow damage be disabled
  320.     projectiles: false
  321.  
  322.     # This will disable damage from touching cacti.
  323.     contactdmg: false
  324.  
  325.     # Burn, baby, burn!  Should fire damage be disabled?
  326.     firedmg: false
  327.  
  328.     # Should people with build: false in permissions be allowed to build
  329.     # Set true to disable building for those people
  330.     build: true
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338. ############################################################
  339. # +------------------------------------------------------+ #
  340. # |                    New Players                       | #
  341. # +------------------------------------------------------+ #
  342. ############################################################
  343.  
  344. newbies:
  345.  # Should we announce to the server when someone logs in for the first time?
  346.   # If so, use this format, replacing {DISPLAYNAME} with the player name.
  347.   # If not, set to ''
  348.   #announce-format: ''
  349.   announce-format: '&dIt'''s {DISPLAYNAME}'''s first time on the server! Please give him a warm welcome!'
  350.  
  351. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement