# PluginGenerator **Repository Path**: cdc12345/PluginGenerator ## Basic Information - **Project Name**: PluginGenerator - **Description**: A plugin generator for mcreator - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-01 - **Last Updated**: 2026-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PluginGenerator [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![MCreator](https://img.shields.io/badge/MCreator-2026.1+-blue.svg)](https://mcreator.net/) **PluginGenerator** – 一个专门为 [MCreator](https://mcreator.net/) 设计的插件生成器。 **PluginGenerator** – A plugin generator specifically designed for MCreator. 它可以快速生成 MCreator 插件的基础结构,帮助开发者专注于业务逻辑而非重复的样板代码。 ### Requirement - Java 21 or higher - MCreator 2026.1+ ### Build ```bash git clone https://github.com/yourusername/PluginGenerator.git cd PluginGenerator ./gradlew build