Advertisement
Guest User

Untitled

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