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/plugin_examples.rst
2016-09-06 22:48:44 -10:00

20 lines
530 B
ReStructuredText

Plugin Examples
===============
Simple Options
--------------
This plugin demonstrates the use of the `SimpleCommandPlugin` class and its `options`
list.
`simple_options.py source code <https://github.com/mcedit/mcedit2/blob/master/src/plugins/simple_options.py>`_
World Editing
-------------
This plugin demonstrates how to read and change blocks, and how to find entities and
modify entity attributes.
`world_editing_demo.py source code <https://github.com/mcedit/mcedit2/blob/master/src/plugins/world_editing_demo.py>`_