From 2d39a97ca199461c641e0bdc7dcf2a457791ee97 Mon Sep 17 00:00:00 2001 From: Daniel Saukel Date: Fri, 7 Feb 2020 14:58:29 +0100 Subject: [PATCH] Remove folders that represent features that aren't API from DungeonsAPI --- api/src/main/java/de/erethon/dungeonsxl/api/DungeonsAPI.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/src/main/java/de/erethon/dungeonsxl/api/DungeonsAPI.java b/api/src/main/java/de/erethon/dungeonsxl/api/DungeonsAPI.java index e20033cb..83b3ae9e 100644 --- a/api/src/main/java/de/erethon/dungeonsxl/api/DungeonsAPI.java +++ b/api/src/main/java/de/erethon/dungeonsxl/api/DungeonsAPI.java @@ -51,10 +51,8 @@ public interface DungeonsAPI extends Plugin { static final File MAPS = new File(PLUGIN_ROOT, "maps"); static final File PLAYERS = new File(PLUGIN_ROOT, "players"); static final File SCRIPTS = new File(PLUGIN_ROOT, "scripts"); - static final File ANNOUNCERS = new File(SCRIPTS, "announcers"); static final File CLASSES = new File(SCRIPTS, "classes"); static final File DUNGEONS = new File(SCRIPTS, "dungeons"); - static final File SIGNS = new File(SCRIPTS, "signs"); /** * Returns a cache of player wrapper objects.