diff --git a/src/main/resources/configs/disguises.yml b/src/main/resources/configs/disguises.yml index f7b3f481..1a6acdbc 100644 --- a/src/main/resources/configs/disguises.yml +++ b/src/main/resources/configs/disguises.yml @@ -1,3 +1,5 @@ +# This config file is for saving disguises so that you can reuse them without typing the entire disguise out. + # 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 diff --git a/src/main/resources/configs/features.yml b/src/main/resources/configs/features.yml index 1b3298cb..16d0b20a 100644 --- a/src/main/resources/configs/features.yml +++ b/src/main/resources/configs/features.yml @@ -1,11 +1,5 @@ # This config file is for features that are something the server might want to customize! -# Disguises have a 'setExpires' option which removes the disguise after a set amount of time -# By default, this is set to false which means it expires 9 minutes afterwards, even if they logged off. -# If true, it means they will experience the full 9 minutes, even if they log on for just a minute per day -# Expired message can be hidden with an empty translation message -DynamicExpiry: false - # THIS IS A PREMIUM ONLY FEATURE. TO USE IT, PURCHASE THE PLUGIN. # Saves disguises so that they persist after server shutdown, chunks unload, player logouts and so on. # As such, this completely replaces the KeepDisguises aspect which has been removed except for the player death. @@ -29,6 +23,11 @@ DisguiseSounds: true # Turn this to true to have players undisguised when switching worlds UndisguiseOnWorldChange: false +# Disguises have a 'setExpires' option which removes the disguise after a set amount of time +# By default, this is set to false which means it expires 9 minutes afterwards, even if they logged off. +# If true, it means they will experience the full 9 minutes, even if they log on for just a minute per day +# Expired message can be hidden with an empty translation message +DynamicExpiry: false # When disguised, should a message be displayed to the player? If so, where? # The message can be customized in translations diff --git a/src/main/resources/configs/nametags.yml b/src/main/resources/configs/nametags.yml index 6e6c313d..006f18a2 100644 --- a/src/main/resources/configs/nametags.yml +++ b/src/main/resources/configs/nametags.yml @@ -36,6 +36,7 @@ PlayerNames: TEAMS OverrideCustomNames: true # More options in case you want to disable a specific setting of the scoreboard +# You can customize self disguises scoreboard in players.yml Scoreboard: # Should it modify the scoreboard to turn collisions off? Collisions: true