diff --git a/docs/LOOT Metadata Syntax.html b/docs/LOOT Metadata Syntax.html index be32cc12..ba691202 100644 --- a/docs/LOOT Metadata Syntax.html +++ b/docs/LOOT Metadata Syntax.html @@ -422,7 +422,7 @@ nav: 0
| Key Name | Data Type | Required | Notes | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name | string | ✓ | Can be an exact plugin filename or a regular expression plugin filename. If the period that precedes the file extension has been escaped (eg. \.esp, \.esm), the string is treated as a regular expression, otherwise it is treated as an exact filename.
+ | ||||||||||||||||||||
name | string | ✓ | Can be an exact plugin filename or a regular expression plugin filename. If the filename contains any of the characters :\*?|, the string will be treated as a regular expression, otherwise it will be treated as an exact filename. For example, Example\.esm will be treated as a regular expression, as it contains a \ character.
| ||||||||||||||||||||
enabled | boolean | ✗ | Enables or disables use of the plugin object. Used for user rules, but no reason to use it in the masterlist. If unspecified, defaults to true.
| ||||||||||||||||||||
priority | integer | ✗ | Modifies plugin position relative to others that change one or more of the same records, but which are otherwise unrelated (ie. neither plugin lists the other as a master, requirement, or in its after list). Plugins that don't change any of the same records are not compared, unless:
Location | ver keyYes | No
| Location | name keyNo | Yes
| many("regex") condition functionNo | Yes
+ | Regex plugin entries | Must end with | \.esp or \.esm.Must contain any of | :\*?|
| |||||||||