Players are now premium by default

This commit is contained in:
kuroppoi 2022-11-13 18:54:05 +01:00
parent 64802596ea
commit 43b4954111

View file

@ -1072,6 +1072,7 @@ public class Player extends Entity implements CommandExecutor {
config.put("id", documentId); config.put("id", documentId);
config.put("name", name); config.put("name", name);
config.put("admin", admin); config.put("admin", admin);
config.put("premium", true);
config.put("level", getLevel()); config.put("level", getLevel());
config.put("xp", experience); config.put("xp", experience);
config.put("points", skillPoints); config.put("points", skillPoints);