From bea34b18c27dd93c98632eadd493207a94ab99cc Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Sat, 3 Oct 2020 15:37:06 +1300 Subject: [PATCH] Update onfigs --- src/main/resources/config.yml | 4 ++-- src/main/resources/disguises.yml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index e5468d8e..4f6dd2f2 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -282,8 +282,8 @@ ShowPlayerDisguisesInTab: false # On player disguise, a fake player is added to tablist so the skin can load properly. # This option is ignored if 'ShowPlayerDisguisesInTab' is enabled. -# 2 ticks should easily be enough. -PlayerDisguisesTablistExpires: 2 +# 3 ticks should easily be enough. +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. DisableInvisibility: false diff --git a/src/main/resources/disguises.yml b/src/main/resources/disguises.yml index f6b50c11..43c7b862 100644 --- a/src/main/resources/disguises.yml +++ b/src/main/resources/disguises.yml @@ -1,3 +1,10 @@ +# The best way to use this is with /savedisguise or /saveskin +# /saveskin MyCustomSkin - Where 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 - With the same 3 types of skin +# as above + # 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!