track whitelist.json

This commit is contained in:
Kim, Jimin 2025-04-14 14:51:41 +09:00
parent a7d5b829f1
commit ec63624fac
Signed by: pomp
GPG key ID: D3932F82A0667A3B
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,4 +1,3 @@
/_/
/data/
mods.txt
whitelist.json

6
whitelist.json Normal file
View file

@ -0,0 +1,6 @@
[
{
"uuid": "<PLAYER_UUID>",
"name": "<PLAYER_NAME>"
}
]