20 lines
530 B
ReStructuredText
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>`_
|
|
|