Add support for MongoDB and H2 database formats

This commit is contained in:
Luck
2016-08-19 18:21:16 +01:00
Unverified
parent 31cef46b56
commit a15a0752f4
26 changed files with 877 additions and 137 deletions
@@ -96,6 +96,11 @@ public interface LuckPermsPlugin {
*/
File getMainDir();
/**
* @return the platforms data folder
*/
File getDataFolder();
/**
* @return the importer instance for the platform
*/
@@ -126,6 +131,12 @@ public interface LuckPermsPlugin {
*/
List<Sender> getSenders();
/**
* Gets the console sender of the instance
* @return a the console sender of the instance
*/
Sender getConsoleSender();
/**
* Gets all possible permission nodes, used for resolving wildcards
* @return a {@link List} of permission nodes