50 lines
925 B
YAML
50 lines
925 B
YAML
argument_specs:
|
|
main:
|
|
options:
|
|
user:
|
|
type: str
|
|
eula:
|
|
type: bool
|
|
motd:
|
|
type: str
|
|
server_type:
|
|
type: str
|
|
choices:
|
|
- VANILLA
|
|
- BUKKIT
|
|
- SPIGOT
|
|
- CANYON
|
|
- FABRIC
|
|
- FORGE
|
|
- NEOFORGE
|
|
- MAGMA
|
|
- MAGMA_MAINTAINED
|
|
- KETTING
|
|
- MOHIST
|
|
- CATSERVER
|
|
- SPONGEVANILLA
|
|
- LIMBO
|
|
- CRUCIBLE
|
|
- CUSTOM
|
|
- PAPER
|
|
- PUFFERFISH
|
|
- PURPUR
|
|
- FOLIA
|
|
- QUILT
|
|
server_version:
|
|
type: str
|
|
online_mode:
|
|
type: bool
|
|
server_name:
|
|
type: str
|
|
difficulty:
|
|
type: str
|
|
choices:
|
|
- peaceful
|
|
- easy
|
|
- normal
|
|
- hard
|
|
max_players:
|
|
type: int
|
|
use_simd_flags:
|
|
type: bool
|