mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-23 23:18:28 +00:00
Add missing commands to readme
This commit is contained in:
parent
c340ba5ba0
commit
3bc935302f
@ -160,6 +160,20 @@ Common Options
|
|||||||
`--spinner`::
|
`--spinner`::
|
||||||
Uses a spinner for progress
|
Uses a spinner for progress
|
||||||
|
|
||||||
|
`--arkopt,{option}`::
|
||||||
|
Adds the specified option to the server command line; used with `run`, `start`, and `restart`.
|
||||||
|
+
|
||||||
|
Options can be of the form:
|
||||||
|
|
||||||
|
`-<option>`;;
|
||||||
|
Equivalent to adding `arkflag_<option>=true` for this run
|
||||||
|
`-<option>=<value>`;;
|
||||||
|
Equivalent to adding `arkopt_<option>=<value>` for this run
|
||||||
|
`<option>`;;
|
||||||
|
Equivalent to adding `ark_<option>=""` for this run
|
||||||
|
`<option>=<value>`;;
|
||||||
|
Equivalent to adding `ark_<option>=<value>` for this run
|
||||||
|
|
||||||
Instanceless commands
|
Instanceless commands
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
@ -328,6 +342,9 @@ instances.
|
|||||||
Runs the `uninstallmod` command followed by the `installmod`
|
Runs the `uninstallmod` command followed by the `installmod`
|
||||||
command
|
command
|
||||||
|
|
||||||
|
`list-mods`::
|
||||||
|
Lists the mods in the config and/or installed in the server directory
|
||||||
|
|
||||||
`enablemod <modnum>`::
|
`enablemod <modnum>`::
|
||||||
`enablemod <modnum>=<modtype>`::
|
`enablemod <modnum>=<modtype>`::
|
||||||
Enables the `arkmod_<modnum>` setting in the instance config.
|
Enables the `arkmod_<modnum>` setting in the instance config.
|
||||||
@ -345,6 +362,9 @@ Mod types:
|
|||||||
`totalconversion`;;
|
`totalconversion`;;
|
||||||
The `TotalConversionMod` mod
|
The `TotalConversionMod` mod
|
||||||
|
|
||||||
|
`disablemod <modnum>`::
|
||||||
|
Disables the `arkmod_<modnum>` setting in the instance config.
|
||||||
|
|
||||||
`backup`::
|
`backup`::
|
||||||
Backs up the saved world and game config files to a compressed
|
Backs up the saved world and game config files to a compressed
|
||||||
tar file in the backups directory specified in the config
|
tar file in the backups directory specified in the config
|
||||||
@ -367,6 +387,12 @@ Mod types:
|
|||||||
`status`::
|
`status`::
|
||||||
Prints the status of the ARK server
|
Prints the status of the ARK server
|
||||||
|
|
||||||
|
`printconfig`::
|
||||||
|
Prints the config option names and which file they were found in
|
||||||
|
|
||||||
|
`getpid`::
|
||||||
|
Prints the server PID
|
||||||
|
|
||||||
`install-cronjob <command>`::
|
`install-cronjob <command>`::
|
||||||
Installs a cron job that executes the specified command.
|
Installs a cron job that executes the specified command.
|
||||||
This accepts any of the options the specified command accepts,
|
This accepts any of the options the specified command accepts,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user