Add whitelist entries
This commit is contained in:
parent
eaf9820f3f
commit
6a906d0fb9
1 changed files with 10 additions and 0 deletions
|
@ -5,5 +5,15 @@
|
||||||
|
|
||||||
services.minecraft = {
|
services.minecraft = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
whitelist = [
|
||||||
|
{
|
||||||
|
uuid = "45821aee-c1f4-4a47-af23-6e2983f37ce6";
|
||||||
|
name = "DragonKing337";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
uuid = "a6578f9a-288d-44af-8f43-e6402b126bb6";
|
||||||
|
name = "DarkKirb";
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue