mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Some messages fixes, and information addition.
This commit is contained in:
parent
0b11abf8f4
commit
30dae51ddf
1 changed files with 11 additions and 3 deletions
|
@ -59,7 +59,7 @@ teleport-invulnerability: 4
|
||||||
# The delay, in seconds, required between /heal or /feed attempts.
|
# The delay, in seconds, required between /heal or /feed attempts.
|
||||||
heal-cooldown: 60
|
heal-cooldown: 60
|
||||||
|
|
||||||
# What to prevent from /i /give.
|
# What to prevent from /item and /give.
|
||||||
# e.g item-spawn-blacklist: 46,11,10
|
# e.g item-spawn-blacklist: 46,11,10
|
||||||
item-spawn-blacklist:
|
item-spawn-blacklist:
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ warn-on-smite: true
|
||||||
#
|
#
|
||||||
# If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
|
# 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'.
|
# To force essentials to take 'god' alias 'god' to 'egod'.
|
||||||
# See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
|
# See http://wiki.bukkit.org/Commands.yml#aliases for more information
|
||||||
|
|
||||||
overridden-commands:
|
overridden-commands:
|
||||||
# - god
|
# - god
|
||||||
|
@ -508,6 +508,8 @@ hide-permissionless-help: true
|
||||||
# +------------------------------------------------------+ #
|
# +------------------------------------------------------+ #
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
|
# This section requires essentialschat.jar to work.
|
||||||
|
|
||||||
chat:
|
chat:
|
||||||
|
|
||||||
# If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
|
# If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
|
||||||
|
@ -537,6 +539,8 @@ chat:
|
||||||
# +------------------------------------------------------+ #
|
# +------------------------------------------------------+ #
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
|
# This section requires essentialsprotect.jar to work.
|
||||||
|
|
||||||
protect:
|
protect:
|
||||||
|
|
||||||
# General physics/behavior modifications.
|
# General physics/behavior modifications.
|
||||||
|
@ -650,6 +654,8 @@ protect:
|
||||||
# +------------------------------------------------------+ #
|
# +------------------------------------------------------+ #
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
|
# This section requires essentialsantibuild.jar to work.
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
|
@ -697,6 +703,8 @@ protect:
|
||||||
# +------------------------------------------------------+ #
|
# +------------------------------------------------------+ #
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
|
# This section requires essentialsspawn.jar to work.
|
||||||
|
|
||||||
newbies:
|
newbies:
|
||||||
# Should we announce to the server when someone logs in for the first time?
|
# 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 so, use this format, replacing {DISPLAYNAME} with the player name.
|
||||||
|
@ -709,7 +717,7 @@ 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, and will not trigger the kit delay.
|
||||||
#kit: ''
|
#kit: ''
|
||||||
kit: tools
|
kit: tools
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue