We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397945f commit db5a1d1Copy full SHA for db5a1d1
tasks/configure.yml
@@ -2,7 +2,7 @@
2
# We send the stop command to the stdin to stop the server right after it
3
# starts.
4
- name: generate server.properties
5
- shell: echo "/stop" | java -jar {{ minecraft_jar }} nogui
+ shell: echo "stop" | java -jar {{ minecraft_jar }} nogui
6
args:
7
creates: server.properties
8
chdir: "{{ minecraft_home }}"
0 commit comments