From 92af313c43149f1002298913496b7154ca04be0e Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 30 Aug 2023 09:49:12 +0100 Subject: [PATCH] Added use-local-storage --- eco-core/core-plugin/src/main/resources/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eco-core/core-plugin/src/main/resources/config.yml b/eco-core/core-plugin/src/main/resources/config.yml index 909f1a0..cf951c0 100644 --- a/eco-core/core-plugin/src/main/resources/config.yml +++ b/eco-core/core-plugin/src/main/resources/config.yml @@ -3,6 +3,11 @@ # by Auxilor # +# Even if eco is set up to use a database, you can +# force EcoJobs to save to local storage to disable +# cross-server sync. +use-local-storage: false + jobs: limit: 3 # The most jobs a player can have at once. # You can set custom limits with the ecojobs.limit. permission