Update onfigs

This commit is contained in:
libraryaddict 2020-10-03 15:37:06 +13:00
parent e731323110
commit bea34b18c2
2 changed files with 9 additions and 2 deletions

View File

@ -282,8 +282,8 @@ 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.
# This option is ignored if 'ShowPlayerDisguisesInTab' is enabled. # This option is ignored if 'ShowPlayerDisguisesInTab' is enabled.
# 2 ticks should easily be enough. # 3 ticks should easily be enough.
PlayerDisguisesTablistExpires: 2 PlayerDisguisesTablistExpires: 3
# 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

View File

@ -1,3 +1,10 @@
# The best way to use this is with /savedisguise or /saveskin
# /saveskin MyCustomSkin <SkinName> - Where <SkinName> can be an url, file in LibsDisguises/skins or player name
# Then use /disguise player MyCustomSkin - To test it
# You can also use /savedisguise MyCustomDisguise player KingKiller setskin <SkinName> - With the same 3 types of skin
# as above
# It is strongly recommended you use /savedisguise instead of editing this file! # It is strongly recommended you use /savedisguise instead of editing this file!
# You can use that command in console or ingame! This helps eliminate user error! # You can use that command in console or ingame! This helps eliminate user error!