diff options
author | Paul A. <ementalodev@gmx.co.uk> | 2012-08-31 11:37:10 +0200 |
---|---|---|
committer | Paul A. <ementalodev@gmx.co.uk> | 2012-08-31 11:37:10 +0200 |
commit | 41f7b4ec2ddcae2d2b7384826ebbb857c97d3468 (patch) | |
tree | 5d76e2ba2ee4a4e30132d88434fdc95e28715774 | |
parent | ce90e9710ef7aad39e8079de519dbfb5ffb7c7d0 (diff) | |
download | Essentials-41f7b4ec2ddcae2d2b7384826ebbb857c97d3468.tar Essentials-41f7b4ec2ddcae2d2b7384826ebbb857c97d3468.tar.gz Essentials-41f7b4ec2ddcae2d2b7384826ebbb857c97d3468.tar.lz Essentials-41f7b4ec2ddcae2d2b7384826ebbb857c97d3468.tar.xz Essentials-41f7b4ec2ddcae2d2b7384826ebbb857c97d3468.zip |
Update Essentials/src/config.yml
Grammar update thanks to Evonuts
-rw-r--r-- | Essentials/src/config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 2073fbe37..2f675b2e5 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -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. teleport-delay: 0 -# The delay, in seconds, a player can't be attacked by other players after he has been teleported by a command -# This will also prevent that the player can attack other players +# 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 teleport-invulnerability: 2 # 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. -# 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. sign-use-per-second: 4 |