Sponge support

This commit is contained in:
Luck
2016-08-05 12:58:27 +02:00
Unverified
parent 56e11b8b85
commit 03450c3339
37 changed files with 908 additions and 126 deletions
@@ -0,0 +1,9 @@
package me.lucko.luckperms.api;
public interface Logger {
void info(String s);
void warn(String s);
void severe(String s);
}
@@ -9,6 +9,7 @@ public interface LuckPermsApi {
String getVersion();
Datastore getDatastore();
Logger getLogger();
User getUser(UUID uuid);
User getUser(String name);