MCreator plugins
Creating a new MCreator generator
If you want to see a generator example, you can check the Fabric Generator GitHub page here or go inside the MCreator folder/plugins. However, you can’t redistribute the official generators. Some…
Creating new AI task blocks
Making the AI block Setting up the folders To create all of the AI blocks, you will need to create a new folder inside of your main folder. The name of this folder has to be ”aitasks”. If you put…
Creating new procedure blocks
Making the procedure block Setting up the folders To create all of the procedure blocks, you will need to create a new folder inside of your main folder. The name of this folder has to be ”…
How to use Blockly in plugins
This page will explain to you how to use different options of Blockly into your plugin. This page won't explain to you how to create a plugin. It will only give you more information on what you can…
How to make a Spigot plugin
This page describes how to make a Spigot plugin for Minecraft servers in MCreator. SpigotMC is a server plugin frameworks for Minecraft servers. Spigot plugin maker MCreator inherently only supports…
How to make a Fabric based mod for Minecraft
This page describes how to make a Minecraft Fabric mod in MCreator. Fabric is a modding framework for Minecraft. It is described as a lightweight and modular open-source modding toolchain. Fabric mod…
Developing MCreator plugins
Before you start Before starting to create plugins for MCreator, you should know every aspect of MCreator. You should and have also to know basic Java and Forge coding with Forge Concepts. Finally,…