Update Setting

API 3.0

With this option you can update a setting from your plug-in. This will overwrite the user setting.

{
  "type":"settingUpdate",
  "name":"name of setting"
  "value":"value to set"
}
Key Type Req. API Description
type Text yes 3.0 The type of message. "settingUpdate" is the type to update a setting.
name Text yes 3.0 The name of the settings, should be case sensitive correct
value Text yes 3.0 The new value the setting should hold