addonscript-spec/docs/schema/install.md
Timo Ley 006adfec92
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
instance addon overhaul
2023-02-03 16:20:43 +01:00

568 B

Install Object

{
  "action": "move",
  "args": ["./mods"],
  "side": "both"
}

Required properties

action

This is the install action, which will be used at this installation step.

Optional properties

args

This is an array of arguments for the install action. Each of them takes other arguments.

side

This specifies, for which side this install action should be performed. Valid values are client, server and both. If this property is not present, it defaults to both.