Adds comments to every option in strings.yml
This commit is contained in:
13
README.md
13
README.md
@@ -55,14 +55,17 @@ In addition to just being able to repair items, blacksmiths have some random fea
|
||||
| Command | Arguments | Description |
|
||||
|-------------------|-------------------------------|----------------------------------------------------------------------------------------------|
|
||||
| /blacksmith | \<option> \[new-value] | Changes a configuration option for the selected blacksmith (use Citizens' /npc select first) |
|
||||
| /blacksmithconfig | \<reload/option> \[new-value] | Changes a default/global configuration value |
|
||||
| /blacksmithconfig | \<reload/option> \[new-value] | Changes a default/global blacksmith configuration value |
|
||||
| /scrapper | \<option> \[new-value] | Changes a configuration option for the selected scrapper (use Citizens' /npc select first) |
|
||||
| /scrapperconfig | \<reload/option> \[new-value] | Changes a default/global scrapper configuration value |
|
||||
| /preset | \<preset>\[:filter] | Displays all materials included in the given preset, after applying the filter if set |
|
||||
|
||||
For /blacksmith and /blacksmithconfig, if a new value isn't specified, the current value is displayed instead.
|
||||
For /blacksmith, /blacksmithconfig, /scrapper and /scrapperconfig, if a new value isn't specified, a description of the
|
||||
configuration option, and the current value, is displayed instead.
|
||||
|
||||
For /blacksmith, using -1 or null as the value will clear a custom value, making the NPC use the default value set in
|
||||
the config instead. Additionally, every value overridden for an NPC will display a marker (default: \[NPC]) when
|
||||
displaying the current value.
|
||||
For /blacksmith or /scrapper, using -1 or null as the value will clear a custom value, making the NPC use the default
|
||||
value set in the config instead. Additionally, every value overridden for an NPC will display a marker (default: \[NPC])
|
||||
when displaying the current value.
|
||||
|
||||
Note: basePrice, pricePerDurabilityPoint and enchantmentCost can be set like: `/blacksmithconfig option 4` or
|
||||
like `/blacksmithconfig option material/enchantment 4` depending on whether you are setting the default or an override
|
||||
|
Reference in New Issue
Block a user