This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
mcedit2/doc/plugins.rst
2016-09-06 22:48:44 -10:00

12 lines
377 B
ReStructuredText

MCEdit 2 Plugin Development
===========================
A plugin for MCEdit 2 is a Python module that defines one or more Plugin classes
and then registers them with MCEdit. These classes are instantiated once for each
Editor Session and called on by MCEdit in response to various user actions.
.. toctree::
plugin_basics
plugin_tasks
plugin_types
plugin_examples