1
0
Fork 0

Add Santos_H to minecraft whitelist

This commit is contained in:
Avery 2025-07-18 13:57:30 +00:00
parent 0f3bae33c7
commit 5fdbe34741
Signed by: Avery
GPG key ID: B684FD451B692E04
2 changed files with 6 additions and 1 deletions

View file

@ -100,7 +100,11 @@ in {
};
files = {
"ops.json".value = playersToOps (with players; [ engullejamones ]);
"whitelist.json".value = with players; [ engullejamones dankoszz ];
"whitelist.json".value = with players; [
engullejamones
dankoszz
Santos_H
];
};
};
};

View file

@ -8,4 +8,5 @@ builtins.listToAttrs (map (player: {
[ "engullejamones" "b65a1bc3-c6a0-4e8c-99b8-3538cfec0cfc" ]
[ "dankoszz" "87b47db0-4dd3-469c-8dfd-c21095dadd93" ]
[ "Santos_H" "6bbfc884-43e0-48b6-81d3-bb52654db44d" ]
])