From 00a7ee524e553bcdd65e2b047709f14da5cbbaf6 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Tue, 14 Aug 2018 10:26:40 +0200 Subject: [PATCH] Fixed path in StoreAt annotation --- src/main/java/bentobox/addon/bskyblock/Settings.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/bentobox/addon/bskyblock/Settings.java b/src/main/java/bentobox/addon/bskyblock/Settings.java index dfe2a6f..b9f1ccb 100644 --- a/src/main/java/bentobox/addon/bskyblock/Settings.java +++ b/src/main/java/bentobox/addon/bskyblock/Settings.java @@ -29,7 +29,7 @@ import world.bentobox.bentobox.database.objects.adapters.FlagSerializer2; * All the plugin settings are here * @author Tastybento */ -@StoreAt(filename="config.yml", path="addons/BentoBox-BSkyBlock") // Explicitly call out what name this should have. +@StoreAt(filename="config.yml", path="addons/BSkyBlock") // Explicitly call out what name this should have. @ConfigComment("BSkyBlock Configuration [version]") @ConfigComment("This config file is dynamic and saved when the server is shutdown.") @ConfigComment("You cannot edit it while the server is running because changes will") @@ -1187,4 +1187,4 @@ public class Settings implements DataObject, WorldSettings { } -} \ No newline at end of file +}