Fixed formatting

This commit is contained in:
Kasra Bigdeli 2022-07-31 08:02:40 -07:00
parent 69fbfaa172
commit f5453a07ba
1 changed files with 8 additions and 8 deletions

View File

@ -30,14 +30,14 @@ caproverOneClickApp:
id: $$cap_eula id: $$cap_eula
- label: Docker Image Version - label: Docker Image Version
description: Choose a Tag from https://hub.docker.com/r/itzg/minecraft-bedrock-server/tags description: Choose a Tag from https://hub.docker.com/r/itzg/minecraft-bedrock-server/tags
defaultValue: "2022.1.0" defaultValue: '2022.1.0'
id: $$cap_version id: $$cap_version
- label: Bedrock Server Version - label: Bedrock Server Version
description: Can be set to a specific server version or the following special values can be used, check https://github.com/itzg/docker-minecraft-bedrock-server#container-specific description: Can be set to a specific server version or the following special values can be used, check https://github.com/itzg/docker-minecraft-bedrock-server#container-specific
defaultValue: LATEST defaultValue: LATEST
id: $$cap_bs_version id: $$cap_bs_version
- label: Game Server Name - label: Game Server Name
description: Used as the server name. Cannot contain a ":" (colon). description: Used as the server name. Cannot contain a ":" (colon).
defaultValue: '' defaultValue: ''
id: $$cap_bs_name id: $$cap_bs_name
- label: Game Server Port (TCP/UDP) - label: Game Server Port (TCP/UDP)
@ -48,15 +48,15 @@ caproverOneClickApp:
description: Comma Separated list of XUIs that will be the server OPs description: Comma Separated list of XUIs that will be the server OPs
defaultValue: '' defaultValue: ''
id: $$cap_bs_ops id: $$cap_bs_ops
- label: Game Mode - label: Game Mode
description: Defines the mode of gameplay. survival, creative, adventure, spectator description: Defines the mode of gameplay. survival, creative, adventure, spectator
defaultValue: 'survival' defaultValue: 'survival'
id: $$cap_bs_gamemode id: $$cap_bs_gamemode
- label: Difficulty - label: Difficulty
description: Sets the difficulty of the world. peaceful, easy, normal, hard description: Sets the difficulty of the world. peaceful, easy, normal, hard
defaultValue: 'normal' defaultValue: 'normal'
id: $$cap_bs_difficulty id: $$cap_bs_difficulty
- label: Allowlist? - label: Allowlist?
description: If true then all connected players must be listed on variable 'ALLOW_LIST_USERS' description: If true then all connected players must be listed on variable 'ALLOW_LIST_USERS'
defaultValue: 'true' defaultValue: 'true'
id: $$cap_bs_allowlist id: $$cap_bs_allowlist
@ -64,11 +64,11 @@ caproverOneClickApp:
description: This list is player names, not XUIs description: This list is player names, not XUIs
defaultValue: 'some_user_name' defaultValue: 'some_user_name'
id: $$cap_bs_allowlist_users id: $$cap_bs_allowlist_users
- label: Player Idle time - label: Player Idle time
description: After a player has idled for this many minutes they will be kicked. If set to 0 then players can idle indefinitely. description: After a player has idled for this many minutes they will be kicked. If set to 0 then players can idle indefinitely.
defaultValue: '0' defaultValue: '0'
id: $$cap_bs_idle id: $$cap_bs_idle
- label: Allo Cheats - label: Allo Cheats
description: After a player has idled for this many minutes they will be kicked. If set to 0 then players can idle indefinitely. description: After a player has idled for this many minutes they will be kicked. If set to 0 then players can idle indefinitely.
defaultValue: 'true' defaultValue: 'true'
id: $$cap_bs_cheats id: $$cap_bs_cheats