some plugins can't be directly enabled by the user

develop
myk002 2022-07-29 16:05:49 -07:00
parent e513253d8d
commit 7a4e8ea18e
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
5 changed files with 11 additions and 22 deletions

@ -10,8 +10,6 @@ remote fortress visualization. See :forums:`Armok Vision <146473>`.
Usage: Usage:
``enable RemoteFortressReader``
Enable the plugin.
``RemoteFortressReader_version`` ``RemoteFortressReader_version``
Print the loaded RemoteFortressReader version. Print the loaded RemoteFortressReader version.
``load-art-image-chunk <chunk id>`` ``load-art-image-chunk <chunk id>``

@ -9,14 +9,15 @@ set how many of each clothing type every citizen should have.
Usage:: Usage::
enable autoclothing autoclothing
autoclothing <material> <item> [number] autoclothing <material> <item> [quantity]
``material`` can be "cloth", "silk", "yarn", or "leather". The ``item`` can be ``material`` can be "cloth", "silk", "yarn", or "leather". The ``item`` can be
anything your civilization can produce, such as "dress" or "mitten". anything your civilization can produce, such as "dress" or "mitten".
When invoked without a number, it shows the current configuration for that When invoked without parameters, it shows a summary of all managed clothing
material and item. orders. When invoked with a material and item, but without a quantity, it shows
the current configuration for that material and item.
Examples Examples
-------- --------

@ -10,7 +10,8 @@ orders for cutting them at a Jeweler's Workshop.
Usage: Usage:
``enable autogems`` ``enable autogems``
Enables the plugin Enables the plugin and starts autocutting gems according to its
configuration.
``autogems-reload`` ``autogems-reload``
:index:`Reloads the autogems configuration file. :index:`Reloads the autogems configuration file.
<autogems-reload; Reloads the autogems configuration file.>` You might need <autogems-reload; Reloads the autogems configuration file.>` You might need

@ -15,15 +15,11 @@ You can also use the ``burrow`` command to
Usage: Usage:
``enable burrows``
Enable the plugin for the auto-grow feature (see
``burrow enable auto-grow`` below)
``burrow enable auto-grow`` ``burrow enable auto-grow``
When a wall inside a burrow with a name ending in '+' is dug out, the burrow When a wall inside a burrow with a name ending in '+' is dug out, the burrow
will be extended to newly-revealed adjacent walls. This final '+' may be will be extended to newly-revealed adjacent walls. This final '+' may be
omitted in burrow name args of other ``burrows`` commands. Note that digging omitted in burrow name args of other ``burrows`` commands. Note that digging
1-wide corridors with the miner inside the burrow is SLOW. Be sure to also 1-wide corridors with the miner inside the burrow is SLOW.
run ``enable burrows`` for this feature to work.
``burrow disable auto-grow`` ``burrow disable auto-grow``
Disables auto-grow processing. Disables auto-grow processing.
``burrow clear-unit <burrow> [<burrow> ...]`` ``burrow clear-unit <burrow> [<burrow> ...]``

@ -2,13 +2,6 @@ power-meter
=========== ===========
Tags: Tags:
Provides the backend for `gui/power-meter`. Allows presure plates to measure power. If you run `gui/power-meter` while
building a pressure plate, the pressure plate can be modified to detects power
Usage:: being supplied to gear boxes built in the four adjacent N/S/W/E tiles.
enable power-meter
The power-meter plugin implements a modified pressure plate that detects power being
supplied to gear boxes built in the four adjacent N/S/W/E tiles.
The configuration front-end is implemented by `gui/power-meter`.