mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Modify default player tablist expire from 40 ticks to 60 ticks.
This commit is contained in:
parent
e97c026f22
commit
64596562a6
1 changed files with 3 additions and 3 deletions
|
@ -201,10 +201,10 @@ ShowPlayerDisguisesInTab: false
|
||||||
|
|
||||||
# On player disguise, a fake player is added to tablist so the skin can load properly.
|
# On player disguise, a fake player is added to tablist so the skin can load properly.
|
||||||
# If the viewer sees the player disguise but there's no tablist name, they won't see a skin.
|
# If the viewer sees the player disguise but there's no tablist name, they won't see a skin.
|
||||||
# 2 seconds is normally long enough to load the skin properly, but sometimes the server needs longer
|
# 3 seconds is normally long enough to load the skin properly, but sometimes the server needs longer
|
||||||
# This is in ticks, there are 20 ticks in every second. 40 ticks = 2 seconds. 200 ticks = 10 seconds.
|
# This is in ticks, there are 20 ticks in every second. 60 ticks = 3 seconds. 200 ticks = 10 seconds.
|
||||||
# This option is ignored if 'ShowPlayerDisguisesInTab' is enabled.
|
# This option is ignored if 'ShowPlayerDisguisesInTab' is enabled.
|
||||||
PlayerDisguisesTablistExpires: 40
|
PlayerDisguisesTablistExpires: 60
|
||||||
|
|
||||||
# Don't like players able to set themselves invisible when using the disguise commands? Toggle this to true and no one can use setInvisible! Plugins can still use this however.
|
# Don't like players able to set themselves invisible when using the disguise commands? Toggle this to true and no one can use setInvisible! Plugins can still use this however.
|
||||||
DisableInvisibility: false
|
DisableInvisibility: false
|
||||||
|
|
Loading…
Reference in a new issue