Compare commits

...

1 Commits

Author SHA1 Message Date
Timo Ley df9683d2df Add execute as unstable feature 2022-02-27 19:41:39 +00:00
1 changed files with 12 additions and 0 deletions

View File

@ -36,6 +36,18 @@ In contrast to libraries, `inject` will not add that file to the classpath, but
will also overwrite classes, which are already contained in the game jar, if they will also overwrite classes, which are already contained in the game jar, if they
are also in injected file. are also in injected file.
### execute
args:
- `[location]`
- `[jar arguments]`
`execute` can be used with an executable jar file. The jar file will be executed with the given arguments and
the given location as working directory. A client should inform the user before just executing the file and
ask them for permission to do so and/or it should execute the jar in a closed environment like a container
to prevent malicous code from running.
### launch ### launch
`launch` can be used to mark the selected file as the launch file for a specific side. Files having this `launch` can be used to mark the selected file as the launch file for a specific side. Files having this