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
];
};
};
};