Add Santos_H to minecraft whitelist
This commit is contained in:
parent
0f3bae33c7
commit
5fdbe34741
2 changed files with 6 additions and 1 deletions
|
@ -100,7 +100,11 @@ in {
|
||||||
};
|
};
|
||||||
files = {
|
files = {
|
||||||
"ops.json".value = playersToOps (with players; [ engullejamones ]);
|
"ops.json".value = playersToOps (with players; [ engullejamones ]);
|
||||||
"whitelist.json".value = with players; [ engullejamones dankoszz ];
|
"whitelist.json".value = with players; [
|
||||||
|
engullejamones
|
||||||
|
dankoszz
|
||||||
|
Santos_H
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -8,4 +8,5 @@ builtins.listToAttrs (map (player: {
|
||||||
|
|
||||||
[ "engullejamones" "b65a1bc3-c6a0-4e8c-99b8-3538cfec0cfc" ]
|
[ "engullejamones" "b65a1bc3-c6a0-4e8c-99b8-3538cfec0cfc" ]
|
||||||
[ "dankoszz" "87b47db0-4dd3-469c-8dfd-c21095dadd93" ]
|
[ "dankoszz" "87b47db0-4dd3-469c-8dfd-c21095dadd93" ]
|
||||||
|
[ "Santos_H" "6bbfc884-43e0-48b6-81d3-bb52654db44d" ]
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue