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:
``enable RemoteFortressReader``
Enable the plugin.
``RemoteFortressReader_version``
Print the loaded RemoteFortressReader version.
``load-art-image-chunk <chunk id>``

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

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

@ -15,15 +15,11 @@ You can also use the ``burrow`` command to
Usage:
``enable burrows``
Enable the plugin for the auto-grow feature (see
``burrow enable auto-grow`` below)
``burrow enable auto-grow``
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
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
run ``enable burrows`` for this feature to work.
1-wide corridors with the miner inside the burrow is SLOW.
``burrow disable auto-grow``
Disables auto-grow processing.
``burrow clear-unit <burrow> [<burrow> ...]``

@ -2,13 +2,6 @@ power-meter
===========
Tags:
Provides the backend for `gui/power-meter`.
Usage::
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`.
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
being supplied to gear boxes built in the four adjacent N/S/W/E tiles.