Remove folders that represent features that aren't API from DungeonsAPI

This commit is contained in:
Daniel Saukel 2020-02-07 14:58:29 +01:00
parent 01bfc43c6e
commit 2d39a97ca1

View File

@ -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.