From 4ff47f2c2458133fed6201e0b086bfda8efc9e58 Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Sat, 3 Jun 2017 01:54:35 +1200 Subject: [PATCH] Modify config --- config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 3cc147c0..8078b74b 100644 --- a/config.yml +++ b/config.yml @@ -12,10 +12,13 @@ SaveGameProfiles: true # When they join the server will automatically update the cache incase they changed their skin UpdateGameProfiles: true -# Should the server save the disguises so that when they are alive again, they are disguised again +# 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. # Players - Are player disguises saved -# Entities - Are entities disguises saved +# Entities - Are entities disguises saved (This is everything that's not a player) # If you are using the dev builds, place your premium version of Lib's Disguises.jar inside the LibsDisguises folder +# This will enable premium only features for the dev builds. SaveDisguises: Players: false Entities: false