Add PVP option
This commit is contained in:
parent
882bfe1d53
commit
97babc3947
|
@ -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.";
|
||||
|
|
Loading…
Reference in New Issue