Add PVP option

This commit is contained in:
niten 2023-07-10 10:25:37 -07:00
parent 882bfe1d53
commit 97babc3947
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@ in {
default = false;
};
allow-pvp = mkOption {
type = bool;
default = false;
};
allocated-memory = mkOption {
type = int;
description = "Memory (in GB) to allocate to the Minecraft server.";