You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,8 @@ in the `/etc/minecraft/<NAME>` file
74
74
75
75
An example configuration file is supplied as `/etc/minecraft/default` with most available properties.
76
76
77
+
Use the `-c <PATH>` or `--config <PATH>` option to use a config file in a different location or with a different name
78
+
77
79
All properties in `server.properties` are available to be set.
78
80
79
81
## Ephemeral server
@@ -152,4 +154,15 @@ Many thanks to both projects for making this one possible.
152
154
- Fixed an issue with copying server-icon.png that would cause an existing world to fail to restart if a server icon exists and should be copied
153
155
- When starting, the script would only check if the desired icon file exists, which would cause the script to attempt to overwrite the icon within the server directory, leading to permission denied and the script exiting due to failure
154
156
- Added SPAWN_PROTECTION option to docker call for starting server
155
-
- Reordered environment variables checks to look a bit nicer
157
+
- Reordered environment variables checks to look a bit nicer
158
+
- 1.5
159
+
- Added command line options
160
+
-`--config <PATH>` option to specify path to a config file
161
+
-`--eula <TRUE|FALSE>` option to specify eula variable regardless of config file, allowing to start a server without needing a config file
162
+
-`--follow` option to keep the log option from the docker container to print out log entries as they happen
163
+
-`--verbose` to enable verbose messages as script runs for general debugging
164
+
-`--debug` to enable more verbose messages as script runs for more detailed debugging
165
+
- Added `print-environment` and `print-var` commands to script to print out all variables or a specific variable respectively
166
+
- Removed copying server icon from file, as it was not working without changing write permissions within server directory
167
+
- Removed `follow-log` command, functionality moved to `log --follow`
0 commit comments