track whitelist.json
This commit is contained in:
parent
a7d5b829f1
commit
ec63624fac
2 changed files with 6 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
/_/
|
||||
/data/
|
||||
mods.txt
|
||||
whitelist.json
|
||||
|
|
6
whitelist.json
Normal file
6
whitelist.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"uuid": "<PLAYER_UUID>",
|
||||
"name": "<PLAYER_NAME>"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue