Modify default player tablist expire from 40 ticks to 60 ticks.
This commit is contained in:
parent
64f9da47c9
commit
f8fe3116df
@ -201,10 +201,10 @@ ShowPlayerDisguisesInTab: false
|
||||
|
||||
# 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.
|
||||
# 2 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.
|
||||
# 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. 60 ticks = 3 seconds. 200 ticks = 10 seconds.
|
||||
# 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.
|
||||
DisableInvisibility: false
|
||||
|
Loading…
Reference in New Issue
Block a user