homelab/roles/minecraft/meta/argument_specs.yml

51 lines
925 B
YAML
Raw Normal View History

2024-11-19 14:49:05 +05:00
argument_specs:
main:
options:
2024-11-22 01:39:59 +05:00
user:
type: str
2024-11-19 14:49:05 +05:00
eula:
type: bool
2024-11-22 01:39:59 +05:00
motd:
type: str
2024-11-19 14:49:05 +05:00
server_type:
type: str
2024-11-22 01:39:59 +05:00
choices:
- VANILLA
- BUKKIT
- SPIGOT
- CANYON
- FABRIC
- FORGE
- NEOFORGE
- MAGMA
- MAGMA_MAINTAINED
- KETTING
- MOHIST
- CATSERVER
- SPONGEVANILLA
- LIMBO
- CRUCIBLE
- CUSTOM
- PAPER
- PUFFERFISH
- PURPUR
- FOLIA
- QUILT
2024-11-19 14:49:05 +05:00
server_version:
type: str
online_mode:
type: bool
server_name:
type: str
difficulty:
type: str
2024-11-22 01:39:59 +05:00
choices:
- peaceful
- easy
- normal
- hard
max_players:
type: int
use_simd_flags:
type: bool