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
|
2012-09-27 12:19:14 +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 apostrophe)
|
2011-03-30 04:03:21 +00:00
|
|
|
# - Text with symbols is enclosed in single or double quotation marks
|
2012-09-16 19:40:48 +00:00
|
|
|
|
|
|
|
# If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
|
2011-03-30 04:03:21 +00:00
|
|
|
|
|
|
|
############################################################
|
|
|
|
# +------------------------------------------------------+ #
|
|
|
|
# | Essentials (Global) | #
|
|
|
|
# +------------------------------------------------------+ #
|
|
|
|
############################################################
|
|
|
|
|
|
|
|
# A color code between 0-9 or a-f. Set to 'none' to disable.
|
2012-09-09 15:55:19 +00:00
|
|
|
ops-name-color: '4'
|
2011-03-30 04:03:21 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# When essentialschat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
|
|
|
|
# This setting is ignored if essentialschat.jar is used, and defaults to 'true'.
|
2011-07-22 23:43:02 +00:00
|
|
|
# The value of change-displayname (above) has to be true.
|
2012-12-15 10:58:57 +00:00
|
|
|
# Do not edit this setting unless you know what you are doing!
|
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
|
|
|
|
|
2013-02-12 22:17:48 +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-09-08 13:30:11 +00:00
|
|
|
teleport-invulnerability: 4
|
2012-03-27 19:14:38 +00:00
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# The delay, in seconds, required between /heal attempts.
|
2011-03-30 04:03:21 +00:00
|
|
|
heal-cooldown: 60
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# What to prevent from /i /give.
|
2011-05-02 01:49:38 +00:00
|
|
|
# e.g item-spawn-blacklist: 46,11,10
|
|
|
|
item-spawn-blacklist:
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# 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]
|
2012-12-10 07:39:22 +00:00
|
|
|
# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
|
2011-05-02 01:49:38 +00:00
|
|
|
permission-based-item-spawn: false
|
2011-03-30 04:03:21 +00:00
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Mob limit on the /spawnmob command per execution.
|
2011-03-30 04:03:21 +00:00
|
|
|
spawnmob-limit: 10
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Shall we notify users when using /lightning?
|
2011-04-29 08:48:29 +00:00
|
|
|
warn-on-smite: true
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# motd and rules are now configured in the files motd.txt and rules.txt.
|
2011-11-18 03:18:03 +00:00
|
|
|
|
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.
|
2012-12-01 08:51:24 +00:00
|
|
|
# Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
|
2012-08-30 18:19:03 +00:00
|
|
|
# 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
|
2013-02-17 16:30:05 +00:00
|
|
|
# - info
|
2011-03-30 04:03:21 +00:00
|
|
|
|
2013-02-17 16:30:05 +00:00
|
|
|
# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
|
|
|
|
# Commands should fallback to the vanilla versions if available.
|
|
|
|
# You should not have to disable commands used in other plugins, they will automatically get priority.
|
2011-03-30 04:03:21 +00:00
|
|
|
disabled-commands:
|
2012-11-20 17:38:21 +00:00
|
|
|
# - nick
|
2013-02-17 16:30:05 +00:00
|
|
|
# - clear
|
2011-03-30 04:03:21 +00:00
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# These commands will be shown to players with socialSpy enabled.
|
2012-12-20 22:07:22 +00:00
|
|
|
# You can add commands from other plugins you may want to track or
|
2013-02-12 22:17:48 +00:00
|
|
|
# remove commands that are used for something you dont want to spy on.
|
2012-12-20 22:07:22 +00:00
|
|
|
socialspy-commands:
|
|
|
|
- msg
|
|
|
|
- w
|
|
|
|
- r
|
|
|
|
- mail
|
|
|
|
- m
|
|
|
|
- t
|
|
|
|
- whisper
|
|
|
|
- emsg
|
|
|
|
- tell
|
|
|
|
- er
|
|
|
|
- reply
|
|
|
|
- ereply
|
|
|
|
- email
|
|
|
|
- action
|
|
|
|
- describe
|
|
|
|
- eme
|
|
|
|
- eaction
|
|
|
|
- edescribe
|
|
|
|
- etell
|
|
|
|
- ewhisper
|
|
|
|
- pm
|
|
|
|
|
2012-09-16 19:27:35 +00:00
|
|
|
# If you do not wish to use a permission system, you can define a list of 'player perms' below.
|
2012-11-25 13:07:25 +00:00
|
|
|
# This list has no effect if you are using a supported permissions system.
|
2013-02-12 22:17:48 +00:00
|
|
|
# If you are using an unsupported permissions system, simply delete this section.
|
2012-09-16 19:27:35 +00:00
|
|
|
# Whitelist the commands and permissions you wish to give players by default (everything else is op only).
|
2011-07-22 23:29:31 +00:00
|
|
|
# These are the permissions without the "essentials." part.
|
2011-07-16 02:05:43 +00:00
|
|
|
player-commands:
|
|
|
|
- afk
|
2012-09-16 19:40:48 +00:00
|
|
|
- afk.auto
|
2011-07-16 02:05:43 +00:00
|
|
|
- back
|
|
|
|
- back.ondeath
|
|
|
|
- balance
|
2012-03-21 16:23:36 +00:00
|
|
|
- balance.others
|
|
|
|
- balancetop
|
2012-09-16 19:40:48 +00:00
|
|
|
- build
|
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-09-08 22:00:57 +00:00
|
|
|
- kits.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-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.
|
2013-01-22 07:54:48 +00:00
|
|
|
# Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
|
2013-02-09 09:57:32 +00:00
|
|
|
# For Item meta information visit http://wiki.ess3.net/wiki/Item_Meta
|
2012-06-16 16:37:42 +00:00
|
|
|
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
|
2013-02-09 10:47:36 +00:00
|
|
|
# For more information, visit http://wiki.ess3.net/wiki/Kits
|
2011-03-30 04:03:21 +00:00
|
|
|
kits:
|
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
|
2013-01-14 07:36:45 +00:00
|
|
|
dtools:
|
|
|
|
delay: 600
|
|
|
|
items:
|
2013-01-14 21:34:35 +00:00
|
|
|
- 278 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens
|
2013-01-14 07:36:45 +00:00
|
|
|
- 277 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole
|
2013-01-14 23:11:19 +00:00
|
|
|
- 298 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day
|
2013-01-14 07:36:45 +00:00
|
|
|
- 279:780 1
|
2013-01-13 04:44:28 +00:00
|
|
|
notch:
|
2013-01-14 07:36:45 +00:00
|
|
|
delay: 6000
|
2013-01-13 04:44:28 +00:00
|
|
|
items:
|
|
|
|
- 397:3 1 player:Notch
|
2013-01-13 21:08:24 +00:00
|
|
|
color:
|
2013-01-14 07:36:45 +00:00
|
|
|
delay: 6000
|
2013-01-13 21:08:24 +00:00
|
|
|
items:
|
2013-01-14 21:34:35 +00:00
|
|
|
- 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
|
2013-01-19 23:43:40 +00:00
|
|
|
firework:
|
|
|
|
delay: 6000
|
|
|
|
items:
|
|
|
|
- 401 1 name:Angry_Creeper color:red fade:green type:creeper power:1
|
|
|
|
- 401 1 name:StarryNight color:yellow,orange fade:blue type:star effect:trail,twinkle power:1
|
2013-01-21 23:38:03 +00:00
|
|
|
- 401 2 name:SolarWind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power: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-10-28 09:37:00 +00:00
|
|
|
# Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
|
2012-01-29 01:27:04 +00:00
|
|
|
|
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
|
2013-01-11 17:10:32 +00:00
|
|
|
#- weather
|
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
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Backup runs a batch/bash command while saving is disabled.
|
2011-03-30 04:03:21 +00:00
|
|
|
backup:
|
2013-02-12 22:17:48 +00:00
|
|
|
# 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
|
|
|
|
|
2013-03-16 09:10:29 +00:00
|
|
|
# Sort output of /list command by groups.
|
2013-03-18 07:50:36 +00:00
|
|
|
# You can hide and merge the groups displayed in /list by defining the desired behaviour here.
|
|
|
|
# Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
|
2013-03-13 15:49:00 +00:00
|
|
|
list:
|
2013-03-18 07:50:36 +00:00
|
|
|
# To merge groups, list the groups you wish to merge
|
2013-03-18 23:14:20 +00:00
|
|
|
#Staff: owner admin moderator
|
|
|
|
Admins: owner admin
|
2013-03-18 07:50:36 +00:00
|
|
|
# To limit groups, set a max user limit
|
|
|
|
#builder: 20
|
|
|
|
# To hide groups, set the group as hidden
|
|
|
|
#default: hidden
|
2013-03-18 08:59:40 +00:00
|
|
|
# Uncomment the line below to simply list all players with no grouping
|
|
|
|
#Players: '*'
|
2013-03-13 15:49:00 +00:00
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# More output to the console.
|
2011-04-16 23:18:00 +00:00
|
|
|
debug: false
|
2011-04-03 14:25:10 +00:00
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Set the locale for all messages.
|
2011-05-09 02:47:19 +00:00
|
|
|
# If you don't set this, the default locale of the server will be used.
|
2013-02-12 22:17:48 +00:00
|
|
|
# For example, to set language to English, set locale to en, to use the file "messages_en.properties".
|
|
|
|
# Don't forget to remove the # in front of the line.
|
2012-12-10 07:39:22 +00:00
|
|
|
# For more information, visit http://wiki.ess3.net/wiki/Locale
|
|
|
|
#locale: en
|
2011-05-09 02:47:19 +00:00
|
|
|
|
2013-02-12 22:17:48 +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
|
|
|
|
2011-08-27 11:59:39 +00:00
|
|
|
# Auto-AFK
|
|
|
|
# After this timeout in seconds, the user will be set as afk.
|
2013-02-17 16:17:07 +00:00
|
|
|
# This feature requires the player to have essentials.afk.auto node.
|
2011-08-27 11:59:39 +00:00
|
|
|
# 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.
|
2013-02-12 22:17:48 +00:00
|
|
|
# essentials.afk.kickexempt node overrides this feature.
|
2011-08-27 11:59:39 +00:00
|
|
|
# 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
|
|
|
|
2013-02-03 04:48:39 +00:00
|
|
|
# This setting controls if a player is marked as active on interaction.
|
|
|
|
# When this setting is false, you will need to manually un-AFK using the /afk command.
|
|
|
|
cancel-afk-on-interact: true
|
|
|
|
|
2012-05-06 22:38:04 +00:00
|
|
|
# Should we automatically remove afk status when the player moves?
|
2013-02-03 04:48:39 +00:00
|
|
|
# Player will be removed from AFK on chat/command regardless of this setting.
|
2012-05-06 22:38:04 +00:00
|
|
|
# Disable this to reduce server lag.
|
|
|
|
cancel-afk-on-move: true
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# You can disable the death messages of Minecraft here.
|
2011-10-09 18:59:06 +00:00
|
|
|
death-messages: true
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Add worlds to this list, if you want to automatically disable god mode there.
|
2011-11-25 06:12:21 +00:00
|
|
|
no-god-in-worlds:
|
|
|
|
# - world_nether
|
|
|
|
|
2013-02-12 22:17:48 +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.
|
2012-09-08 21:50:20 +00:00
|
|
|
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
|
2012-10-28 09:37:00 +00:00
|
|
|
# This does not affect the /home command, there is a separate toggle below for this.
|
2011-12-03 17:13:42 +00:00
|
|
|
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.
|
2013-02-12 22:17:48 +00:00
|
|
|
# If this number is below 1, the maximum stack size size is given. If over-sized stacks.
|
2012-10-28 09:37:00 +00:00
|
|
|
# are not enabled, any number higher than the maximum stack size results in more than one stack.
|
2011-12-04 22:21:30 +00:00
|
|
|
default-stack-size: -1
|
|
|
|
|
2012-09-27 12:42:25 +00:00
|
|
|
# Over-sized stacks are stacks that ignore the normal max stack size.
|
2011-11-28 18:55:51 +00:00
|
|
|
# They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
|
2012-09-27 12:42:25 +00:00
|
|
|
# How many items should be in an over-sized 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.
|
2013-02-12 22:17:48 +00:00
|
|
|
# If you set this to false, you can still allow it for certain players using the permission.
|
2011-12-02 07:30:52 +00:00
|
|
|
# essentials.repair.enchanted
|
|
|
|
repair-enchanted: true
|
|
|
|
|
2012-12-29 08:35:52 +00:00
|
|
|
# Allow 'unsafe' enchantments in kits and item spawning.
|
|
|
|
# Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
|
|
|
|
unsafe-enchantments: false
|
|
|
|
|
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
|
|
|
|
|
2013-02-12 22:17:48 +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
|
2012-09-02 19:17:28 +00:00
|
|
|
max-fly-speed: 0.8
|
2012-08-26 16:12:18 +00:00
|
|
|
|
2013-03-20 23:24:45 +00:00
|
|
|
#Set the max walk speed, values range from 0.1 to 1.0
|
|
|
|
max-walk-speed: 0.8
|
|
|
|
|
2012-10-28 08:55:20 +00:00
|
|
|
#Set the maximum amount of mail that can be sent within a minute.
|
2012-10-07 20:46:15 +00:00
|
|
|
mails-per-minute: 1000
|
|
|
|
|
2012-12-23 14:04:02 +00:00
|
|
|
# Set the maximum time /tempban can be used for in seconds.
|
|
|
|
# Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
|
|
|
|
max-tempban-time: -1
|
|
|
|
|
2011-03-30 04:03:21 +00:00
|
|
|
############################################################
|
|
|
|
# +------------------------------------------------------+ #
|
|
|
|
# | EssentialsHome | #
|
|
|
|
# +------------------------------------------------------+ #
|
|
|
|
############################################################
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Allows people to set their bed at daytime.
|
2011-11-30 01:51:02 +00:00
|
|
|
update-bed-at-daytime: true
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Set to true to enable per-world permissions for using homes to teleport between worlds.
|
2012-05-22 16:54:19 +00:00
|
|
|
# This applies to the /home only.
|
2012-09-08 21:50:20 +00:00
|
|
|
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
|
2012-05-22 16:54:19 +00:00
|
|
|
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.
|
2012-12-10 07:39:22 +00:00
|
|
|
# For more information, visit http://wiki.ess3.net/wiki/Multihome
|
2011-10-01 09:08:58 +00:00
|
|
|
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.
|
2013-02-12 22:17:48 +00:00
|
|
|
# Set to 0 for no timeout.
|
2012-12-29 08:40:03 +00:00
|
|
|
tpa-accept-cancellation: 120
|
2011-12-08 23:43:09 +00:00
|
|
|
|
2011-03-30 04:03:21 +00:00
|
|
|
############################################################
|
|
|
|
# +------------------------------------------------------+ #
|
|
|
|
# | EssentialsEco | #
|
|
|
|
# +------------------------------------------------------+ #
|
|
|
|
############################################################
|
|
|
|
|
2012-12-10 07:39:22 +00:00
|
|
|
# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
|
|
|
|
|
2011-03-30 04:03:21 +00:00
|
|
|
# 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
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Defines the cost to use the given commands PER USE.
|
2012-09-27 12:42:25 +00:00
|
|
|
# Some commands like /repair have sub-costs, 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
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Set the maximum amount of money a player can have.
|
|
|
|
# The amount is always limited to 10 trillion because of the limitations of a java double.
|
2011-07-05 21:50:31 +00:00
|
|
|
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
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Enable this to log all interactions with trade/buy/sell signs and sell command.
|
2011-07-06 01:13:03 +00:00
|
|
|
economy-log-enabled: false
|
|
|
|
|
2011-03-30 04:03:21 +00:00
|
|
|
############################################################
|
|
|
|
# +------------------------------------------------------+ #
|
|
|
|
# | EssentialsHelp | #
|
|
|
|
# +------------------------------------------------------+ #
|
|
|
|
############################################################
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Show other plugins commands in help.
|
2011-03-30 04:03:21 +00:00
|
|
|
non-ess-in-help: true
|
|
|
|
|
2013-02-12 22:17:48 +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
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Chat formatting can be done in two ways, you can either define a standard format for all chat.
|
2011-12-02 09:17:20 +00:00
|
|
|
# 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:
|
2013-02-28 21:02:37 +00:00
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# General physics/behavior modifications.
|
2011-03-30 04:03:21 +00:00
|
|
|
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
|
2013-03-15 19:41:42 +00:00
|
|
|
tnt-minecart-explosion: false
|
|
|
|
tnt-minecart-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
|
2012-10-28 18:03:45 +00:00
|
|
|
witherskull-explosion: false
|
2012-10-28 16:53:12 +00:00
|
|
|
witherskull-playerdamage: false
|
2012-10-29 09:06:23 +00:00
|
|
|
wither-spawnexplosion: false
|
2012-10-28 17:05:08 +00:00
|
|
|
wither-blockreplace: 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
|
2013-02-12 22:17:48 +00:00
|
|
|
# Monsters won't follow players.
|
|
|
|
# permission essentials.protect.entitytarget.bypass disables this.
|
2011-04-07 20:44:06 +00:00
|
|
|
entitytarget: false
|
2013-02-12 22:17:48 +00:00
|
|
|
# Prevent the spawning of creatures.
|
2011-03-30 04:03:21 +00:00
|
|
|
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-10-28 13:39:54 +00:00
|
|
|
wither: false
|
|
|
|
bat: false
|
|
|
|
witch: false
|
|
|
|
|
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
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Disable various default physics and behaviors.
|
2011-03-30 04:03:21 +00:00
|
|
|
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?
|
2013-02-12 22:17:48 +00:00
|
|
|
# (Split into two behaviors; generally, you want both set to the same value.)
|
2011-03-30 04:03:21 +00:00
|
|
|
drown: false
|
|
|
|
suffocate: false
|
|
|
|
|
|
|
|
# Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
|
|
|
|
lavadmg: false
|
|
|
|
|
2013-02-12 22:17:48 +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
|
2012-10-28 13:39:54 +00:00
|
|
|
|
|
|
|
# Should Wither damage be disabled?
|
|
|
|
wither: false
|
2011-03-30 04:03:21 +00:00
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Disable weather options?
|
2012-08-18 20:19:00 +00:00
|
|
|
weather:
|
|
|
|
storm: false
|
|
|
|
thunder: false
|
|
|
|
lightning: false
|
2012-09-22 20:15:04 +00:00
|
|
|
|
2012-08-18 20:19:00 +00:00
|
|
|
############################################################
|
|
|
|
# +------------------------------------------------------+ #
|
|
|
|
# | EssentialsAntiBuild | #
|
|
|
|
# +------------------------------------------------------+ #
|
|
|
|
############################################################
|
2012-09-22 20:15:04 +00:00
|
|
|
|
2012-08-18 20:19:00 +00:00
|
|
|
# Disable various default physics and behaviors
|
2012-12-10 07:39:22 +00:00
|
|
|
# For more information, visit http://wiki.ess3.net/wiki/AntiBuild
|
2012-09-22 20:15:04 +00:00
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Should people with build: false in permissions be allowed to build?
|
|
|
|
# Set true to disable building for those people.
|
|
|
|
# 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
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Should people with build: false in permissions be allowed to use items?
|
|
|
|
# Set true to disable using for those people.
|
|
|
|
# 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
|
|
|
|
2013-02-12 22:17:48 +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-09-22 20:15:04 +00:00
|
|
|
|
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:
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Which blocks should people be prevented from placing?
|
2012-08-18 20:19:00 +00:00
|
|
|
placement: 10,11,46,327
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Which items should people be prevented from using?
|
2012-08-18 20:19:00 +00:00
|
|
|
usage: 327
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Which blocks should people be prevented from breaking?
|
2012-08-18 20:19:00 +00:00
|
|
|
break:
|
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Which blocks should not be pushed by pistons?
|
2012-08-18 20:19:00 +00:00
|
|
|
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-09-22 20:15:04 +00:00
|
|
|
|
2012-03-04 20:06:50 +00:00
|
|
|
# Do we want to give users anything on first join? Set to '' to disable
|
2013-02-12 22:17:48 +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
|
|
|
|
2013-02-12 22:17:48 +00:00
|
|
|
# Set this to lowest, if you want Multiverse to handle the respawning.
|
|
|
|
# Set this to high, if you want EssentialsSpawn to handle the respawning.
|
|
|
|
# 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.
|