Compare commits
No commits in common. "52cb4607dbfc29b80034aabdcf4b51ca646608a1" and "2626ac99c3ab39052092aeaf268492ba10f0f3e9" have entirely different histories.
52cb4607db
...
2626ac99c3
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,6 @@
|
||||||
vrlocals = {
|
vrlocals = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.fabricServers.fabric-1_20_1;
|
package = pkgs.fabricServers.fabric-1_20_1;
|
||||||
jvmOpts = "-Xmx8G";
|
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
motd = "\\u00A7aBigChadGuys \\u00A7lPlus \\u00A7a(w/Cobblemon!) v2.6.1\\u00A7r\\n\\u00A76Have fun!";
|
motd = "\\u00A7aBigChadGuys \\u00A7lPlus \\u00A7a(w/Cobblemon!) v2.6.1\\u00A7r\\n\\u00A76Have fun!";
|
||||||
server-port = 25565;
|
server-port = 25565;
|
||||||
|
|
@ -20,6 +19,9 @@
|
||||||
enable-command-block = true;
|
enable-command-block = true;
|
||||||
sync-chunk-writes = false;
|
sync-chunk-writes = false;
|
||||||
};
|
};
|
||||||
|
whitelist = {
|
||||||
|
Toast_003 = "b3ca4afb-a3da-4a78-85c3-2292fd0787e2";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue