mcpyproject / McPy

A open source Minecraft server written 100% in Python
GNU Affero General Public License v3.0
82 stars 16 forks source link

Plugin API #67

Open hydrostaticcog opened 3 years ago

hydrostaticcog commented 3 years ago

Adding a plugin system is integral to this project, and we will need to develop it soon, maybe even before (or during) the world generation. Some things we will need:

This might go hand-in-hand with a command implementation (outlined in #23), so this may need to be pushed back until then.

hydrostaticcog commented 3 years ago

Will not be added until after Command API is implemented.