mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Players are now premium by default
This commit is contained in:
parent
64802596ea
commit
43b4954111
1 changed files with 1 additions and 0 deletions
|
@ -1072,6 +1072,7 @@ public class Player extends Entity implements CommandExecutor {
|
|||
config.put("id", documentId);
|
||||
config.put("name", name);
|
||||
config.put("admin", admin);
|
||||
config.put("premium", true);
|
||||
config.put("level", getLevel());
|
||||
config.put("xp", experience);
|
||||
config.put("points", skillPoints);
|
||||
|
|
Loading…
Add table
Reference in a new issue