测试版
This commit is contained in:
parent
b79e7b93f6
commit
8dd09ff170
|
@ -1,4 +1,4 @@
|
|||
package me.Demon.DemonLevels.manage;
|
||||
package me.Demon.DemonLevels.data;
|
||||
|
||||
import me.Demon.DemonLevels.Main;
|
||||
import org.bukkit.configuration.file.FileConfiguration;
|
||||
|
@ -10,7 +10,7 @@ import java.io.IOException;
|
|||
import java.math.BigInteger;
|
||||
import java.util.UUID;
|
||||
|
||||
public class PlayerManage {
|
||||
public class PlayerData {
|
||||
|
||||
private Player player;
|
||||
private UUID uuid;
|
||||
|
@ -20,7 +20,7 @@ public class PlayerManage {
|
|||
private File file;
|
||||
private FileConfiguration fileConfiguration;
|
||||
|
||||
public PlayerManage(Player player){
|
||||
public PlayerData(Player player){
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user