|
|
@ -22,4 +22,8 @@ minecraft:init-binary "$version" |
|
|
|
threads=$(options-get threads) || exit 1 |
|
|
|
mem=$(options-get mem) || exit 1 |
|
|
|
|
|
|
|
minecraft:init-command "$threads" "$mem" |
|
|
|
minecraft:init-command "$threads" "$mem" |
|
|
|
|
|
|
|
|
|
|
|
whitelist=$(options-get whitelist) || true |
|
|
|
minecraft:make-whitelist "$whitelist" |