From 72314cabf8634d5fcf1a8187bcb384683583d427 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Thu, 21 Jul 2022 13:02:20 -0400 Subject: Save Inventorys on Leave --- src/main/resources/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/resources/config.yml') diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 6153c46..d782edb 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -94,6 +94,12 @@ leaveServer: hub # default: true mapSaveEnabled: true +# By default, the plugin clears your inventory when joining the game. This is something it will always do. But you don't get what you used to have +# in your inventory back after you leave the game. You can allow the plugin to save a players inventory before joining the lobby, and give it back +# after leaving the game. +# default: false +saveInventory: false + # How you want to store game data. If you are running a single server, sqlite is fine, as no setup is necessary. # But if you want the data to go across multiple servers, you can switch it to mysql. # WARNING: Data is not saved across databases. You have to migrate the data yourself! -- cgit v1.2.3-freya