Skip to content

Commit

Permalink
minecraft-server: Fix question description for
Browse files Browse the repository at this point in the history
  • Loading branch information
0SkillAllLuck committed Oct 28, 2021
1 parent e5bd3d6 commit a936b96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/minecraft-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: minecraft-server
version: 0.1.900
version: 0.1.901
appVersion: v0.1.9
description: Docker Minecraft Server image with support for Plugins etc.
home: https://github.com/qumine/minecraft-server
Expand Down
8 changes: 4 additions & 4 deletions charts/minecraft-server/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@ questions:
- variable: server.customCommand
if: "server.eula == true && server.type == \"CUSTOM\""
default: "java"
description: The download URL for the custom server.jar to install
description: The custom command to execute
type: string
required: true
label: Custom URL
label: Custom Command
group: Server
- variable: server.customArgs
if: "server.eula == true && server.type == \"CUSTOM\""
default: "-jar,server.jar,nogui"
description: The download URL for the custom server.jar to install
description: Custom args passed to the customCommand
type: string
required: true
label: Custom URL
label: Custom Args
group: Server
- variable: server.starterJarURL
if: "server.eula == true && server.type == \"STARTER\""
Expand Down

0 comments on commit a936b96

Please sign in to comment.