Plugins
LeafMCBE Plugin Guidance.
To create a plugin on LeafMCBE, you have to create a index.js file in ./leaf/plugins/<folder>
FAQ:
1. Where this.api
coming from?
this.api
coming from?this
is a instance of class, it exist from every class. is exists this.api
from the base class Plugin.
Last updated