mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 12:23:59 +00:00
Update Essentials/src/config.yml
Grammar update thanks to Evonuts
This commit is contained in:
parent
ce90e9710e
commit
41f7b4ec2d
1 changed files with 3 additions and 3 deletions
|
@ -50,8 +50,8 @@ 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 he has 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 that the player can attack other players
|
# This will also prevent the player attacking other players
|
||||||
teleport-invulnerability: 2
|
teleport-invulnerability: 2
|
||||||
|
|
||||||
# The delay, in seconds, required between /heal attempts
|
# The delay, in seconds, required between /heal attempts
|
||||||
|
@ -230,7 +230,7 @@ enabledSigns:
|
||||||
|
|
||||||
|
|
||||||
# How many times per second can Essentials signs be interacted with per player.
|
# How many times per second can Essentials signs be interacted with per player.
|
||||||
# Values should be between 1-20, 20 being virtually no lag protection.s
|
# Values should be between 1-20, 20 being virtually no lag protection.
|
||||||
# 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue