mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Configure whitelist for Minecraft server
This commit is contained in:
parent
7e30bbbc86
commit
d7aea202d7
1 changed files with 7 additions and 1 deletions
|
|
@ -73,8 +73,14 @@
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
declarative = true;
|
declarative = true;
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
online-mode = false;
|
online-mode = true;
|
||||||
force-gamemode = true;
|
force-gamemode = true;
|
||||||
};
|
};
|
||||||
|
whitelist = {
|
||||||
|
paulplay15 = "1d5abc95-2fdb-4dcb-98e8-4fb5a0fba953";
|
||||||
|
Nixo = "ec79d755-c3c9-4307-bb66-b58b7c74422c";
|
||||||
|
Xavier1258 = "e9059cf3-00ef-47a3-92ee-4e4a3fea0e6d";
|
||||||
|
denisjulien3333 = "3c93e1a2-42d8-4a51-9fe3-924c8e8d5b07";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue