2011-03-30 04:03:21 +00:00
############################################################
# +------------------------------------------------------+ #
# | Notes | #
# +------------------------------------------------------+ #
############################################################
# If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
# If you receive an error when Essentials loads, ensure that:
# - No tabs are present: YAML only allows spaces
2012-08-04 10:56:10 +00:00
# - Indents are correct: YAML hierarchy is based entirely on indentation
2011-03-30 04:03:21 +00:00
# - 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)
# - List items are prefixed with a hyphen and indented:
# lists:
# - look like this
# not:
# - like this
# - Text with symbols is enclosed in single or double quotation marks
# - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
# - You have saved the document as UTF-8, NOT the default, ANSI
############################################################
# +------------------------------------------------------+ #
# | Essentials (Global) | #
# +------------------------------------------------------+ #
############################################################
# A color code between 0-9 or a-f. Set to 'none' to disable.
ops-name-color : 'c'
# The character(s) to prefix all nicknames, so that you know they are not true usernames.
nickname-prefix : '~'
2011-07-15 18:35:09 +00:00
# Disable this if you have any other plugin, that modifies the displayname of a user.
change-displayname : true
2012-03-23 10:03:15 +00:00
# When this option is enabled, the (tab) player list will be updated with the displayname.
# The value of change-displayname (above) has to be true.
2012-03-23 00:15:22 +00:00
#change-playerlist: true
2011-07-22 23:43:02 +00:00
# Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
# The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
# The value of change-displayname (above) has to be true.
2011-08-17 16:40:11 +00:00
# If you don't set this, it will default to true if essentials chat is installed.
2012-08-04 10:56:10 +00:00
# Don't forget to remove the # in front of the line
2012-02-15 08:34:46 +00:00
#add-prefix-suffix: false
2011-07-22 23:43:02 +00:00
2011-03-30 04:03:21 +00:00
# The delay, in seconds, required between /home, /tp, etc.
teleport-cooldown : 0
# The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
teleport-delay : 0
2012-08-31 09:37:10 +00:00
# The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command
# This will also prevent the player attacking other players
2012-06-21 08:05:22 +00:00
teleport-invulnerability : 2
2012-03-27 19:14:38 +00:00
2011-03-30 04:03:21 +00:00
# The delay, in seconds, required between /heal attempts
heal-cooldown : 60
2011-05-02 01:49:38 +00:00
# What to prevent from /i /give
# e.g item-spawn-blacklist: 46,11,10
item-spawn-blacklist :
# Set this to true if you want permission based item spawn rules
2011-07-06 09:59:16 +00:00
# Note: The blacklist above will be ignored then.
2011-05-02 01:49:38 +00:00
# Permissions:
# - essentials.itemspawn.item-all
# - essentials.itemspawn.item-[itemname]
# - essentials.itemspawn.item-[itemid]
# - essentials.give.item-all
# - essentials.give.item-[itemname]
# - essentials.give.item-[itemid]
permission-based-item-spawn : false
2011-03-30 04:03:21 +00:00
2012-08-30 15:58:43 +00:00
# Mob limit on the /spawnmob command per execution
2011-03-30 04:03:21 +00:00
spawnmob-limit : 10
2011-08-27 11:59:39 +00:00
# Shall we notify users when using /lightning
2011-04-29 08:48:29 +00:00
warn-on-smite : true
2011-11-18 03:18:03 +00:00
# motd and rules are now configured in the files motd.txt and rules.txt
2012-08-30 18:19:03 +00:00
# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
# Commands in in this list, will tell Essentials to 'not give up' the command to other plugins.
# In this state, which plugin 'wins' appears to be almost random.
#
# If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
# To force essentials to take 'god' alias 'god' to 'egod'.
# See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
2011-05-22 21:01:23 +00:00
overridden-commands :
2012-08-31 21:26:26 +00:00
# - god
2011-03-30 04:03:21 +00:00
2012-03-06 23:17:10 +00:00
# Disabled commands will be completely unavailable on the server.
2012-08-31 21:26:26 +00:00
# Disabling commands here will have no effect on command conflicts.
2011-03-30 04:03:21 +00:00
disabled-commands :
# - nick
2011-07-16 02:05:43 +00:00
# Restricted commands have been removed.
# Now we have a whitelist, all commands not on this list are only available to ops.
2011-03-30 04:03:21 +00:00
# These will have NO EFFECT if you have Permissions installed!
2011-07-22 23:29:31 +00:00
# They are here only if you want something simpler than Permissions.
# These are the permissions without the "essentials." part.
2011-07-16 02:05:43 +00:00
player-commands :
- afk
- back
- back.ondeath
- balance
2012-03-21 16:23:36 +00:00
- balance.others
- balancetop
2012-04-15 21:00:13 +00:00
- chat.color
- chat.format
2012-03-21 16:23:36 +00:00
- chat.shout
- chat.question
2011-07-16 02:05:43 +00:00
- clearinventory
- compass
2011-07-18 01:09:34 +00:00
- depth
2012-03-21 16:23:36 +00:00
- delhome
2011-07-18 01:09:34 +00:00
- getpos
2011-07-22 23:29:31 +00:00
- geoip.show
2011-07-16 02:05:43 +00:00
- help
- helpop
- home
- home.others
- ignore
- info
2012-03-21 16:23:36 +00:00
- itemdb
2011-07-18 01:09:34 +00:00
- kit
2012-03-21 16:23:36 +00:00
- kit.tools
2011-07-16 02:05:43 +00:00
- list
- mail
2011-07-18 01:09:34 +00:00
- mail.send
- me
2011-07-16 02:05:43 +00:00
- motd
- msg
2012-03-21 16:23:36 +00:00
- msg.color
2011-07-16 02:05:43 +00:00
- nick
2012-03-21 16:23:36 +00:00
- near
2011-07-16 02:05:43 +00:00
- pay
2011-07-18 01:09:34 +00:00
- ping
2011-07-16 02:05:43 +00:00
- powertool
2012-03-21 16:23:36 +00:00
- powertooltoggle
2011-07-22 23:29:31 +00:00
- protect
2011-07-16 02:05:43 +00:00
- r
- rules
2012-03-21 16:23:36 +00:00
- realname
2011-07-16 02:05:43 +00:00
- seen
- sell
- sethome
2011-07-18 01:09:34 +00:00
- setxmpp
2011-07-22 23:29:31 +00:00
- signs.create.protection
- signs.create.trade
- signs.break.protection
- signs.break.trade
- signs.use.balance
- signs.use.buy
- signs.use.disposal
2012-03-30 20:04:15 +00:00
- signs.use.enchant
2011-07-22 23:29:31 +00:00
- signs.use.free
2012-08-07 08:04:01 +00:00
- signs.use.gamemode
2011-07-22 23:29:31 +00:00
- signs.use.heal
2012-08-07 08:04:01 +00:00
- signs.use.info
2012-03-30 20:04:15 +00:00
- signs.use.kit
2011-07-22 23:29:31 +00:00
- signs.use.mail
- signs.use.protection
2012-08-07 08:04:01 +00:00
- signs.use.repair
2011-07-22 23:29:31 +00:00
- signs.use.sell
- signs.use.time
- signs.use.trade
- signs.use.warp
- signs.use.weather
2011-07-18 01:09:34 +00:00
- spawn
2011-07-16 02:05:43 +00:00
- suicide
2012-03-21 16:23:36 +00:00
- time
2011-07-16 02:05:43 +00:00
- tpa
- tpaccept
- tpahere
- tpdeny
2011-07-18 01:09:34 +00:00
- warp
2011-07-22 23:29:31 +00:00
- warp.list
2011-07-16 02:05:43 +00:00
- world
- worth
2011-07-18 01:09:34 +00:00
- xmpp
2011-03-30 04:03:21 +00:00
# Note: All items MUST be followed by a quantity!
2012-01-29 03:26:03 +00:00
# All kit names should be lower case, and will be treated as lower in permissions/costs.
2012-03-22 23:47:35 +00:00
# Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
2012-06-16 16:37:42 +00:00
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
2011-03-30 04:03:21 +00:00
kits :
2012-03-05 15:51:15 +00:00
dtools :
2011-03-30 04:03:21 +00:00
delay : 10
items :
2012-03-22 23:47:35 +00:00
- 277 1 efficiency:1
2011-03-30 04:03:21 +00:00
- 278 1
2012-03-22 23:47:35 +00:00
- 279 : 780 1
2012-03-05 15:51:15 +00:00
tools :
delay : 10
items :
- 272 1
2012-08-07 10:39:55 +00:00
- 273 1
2012-03-05 15:51:15 +00:00
- 274 1
- 275 1
2011-03-30 04:03:21 +00:00
2012-01-29 01:27:04 +00:00
# Essentials Sign Control
2012-08-31 21:26:26 +00:00
# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
2012-01-29 01:27:04 +00:00
# To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
2012-03-19 08:21:39 +00:00
# Essentials Colored sign support will be enabled when any sign types are enabled.
2012-08-30 15:58:43 +00:00
# Color is not an actual sign, its for enabling using color codes on signs, when the correct permissions are given.
2012-01-29 01:27:04 +00:00
# We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
2012-01-29 01:12:38 +00:00
enabledSigns :
2012-03-19 08:21:39 +00:00
#- color
2012-01-29 01:27:04 +00:00
#- balance
2012-08-07 10:39:55 +00:00
#- buy
2012-01-29 01:12:38 +00:00
#- sell
#- trade
#- free
2012-01-29 01:27:04 +00:00
#- disposal
2012-01-29 01:12:38 +00:00
#- warp
#- kit
#- mail
#- enchant
#- gamemode
#- heal
2012-08-05 23:58:35 +00:00
#- info
2012-01-29 01:12:38 +00:00
#- spawnmob
2012-08-05 23:33:29 +00:00
#- repair
2012-01-29 01:12:38 +00:00
#- time
#- weather
#- protection
2012-06-17 18:28:59 +00:00
2012-08-30 15:58:43 +00:00
# How many times per second can Essentials signs be interacted with per player.
2012-08-31 09:37:10 +00:00
# Values should be between 1-20, 20 being virtually no lag protection.
2012-08-04 10:56:10 +00:00
# Lower numbers will reduce the possibility of lag, but may annoy players.
2012-06-17 18:28:59 +00:00
sign-use-per-second : 4
2011-03-30 04:03:21 +00:00
2012-08-26 16:12:18 +00:00
# Backup runs a batch/bash command while saving is disabled
2011-03-30 04:03:21 +00:00
backup :
# Interval in minutes
2012-03-25 23:39:39 +00:00
interval : 30
# Unless you add a valid backup command or script here, this feature will be useless.
# Use 'save-all' to simply force regular world saving without backup.
2011-08-27 11:59:39 +00:00
#command: 'rdiff-backup World1 backups/World1'
2011-03-30 04:03:21 +00:00
# Set this true to enable permission per warp.
per-warp-permission : false
# Sort output of /list command by groups
sort-list-by-groups : false
2011-04-16 23:18:00 +00:00
# More output to the console
debug : false
2011-04-03 14:25:10 +00:00
2011-05-09 02:47:19 +00:00
# Set the locale for all messages
# If you don't set this, the default locale of the server will be used.
2011-07-17 22:30:39 +00:00
# Don't forget to remove the # infront of the line
2011-05-09 02:47:19 +00:00
#locale: de_DE
2011-08-27 11:59:39 +00:00
# Turn off god mode when people exit
2011-07-07 20:43:44 +00:00
remove-god-on-disconnect : false
2011-07-17 22:30:39 +00:00
# Use the permission system of bukkit
# This only works if no other permission plugins are installed
use-bukkit-permissions : false
2011-08-27 11:59:39 +00:00
# Auto-AFK
# After this timeout in seconds, the user will be set as afk.
# Set to -1 for no timeout.
auto-afk : 300
# Auto-AFK Kick
# After this timeout in seconds, the user will be kicked from the server.
# Set to -1 for no timeout.
auto-afk-kick : -1
# Set this to true, if you want to freeze the player, if he is afk.
# Other players or monsters can't push him out of afk mode then.
# This will also enable temporary god mode for the afk player.
# The player has to use the command /afk to leave the afk mode.
2011-08-27 13:30:56 +00:00
freeze-afk-players : false
2011-08-27 11:59:39 +00:00
2011-12-07 11:10:41 +00:00
# When the player is afk, should he be able to pickup items?
# Enable this, when you don't want people idling in mob traps.
2012-04-16 23:53:57 +00:00
disable-item-pickup-while-afk : false
2011-12-07 11:10:41 +00:00
2012-05-06 22:38:04 +00:00
# Should we automatically remove afk status when the player moves?
# Player will be removed from afk on chat/command reguardless of this setting.
# Disable this to reduce server lag.
cancel-afk-on-move : true
2011-10-09 18:59:06 +00:00
# You can disable the death messages of minecraft here
death-messages : true
2011-11-25 06:12:21 +00:00
# Add worlds to this list, if you want to automatically disable god mode there
no-god-in-worlds :
# - world_nether
2012-05-20 22:58:03 +00:00
# Set to true to enable per-world permissions for teleporting between worlds with essentials commands
2012-05-22 16:54:19 +00:00
# This applies to /world, /back, /tp[a|o][here|all], but not warps.
2011-12-03 17:13:42 +00:00
# Give someone permission to teleport to a world with essentials.world.<worldname>
world-teleport-permissions : false
2011-12-04 22:21:30 +00:00
# The number of items given if the quantity parameter is left out in /item or /give.
# If this number is below 1, the maximum stack size size is given. If oversized stacks
# is not enabled, any number higher then the maximum stack size results in more than one stack.
default-stack-size : -1
2011-11-28 18:55:51 +00:00
# Oversized stacks are stacks that ignore the normal max stacksize.
# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
2012-08-04 10:56:10 +00:00
# How many items should be in an oversized stack?
2011-11-28 18:55:51 +00:00
oversized-stacksize : 64
2012-08-31 10:30:40 +00:00
# Allow repair of enchanted weapons and armor.
2011-12-02 07:30:52 +00:00
# If you set this to false, you can still allow it for certain players using the permission
# essentials.repair.enchanted
repair-enchanted : true
2011-12-06 22:56:38 +00:00
#Do you want essentials to keep track of previous location for /back in the teleport listener?
#If you set this to true any plugin that uses teleport will have the previous location registered.
register-back-in-listener : false
2012-05-22 00:29:47 +00:00
#Delay to wait before people can cause attack damage after logging in
2012-06-21 08:05:22 +00:00
login-attack-delay : 5
2012-05-22 00:29:47 +00:00
2012-08-26 16:12:18 +00:00
#Set the max fly speed, values range from 0.1 to 1.0
max-fly-speed : 1.0
2011-03-30 04:03:21 +00:00
############################################################
# +------------------------------------------------------+ #
# | EssentialsHome | #
# +------------------------------------------------------+ #
############################################################
2012-01-13 22:41:47 +00:00
# If no home is set, send players to spawn when /home is used
2011-11-26 21:30:40 +00:00
spawn-if-no-home : true
2011-03-30 04:03:21 +00:00
2011-11-30 01:51:02 +00:00
# Allows people to set their bed at daytime
update-bed-at-daytime : true
2012-05-22 16:54:19 +00:00
# Set to true to enable per-world permissions for using homes to teleport between worlds
# This applies to the /home only.
# Give someone permission to teleport to a world with essentials.world.<worldname>
world-home-permissions : false
2011-10-01 09:08:58 +00:00
# Allow players to have multiple homes.
2012-08-31 10:30:40 +00:00
# Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
2011-10-01 09:08:58 +00:00
# Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
# People with essentials.sethome.multiple.unlimited are not limited by these numbers.
sethome-multiple :
default : 3
# essentials.sethome.multiple.vip
vip : 5
# essentials.sethome.multiple.staff
staff : 10
2011-03-30 04:03:21 +00:00
2012-02-15 06:57:53 +00:00
# Set timeout in seconds for players to accept tpa before request is cancelled.
# Set to 0 for no timeout
2011-12-08 23:43:09 +00:00
tpa-accept-cancellation : 0
2011-03-30 04:03:21 +00:00
############################################################
# +------------------------------------------------------+ #
# | EssentialsEco | #
# +------------------------------------------------------+ #
############################################################
# Defines the balance with which new players begin. Defaults to 0.
starting-balance : 0
# worth-# defines the value of an item when it is sold to the server via /sell.
2011-04-16 00:42:43 +00:00
# These are now defined in worth.yml
2011-03-30 04:03:21 +00:00
# Defines the cost to use the given commands PER USE
2012-08-31 21:26:26 +00:00
# Some commands like /repair have subcosts, check the wiki for more information.
2011-03-30 04:03:21 +00:00
command-costs :
# /example costs $1000 PER USE
#example: 1000
# /kit tools costs $1500 PER USE
2011-05-13 16:57:45 +00:00
#kit-tools: 1500
2012-02-15 06:57:53 +00:00
2011-05-13 16:57:45 +00:00
# Set this to a currency symbol you want to use.
currency-symbol : '$'
2011-03-30 04:03:21 +00:00
2011-07-05 21:50:31 +00:00
# Set the maximum amount of money a player can have
# The amount is always limited to 10 trillions because of the limitations of a java double
max-money : 10000000000000
2012-08-04 10:56:10 +00:00
# Set the minimum amount of money a player can have (must be above the negative of max-money).
2012-03-06 23:17:10 +00:00
# Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
min-money : -10000
2012-02-26 04:15:14 +00:00
2011-07-06 01:13:03 +00:00
# Enable this to log all interactions with trade/buy/sell signs and sell command
economy-log-enabled : false
2011-03-30 04:03:21 +00:00
############################################################
# +------------------------------------------------------+ #
# | EssentialsHelp | #
# +------------------------------------------------------+ #
############################################################
2011-08-27 11:59:39 +00:00
# Show other plugins commands in help
2011-03-30 04:03:21 +00:00
non-ess-in-help : true
2012-08-04 10:56:10 +00:00
# Hide plugins which do not give a permission
2011-08-27 11:59:39 +00:00
# You can override a true value here for a single plugin by adding a permission to a user/group.
2012-08-31 10:30:40 +00:00
# The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
# You can use negative permissions to remove access to just a single plugins help if the following is enabled.
2011-06-24 14:12:04 +00:00
hide-permissionless-help : true
2011-03-30 04:03:21 +00:00
############################################################
# +------------------------------------------------------+ #
# | EssentialsChat | #
# +------------------------------------------------------+ #
############################################################
chat :
2012-02-15 06:57:53 +00:00
2011-12-02 09:17:20 +00:00
# If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
# Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
# Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
2012-08-31 10:30:40 +00:00
# Users with essentials.chat.question can override this by prefixing text with a question mark (?)
2011-12-02 09:17:20 +00:00
# You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
2011-03-30 04:03:21 +00:00
radius : 0
2012-02-15 06:57:53 +00:00
2011-12-02 09:17:20 +00:00
# Chat formatting can be done in two ways, you can either define a standard format for all chat
# Or you can give a group specific chat format, to give some extra variation.
2011-03-30 12:56:34 +00:00
# If set to the default chat format which "should" be compatible with ichat.
2012-08-31 21:26:26 +00:00
# For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
2012-02-15 06:57:53 +00:00
2011-03-30 12:56:34 +00:00
format : '<{DISPLAYNAME}> {MESSAGE}'
2012-08-30 19:43:33 +00:00
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
2012-02-15 06:57:53 +00:00
2011-03-30 04:03:21 +00:00
group-formats :
2012-08-30 19:43:33 +00:00
# Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
# Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
2011-03-30 04:03:21 +00:00
2012-08-04 10:40:54 +00:00
# If you are using group formats make sure to remove the '#' to allow the setting to be read.
2011-03-30 04:03:21 +00:00
############################################################
# +------------------------------------------------------+ #
# | EssentialsProtect | #
# +------------------------------------------------------+ #
############################################################
protect :
# Database settings for sign/rail protection
2011-12-01 00:35:48 +00:00
# mysql or sqlite
2012-03-24 23:25:43 +00:00
# We strongly recommend against using mysql here, unless you have a good reason.
2012-03-24 23:28:56 +00:00
# Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
2011-03-30 04:03:21 +00:00
datatype : 'sqlite'
# If you specified MySQL above, you MUST enter the appropriate details here.
# If you specified SQLite above, these will be IGNORED.
username : 'root'
password : 'root'
mysqlDb : 'jdbc:mysql://localhost:3306/minecraft'
# General physics/behavior modifications
prevent :
lava-flow : false
water-flow : false
water-bucket-flow : false
2011-05-13 17:15:45 +00:00
fire-spread : true
lava-fire-spread : true
2011-03-30 04:03:21 +00:00
flint-fire : false
2011-05-13 17:15:45 +00:00
lightning-fire-spread : true
2011-04-11 10:49:45 +00:00
portal-creation : false
2011-03-30 04:03:21 +00:00
tnt-explosion : false
2011-07-18 05:22:28 +00:00
tnt-playerdamage : false
2011-07-05 23:24:54 +00:00
fireball-explosion : false
2011-07-18 05:22:28 +00:00
fireball-fire : false
fireball-playerdamage : false
2011-03-30 04:03:21 +00:00
creeper-explosion : false
creeper-playerdamage : false
creeper-blockdamage : false
2011-12-07 23:48:53 +00:00
enderdragon-blockdamage : true
2011-09-21 00:30:58 +00:00
enderman-pickup : false
2011-11-28 05:15:51 +00:00
villager-death : false
2011-04-07 20:32:00 +00:00
# Monsters won't follow players
# permission essentials.protect.entitytarget.bypass disables this
2011-04-07 20:44:06 +00:00
entitytarget : false
2011-03-30 04:03:21 +00:00
# Prevent the spawning of creatures
spawn :
creeper : false
2011-04-11 00:10:18 +00:00
skeleton : false
spider : false
2012-03-23 10:16:38 +00:00
giant : false
2011-04-11 00:10:18 +00:00
zombie : false
2012-03-23 10:16:38 +00:00
slime : false
ghast : false
pig_zombie : false
2011-09-22 14:08:55 +00:00
enderman : false
2012-03-23 10:16:38 +00:00
cave_spider : false
2011-09-22 14:08:55 +00:00
silverfish : false
2011-11-21 02:21:02 +00:00
blaze : false
2011-11-28 12:55:54 +00:00
magma_cube : false
2012-03-23 10:16:38 +00:00
ender_dragon : false
pig : false
sheep : false
2012-08-07 10:39:55 +00:00
cow : false
2012-03-23 10:16:38 +00:00
chicken : false
squid : false
wolf : false
mushroom_cow : false
2011-11-28 12:55:54 +00:00
snowman : false
2012-03-23 10:16:38 +00:00
ocelot : false
iron_golem : false
villager : false
2012-02-15 06:57:53 +00:00
2011-03-30 04:03:21 +00:00
# Maximum height the creeper should explode. -1 allows them to explode everywhere.
# Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
creeper :
max-height : -1
2012-02-15 06:57:53 +00:00
2011-03-30 04:03:21 +00:00
# Protect various blocks.
protect :
# Protect all signs
2012-08-18 20:19:00 +00:00
signs : false
2011-03-30 04:03:21 +00:00
# Prevent users from destroying rails
2012-08-18 20:19:00 +00:00
rails : false
2011-03-30 04:03:21 +00:00
# Blocks below rails/signs are also protected if the respective rail/sign is protected.
# This makes it more difficult to circumvent protection, and should be enabled.
# This only has an effect if "rails" or "signs" is also enabled.
block-below : true
2011-08-27 11:59:39 +00:00
# Prevent placing blocks above protected rails, this is to stop a potential griefing
2011-03-30 04:03:21 +00:00
prevent-block-on-rails : false
2012-02-15 06:57:53 +00:00
2011-08-27 11:59:39 +00:00
# Store blocks / signs in memory before writing
2011-06-02 23:09:59 +00:00
memstore : false
2011-03-30 04:03:21 +00:00
# Disable various default physics and behaviors
disable :
# Should fall damage be disabled?
fall : false
# Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
# They will be unable to attack users without that same permission node.
pvp : false
# Should drowning damage be disabled?
# (Split into two behaviors; generally, you want both set to the same value)
drown : false
suffocate : false
# Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
lavadmg : false
2011-03-30 13:34:15 +00:00
# Should arrow damage be disabled
2011-03-30 04:03:21 +00:00
projectiles : false
# This will disable damage from touching cacti.
contactdmg : false
# Burn, baby, burn! Should fire damage be disabled?
firedmg : false
2012-02-15 06:57:53 +00:00
2011-04-21 16:58:02 +00:00
# Should the damage after hit by a lightning be disabled?
lightning : false
2011-03-30 04:03:21 +00:00
2012-08-18 20:19:00 +00:00
# Disable weather options
weather :
storm : false
thunder : false
lightning : false
############################################################
# +------------------------------------------------------+ #
# | EssentialsAntiBuild | #
# +------------------------------------------------------+ #
############################################################
# Disable various default physics and behaviors
2011-03-30 04:03:21 +00:00
# Should people with build: false in permissions be allowed to build
# Set true to disable building for those people
2012-08-30 15:58:43 +00:00
# Setting to false means EssentialsAntiBuild will never prevent you from building
2011-04-03 18:16:23 +00:00
build : true
2012-02-15 06:57:53 +00:00
2011-07-18 00:30:05 +00:00
# Should people with build: false in permissions be allowed to use items
2012-02-14 19:21:07 +00:00
# Set true to disable using for those people
2012-08-30 16:00:53 +00:00
# Setting to false means EssentialsAntiBuild will never prevent you from using
2011-07-18 00:30:05 +00:00
use : true
2011-03-30 04:03:21 +00:00
2011-08-27 11:59:39 +00:00
# Should we tell people they are not allowed to build
2011-10-01 04:02:32 +00:00
warn-on-build-disallow : true
2012-08-30 15:58:43 +00:00
# For which block types would you like to be alerted?
2012-08-18 20:19:00 +00:00
# You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
# 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
alert :
on-placement : 10 , 11 , 46 , 327
on-use : 327
on-break :
2011-04-14 21:14:16 +00:00
2012-08-18 20:19:00 +00:00
blacklist :
# Which blocks should people be prevented from placing
placement : 10 , 11 , 46 , 327
# Which items should people be prevented from using
usage : 327
# Which blocks should people be prevented from breaking
break :
# Which blocks should not be pushed by pistons
piston :
2011-03-30 04:03:21 +00:00
############################################################
# +------------------------------------------------------+ #
2011-12-07 14:09:22 +00:00
# | Essentials Spawn / New Players | #
2011-03-30 04:03:21 +00:00
# +------------------------------------------------------+ #
############################################################
newbies :
# Should we announce to the server when someone logs in for the first time?
# If so, use this format, replacing {DISPLAYNAME} with the player name.
# If not, set to ''
#announce-format: ''
2011-12-06 21:02:19 +00:00
announce-format : '&dWelcome {DISPLAYNAME}&d to the server!'
2012-02-15 06:57:53 +00:00
2011-03-30 04:03:21 +00:00
# When we spawn for the first time, which spawnpoint do we use?
2011-08-11 11:31:57 +00:00
# Set to "none" if you want to use the spawn point of the world.
2011-03-30 04:03:21 +00:00
spawnpoint : newbies
2012-04-14 22:18:20 +00:00
2012-03-04 20:06:50 +00:00
# Do we want to give users anything on first join? Set to '' to disable
2012-08-04 10:56:10 +00:00
# This kit will be given regardless of cost, and permissions.
2012-03-04 20:06:50 +00:00
#kit: ''
kit : tools
2011-03-30 04:03:21 +00:00
2011-12-07 14:09:22 +00:00
# Set this to lowest, if you want Multiverse to handle the respawning
2012-01-13 22:41:47 +00:00
# Set this to high, if you want EssentialsSpawn to handle the respawning
2011-12-07 14:09:22 +00:00
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning
2012-01-13 22:41:47 +00:00
respawn-listener-priority : high
# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
respawn-at-home : false
2011-12-07 14:09:22 +00:00
2011-03-30 12:56:34 +00:00
# End of File <-- No seriously, you're done with configuration.