mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(minecraft): permissions
This commit is contained in:
parent
e2a091e17a
commit
9184146fed
2 changed files with 44 additions and 10 deletions
|
|
@ -21,8 +21,14 @@ in {
|
|||
base = 2535420000000000;
|
||||
nums = 1760;
|
||||
in {
|
||||
Kyxna.xuid = base + 44308966797;
|
||||
arcnmx.xuid = base + 413399068799;
|
||||
Kyxna = {
|
||||
xuid = base + 44308966797;
|
||||
permission = "operator";
|
||||
};
|
||||
arcnmx = {
|
||||
xuid = base + 53399068799;
|
||||
permission = "operator";
|
||||
};
|
||||
"ConnieHeart${toString (base / 1000000000000 + nums)}".xuid = base + 417602225;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue