This commit is contained in:
Izzel_Aliz
2018-05-09 13:04:58 +08:00
parent 3f4940c6b7
commit 2b14457309
72 changed files with 1249 additions and 1318 deletions

View File

@@ -26,10 +26,6 @@ public class PlayerDataManager implements Listener {
private static final ConcurrentHashMap<String, FileConfiguration> PLAYER_DATA = new ConcurrentHashMap<>();
public enum UsernameType {
UUID, USERNAME
}
/**
* 获取用户储存方式
*
@@ -257,4 +253,8 @@ public class PlayerDataManager implements Listener {
}.runTaskAsynchronously(Main.getInst());
}
}
public enum UsernameType {
UUID, USERNAME
}
}