A comprehensive collection of plugins designed for RPG Maker MV and MZ projects. These plugins are built with TypeScript for better maintainability, type safety, and performance, providing essential utilities and advanced features to streamline game development and extend functionality.
Clone this repository:
git clone https://github.com/yoimerdr/rpgm-plugins.gitcd rpgm-pluginsClone the dependency:
git clone https://github.com/yoimerdr/jstls.git lib/jstlsInstall dependencies:
pnpm installcd .buildpnpm installThe Core plugin provides essential utilities to simplify plugin development for RPG Maker.
See more about here
To add a new plugin:
- Create a new directory under
src/plugins/. - Add build configuration in
.build/. - Update this README with plugin link information.
This project is licensed under the MIT License - see the LICENSE file for details.