mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-20 07:01:41 +01:00
Update Essentials/src/config.yml
This commit is contained in:
parent
c0f3e9073d
commit
9db040edd4
@ -32,8 +32,8 @@ change-displayname: true
|
|||||||
# The value of change-displayname (above) has to be true.
|
# The value of change-displayname (above) has to be true.
|
||||||
#change-playerlist: true
|
#change-playerlist: true
|
||||||
|
|
||||||
# When essentialschat.jar isnt used, force essentials to add the prefix and suffix from permission plugins to displayname
|
# 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'
|
# This setting is ignored if essentialschat.jar is used, and defaults to 'true'.
|
||||||
# The value of change-displayname (above) has to be true.
|
# The value of change-displayname (above) has to be true.
|
||||||
# Do not edit this setting unless you know what you are doing!
|
# Do not edit this setting unless you know what you are doing!
|
||||||
#add-prefix-suffix: false
|
#add-prefix-suffix: false
|
||||||
@ -44,18 +44,18 @@ 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.
|
# 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
|
teleport-delay: 0
|
||||||
|
|
||||||
# The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command
|
# 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
|
# This will also prevent the player attacking other players.
|
||||||
teleport-invulnerability: 4
|
teleport-invulnerability: 4
|
||||||
|
|
||||||
# The delay, in seconds, required between /heal attempts
|
# The delay, in seconds, required between /heal attempts.
|
||||||
heal-cooldown: 60
|
heal-cooldown: 60
|
||||||
|
|
||||||
# What to prevent from /i /give
|
# What to prevent from /i /give.
|
||||||
# e.g item-spawn-blacklist: 46,11,10
|
# e.g item-spawn-blacklist: 46,11,10
|
||||||
item-spawn-blacklist:
|
item-spawn-blacklist:
|
||||||
|
|
||||||
# Set this to true if you want permission based item spawn rules
|
# Set this to true if you want permission based item spawn rules.
|
||||||
# Note: The blacklist above will be ignored then.
|
# Note: The blacklist above will be ignored then.
|
||||||
# Permissions:
|
# Permissions:
|
||||||
# - essentials.itemspawn.item-all
|
# - essentials.itemspawn.item-all
|
||||||
@ -67,13 +67,13 @@ item-spawn-blacklist:
|
|||||||
# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
|
# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
|
||||||
permission-based-item-spawn: false
|
permission-based-item-spawn: false
|
||||||
|
|
||||||
# Mob limit on the /spawnmob command per execution
|
# Mob limit on the /spawnmob command per execution.
|
||||||
spawnmob-limit: 10
|
spawnmob-limit: 10
|
||||||
|
|
||||||
# Shall we notify users when using /lightning
|
# Shall we notify users when using /lightning?
|
||||||
warn-on-smite: true
|
warn-on-smite: true
|
||||||
|
|
||||||
# motd and rules are now configured in the files motd.txt and rules.txt
|
# motd and rules are now configured in the files motd.txt and rules.txt.
|
||||||
|
|
||||||
# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
|
# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
|
||||||
# Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
|
# Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
|
||||||
@ -91,9 +91,9 @@ overridden-commands:
|
|||||||
disabled-commands:
|
disabled-commands:
|
||||||
# - nick
|
# - nick
|
||||||
|
|
||||||
# These commands will be shown to players with socialSpy enabled
|
# These commands will be shown to players with socialSpy enabled.
|
||||||
# You can add commands from other plugins you may want to track or
|
# You can add commands from other plugins you may want to track or
|
||||||
# remove commands that are used for something you dont want to spy on
|
# remove commands that are used for something you dont want to spy on.
|
||||||
socialspy-commands:
|
socialspy-commands:
|
||||||
- msg
|
- msg
|
||||||
- w
|
- w
|
||||||
@ -119,7 +119,7 @@ socialspy-commands:
|
|||||||
|
|
||||||
# If you do not wish to use a permission system, you can define a list of 'player perms' below.
|
# If you do not wish to use a permission system, you can define a list of 'player perms' below.
|
||||||
# This list has no effect if you are using a supported permissions system.
|
# This list has no effect if you are using a supported permissions system.
|
||||||
# If you are using an unsupported permissions system simply delete this section.
|
# If you are using an unsupported permissions system, simply delete this section.
|
||||||
# Whitelist the commands and permissions you wish to give players by default (everything else is op only).
|
# Whitelist the commands and permissions you wish to give players by default (everything else is op only).
|
||||||
# These are the permissions without the "essentials." part.
|
# These are the permissions without the "essentials." part.
|
||||||
player-commands:
|
player-commands:
|
||||||
@ -270,9 +270,9 @@ enabledSigns:
|
|||||||
# Lower numbers will reduce the possibility of lag, but may annoy players.
|
# Lower numbers will reduce the possibility of lag, but may annoy players.
|
||||||
sign-use-per-second: 4
|
sign-use-per-second: 4
|
||||||
|
|
||||||
# Backup runs a batch/bash command while saving is disabled
|
# Backup runs a batch/bash command while saving is disabled.
|
||||||
backup:
|
backup:
|
||||||
# Interval in minutes
|
# Interval in minutes.
|
||||||
interval: 30
|
interval: 30
|
||||||
# Unless you add a valid backup command or script here, this feature will be useless.
|
# 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.
|
# Use 'save-all' to simply force regular world saving without backup.
|
||||||
@ -281,31 +281,31 @@ backup:
|
|||||||
# Set this true to enable permission per warp.
|
# Set this true to enable permission per warp.
|
||||||
per-warp-permission: false
|
per-warp-permission: false
|
||||||
|
|
||||||
# Sort output of /list command by groups
|
# Sort output of /list command by groups.
|
||||||
sort-list-by-groups: false
|
sort-list-by-groups: false
|
||||||
|
|
||||||
# More output to the console
|
# More output to the console.
|
||||||
debug: false
|
debug: false
|
||||||
|
|
||||||
# Set the locale for all messages
|
# Set the locale for all messages.
|
||||||
# If you don't set this, the default locale of the server will be used.
|
# If you don't set this, the default locale of the server will be used.
|
||||||
# For example, to set language to English, set locale to en, to use the file "messages_en.properties"
|
# 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
|
# Don't forget to remove the # in front of the line.
|
||||||
# For more information, visit http://wiki.ess3.net/wiki/Locale
|
# For more information, visit http://wiki.ess3.net/wiki/Locale
|
||||||
#locale: en
|
#locale: en
|
||||||
|
|
||||||
# Turn off god mode when people exit
|
# Turn off god mode when people exit.
|
||||||
remove-god-on-disconnect: false
|
remove-god-on-disconnect: false
|
||||||
|
|
||||||
# Auto-AFK
|
# Auto-AFK
|
||||||
# After this timeout in seconds, the user will be set as afk.
|
# After this timeout in seconds, the user will be set as afk.
|
||||||
# This feature requires the player to have essentials.auto.afk node
|
# This feature requires the player to have essentials.auto.afk node.
|
||||||
# Set to -1 for no timeout.
|
# Set to -1 for no timeout.
|
||||||
auto-afk: 300
|
auto-afk: 300
|
||||||
|
|
||||||
# Auto-AFK Kick
|
# Auto-AFK Kick
|
||||||
# After this timeout in seconds, the user will be kicked from the server.
|
# After this timeout in seconds, the user will be kicked from the server.
|
||||||
# essentials.afk.kickexempt node overrides this feature
|
# essentials.afk.kickexempt node overrides this feature.
|
||||||
# Set to -1 for no timeout.
|
# Set to -1 for no timeout.
|
||||||
auto-afk-kick: -1
|
auto-afk-kick: -1
|
||||||
|
|
||||||
@ -328,21 +328,21 @@ cancel-afk-on-interact: true
|
|||||||
# Disable this to reduce server lag.
|
# Disable this to reduce server lag.
|
||||||
cancel-afk-on-move: true
|
cancel-afk-on-move: true
|
||||||
|
|
||||||
# You can disable the death messages of Minecraft here
|
# You can disable the death messages of Minecraft here.
|
||||||
death-messages: true
|
death-messages: true
|
||||||
|
|
||||||
# Add worlds to this list, if you want to automatically disable god mode there
|
# Add worlds to this list, if you want to automatically disable god mode there.
|
||||||
no-god-in-worlds:
|
no-god-in-worlds:
|
||||||
# - world_nether
|
# - world_nether
|
||||||
|
|
||||||
# Set to true to enable per-world permissions for teleporting between worlds with essentials commands
|
# Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
|
||||||
# This applies to /world, /back, /tp[a|o][here|all], but not warps.
|
# This applies to /world, /back, /tp[a|o][here|all], but not warps.
|
||||||
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
|
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
|
||||||
# This does not affect the /home command, there is a separate toggle below for this.
|
# This does not affect the /home command, there is a separate toggle below for this.
|
||||||
world-teleport-permissions: false
|
world-teleport-permissions: false
|
||||||
|
|
||||||
# The number of items given if the quantity parameter is left out in /item or /give.
|
# 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 over-sized stacks
|
# If this number is below 1, the maximum stack size size is given. If over-sized stacks.
|
||||||
# are not enabled, any number higher than the maximum stack size results in more than one stack.
|
# are not enabled, any number higher than the maximum stack size results in more than one stack.
|
||||||
default-stack-size: -1
|
default-stack-size: -1
|
||||||
|
|
||||||
@ -352,7 +352,7 @@ default-stack-size: -1
|
|||||||
oversized-stacksize: 64
|
oversized-stacksize: 64
|
||||||
|
|
||||||
# Allow repair of enchanted weapons and armor.
|
# Allow repair of enchanted weapons and armor.
|
||||||
# If you set this to false, you can still allow it for certain players using the permission
|
# If you set this to false, you can still allow it for certain players using the permission.
|
||||||
# essentials.repair.enchanted
|
# essentials.repair.enchanted
|
||||||
repair-enchanted: true
|
repair-enchanted: true
|
||||||
|
|
||||||
@ -364,7 +364,7 @@ unsafe-enchantments: false
|
|||||||
#If you set this to true any plugin that uses teleport will have the previous location registered.
|
#If you set this to true any plugin that uses teleport will have the previous location registered.
|
||||||
register-back-in-listener: false
|
register-back-in-listener: false
|
||||||
|
|
||||||
#Delay to wait before people can cause attack damage after logging in
|
#Delay to wait before people can cause attack damage after logging in.
|
||||||
login-attack-delay: 5
|
login-attack-delay: 5
|
||||||
|
|
||||||
#Set the max fly speed, values range from 0.1 to 1.0
|
#Set the max fly speed, values range from 0.1 to 1.0
|
||||||
@ -383,10 +383,10 @@ max-tempban-time: -1
|
|||||||
# +------------------------------------------------------+ #
|
# +------------------------------------------------------+ #
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
# Allows people to set their bed at daytime
|
# Allows people to set their bed at daytime.
|
||||||
update-bed-at-daytime: true
|
update-bed-at-daytime: true
|
||||||
|
|
||||||
# Set to true to enable per-world permissions for using homes to teleport between worlds
|
# Set to true to enable per-world permissions for using homes to teleport between worlds.
|
||||||
# This applies to the /home only.
|
# This applies to the /home only.
|
||||||
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
|
# Give someone permission to teleport to a world with essentials.worlds.<worldname>
|
||||||
world-home-permissions: false
|
world-home-permissions: false
|
||||||
@ -404,7 +404,7 @@ sethome-multiple:
|
|||||||
staff: 10
|
staff: 10
|
||||||
|
|
||||||
# Set timeout in seconds for players to accept tpa before request is cancelled.
|
# Set timeout in seconds for players to accept tpa before request is cancelled.
|
||||||
# Set to 0 for no timeout
|
# Set to 0 for no timeout.
|
||||||
tpa-accept-cancellation: 120
|
tpa-accept-cancellation: 120
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
@ -421,7 +421,7 @@ starting-balance: 0
|
|||||||
# worth-# defines the value of an item when it is sold to the server via /sell.
|
# worth-# defines the value of an item when it is sold to the server via /sell.
|
||||||
# These are now defined in worth.yml
|
# These are now defined in worth.yml
|
||||||
|
|
||||||
# Defines the cost to use the given commands PER USE
|
# Defines the cost to use the given commands PER USE.
|
||||||
# Some commands like /repair have sub-costs, check the wiki for more information.
|
# Some commands like /repair have sub-costs, check the wiki for more information.
|
||||||
command-costs:
|
command-costs:
|
||||||
# /example costs $1000 PER USE
|
# /example costs $1000 PER USE
|
||||||
@ -432,15 +432,15 @@ command-costs:
|
|||||||
# Set this to a currency symbol you want to use.
|
# Set this to a currency symbol you want to use.
|
||||||
currency-symbol: '$'
|
currency-symbol: '$'
|
||||||
|
|
||||||
# Set the maximum amount of money a player can have
|
# 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
|
# The amount is always limited to 10 trillion because of the limitations of a java double.
|
||||||
max-money: 10000000000000
|
max-money: 10000000000000
|
||||||
|
|
||||||
# Set the minimum amount of money a player can have (must be above the negative of max-money).
|
# Set the minimum amount of money a player can have (must be above the negative of max-money).
|
||||||
# Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
|
# Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
|
||||||
min-money: -10000
|
min-money: -10000
|
||||||
|
|
||||||
# Enable this to log all interactions with trade/buy/sell signs and sell command
|
# Enable this to log all interactions with trade/buy/sell signs and sell command.
|
||||||
economy-log-enabled: false
|
economy-log-enabled: false
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
@ -449,10 +449,10 @@ economy-log-enabled: false
|
|||||||
# +------------------------------------------------------+ #
|
# +------------------------------------------------------+ #
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
# Show other plugins commands in help
|
# Show other plugins commands in help.
|
||||||
non-ess-in-help: true
|
non-ess-in-help: true
|
||||||
|
|
||||||
# Hide plugins which do not give a permission
|
# Hide plugins which do not give a permission.
|
||||||
# You can override a true value here for a single plugin by adding a permission to a user/group.
|
# You can override a true value here for a single plugin by adding a permission to a user/group.
|
||||||
# The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
|
# 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.
|
# You can use negative permissions to remove access to just a single plugins help if the following is enabled.
|
||||||
@ -473,7 +473,7 @@ chat:
|
|||||||
# You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
|
# You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
|
||||||
radius: 0
|
radius: 0
|
||||||
|
|
||||||
# Chat formatting can be done in two ways, you can either define a standard format for all chat
|
# 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.
|
# Or you can give a group specific chat format, to give some extra variation.
|
||||||
# If set to the default chat format which "should" be compatible with ichat.
|
# If set to the default chat format which "should" be compatible with ichat.
|
||||||
# For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
|
# For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
|
||||||
@ -494,7 +494,7 @@ chat:
|
|||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
protect:
|
protect:
|
||||||
# Database settings for sign/rail protection
|
# Database settings for sign/rail protection.
|
||||||
|
|
||||||
# mysql or sqlite
|
# mysql or sqlite
|
||||||
# We strongly recommend against using mysql here, unless you have a good reason.
|
# We strongly recommend against using mysql here, unless you have a good reason.
|
||||||
@ -507,7 +507,7 @@ protect:
|
|||||||
password: 'root'
|
password: 'root'
|
||||||
mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
|
mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
|
||||||
|
|
||||||
# General physics/behavior modifications
|
# General physics/behavior modifications.
|
||||||
prevent:
|
prevent:
|
||||||
lava-flow: false
|
lava-flow: false
|
||||||
water-flow: false
|
water-flow: false
|
||||||
@ -532,10 +532,10 @@ protect:
|
|||||||
enderdragon-blockdamage: true
|
enderdragon-blockdamage: true
|
||||||
enderman-pickup: false
|
enderman-pickup: false
|
||||||
villager-death: false
|
villager-death: false
|
||||||
# Monsters won't follow players
|
# Monsters won't follow players.
|
||||||
# permission essentials.protect.entitytarget.bypass disables this
|
# permission essentials.protect.entitytarget.bypass disables this.
|
||||||
entitytarget: false
|
entitytarget: false
|
||||||
# Prevent the spawning of creatures
|
# Prevent the spawning of creatures.
|
||||||
spawn:
|
spawn:
|
||||||
creeper: false
|
creeper: false
|
||||||
skeleton: false
|
skeleton: false
|
||||||
@ -573,10 +573,10 @@ protect:
|
|||||||
|
|
||||||
# Protect various blocks.
|
# Protect various blocks.
|
||||||
protect:
|
protect:
|
||||||
# Protect all signs
|
# Protect all signs.
|
||||||
signs: false
|
signs: false
|
||||||
|
|
||||||
# Prevent users from destroying rails
|
# Prevent users from destroying rails.
|
||||||
rails: false
|
rails: false
|
||||||
|
|
||||||
# Blocks below rails/signs are also protected if the respective rail/sign is protected.
|
# Blocks below rails/signs are also protected if the respective rail/sign is protected.
|
||||||
@ -584,13 +584,13 @@ protect:
|
|||||||
# This only has an effect if "rails" or "signs" is also enabled.
|
# This only has an effect if "rails" or "signs" is also enabled.
|
||||||
block-below: true
|
block-below: true
|
||||||
|
|
||||||
# Prevent placing blocks above protected rails, this is to stop a potential griefing
|
# Prevent placing blocks above protected rails, this is to stop a potential griefing.
|
||||||
prevent-block-on-rails: false
|
prevent-block-on-rails: false
|
||||||
|
|
||||||
# Store blocks / signs in memory before writing
|
# Store blocks / signs in memory before writing.
|
||||||
memstore: false
|
memstore: false
|
||||||
|
|
||||||
# Disable various default physics and behaviors
|
# Disable various default physics and behaviors.
|
||||||
disable:
|
disable:
|
||||||
# Should fall damage be disabled?
|
# Should fall damage be disabled?
|
||||||
fall: false
|
fall: false
|
||||||
@ -600,14 +600,14 @@ protect:
|
|||||||
pvp: false
|
pvp: false
|
||||||
|
|
||||||
# Should drowning damage be disabled?
|
# Should drowning damage be disabled?
|
||||||
# (Split into two behaviors; generally, you want both set to the same value)
|
# (Split into two behaviors; generally, you want both set to the same value.)
|
||||||
drown: false
|
drown: false
|
||||||
suffocate: false
|
suffocate: false
|
||||||
|
|
||||||
# Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
|
# Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
|
||||||
lavadmg: false
|
lavadmg: false
|
||||||
|
|
||||||
# Should arrow damage be disabled
|
# Should arrow damage be disabled?
|
||||||
projectiles: false
|
projectiles: false
|
||||||
|
|
||||||
# This will disable damage from touching cacti.
|
# This will disable damage from touching cacti.
|
||||||
@ -622,7 +622,7 @@ protect:
|
|||||||
# Should Wither damage be disabled?
|
# Should Wither damage be disabled?
|
||||||
wither: false
|
wither: false
|
||||||
|
|
||||||
# Disable weather options
|
# Disable weather options?
|
||||||
weather:
|
weather:
|
||||||
storm: false
|
storm: false
|
||||||
thunder: false
|
thunder: false
|
||||||
@ -637,17 +637,17 @@ protect:
|
|||||||
# Disable various default physics and behaviors
|
# Disable various default physics and behaviors
|
||||||
# For more information, visit http://wiki.ess3.net/wiki/AntiBuild
|
# For more information, visit http://wiki.ess3.net/wiki/AntiBuild
|
||||||
|
|
||||||
# Should people with build: false in permissions be allowed to build
|
# Should people with build: false in permissions be allowed to build?
|
||||||
# Set true to disable building for those people
|
# Set true to disable building for those people.
|
||||||
# Setting to false means EssentialsAntiBuild will never prevent you from building
|
# Setting to false means EssentialsAntiBuild will never prevent you from building.
|
||||||
build: true
|
build: true
|
||||||
|
|
||||||
# Should people with build: false in permissions be allowed to use items
|
# Should people with build: false in permissions be allowed to use items?
|
||||||
# Set true to disable using for those people
|
# Set true to disable using for those people.
|
||||||
# Setting to false means EssentialsAntiBuild will never prevent you from using
|
# Setting to false means EssentialsAntiBuild will never prevent you from using.
|
||||||
use: true
|
use: true
|
||||||
|
|
||||||
# Should we tell people they are not allowed to build
|
# Should we tell people they are not allowed to build?
|
||||||
warn-on-build-disallow: true
|
warn-on-build-disallow: true
|
||||||
|
|
||||||
# For which block types would you like to be alerted?
|
# For which block types would you like to be alerted?
|
||||||
@ -660,16 +660,16 @@ protect:
|
|||||||
|
|
||||||
blacklist:
|
blacklist:
|
||||||
|
|
||||||
# Which blocks should people be prevented from placing
|
# Which blocks should people be prevented from placing?
|
||||||
placement: 10,11,46,327
|
placement: 10,11,46,327
|
||||||
|
|
||||||
# Which items should people be prevented from using
|
# Which items should people be prevented from using?
|
||||||
usage: 327
|
usage: 327
|
||||||
|
|
||||||
# Which blocks should people be prevented from breaking
|
# Which blocks should people be prevented from breaking?
|
||||||
break:
|
break:
|
||||||
|
|
||||||
# Which blocks should not be pushed by pistons
|
# Which blocks should not be pushed by pistons?
|
||||||
piston:
|
piston:
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
@ -690,13 +690,13 @@ newbies:
|
|||||||
spawnpoint: newbies
|
spawnpoint: newbies
|
||||||
|
|
||||||
# Do we want to give users anything on first join? Set to '' to disable
|
# Do we want to give users anything on first join? Set to '' to disable
|
||||||
# This kit will be given regardless of cost, and permissions.
|
# This kit will be given regardless of cost, and permissions.
|
||||||
#kit: ''
|
#kit: ''
|
||||||
kit: tools
|
kit: tools
|
||||||
|
|
||||||
# Set this to lowest, if you want Multiverse to handle the respawning
|
# 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 high, if you want EssentialsSpawn to handle the respawning.
|
||||||
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning
|
# Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
|
||||||
respawn-listener-priority: high
|
respawn-listener-priority: high
|
||||||
|
|
||||||
# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
|
# When users die, should they respawn at their first home or bed, instead of the spawnpoint?
|
||||||
|
Loading…
Reference in New Issue
Block a user