Skip to content

yoimerdr/rpgm-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpgm-plugins

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.

Installation

Clone this repository:

git clone https://github.com/yoimerdr/rpgm-plugins.git
cd rpgm-plugins

Clone the dependency:

git clone https://github.com/yoimerdr/jstls.git lib/jstls

Install dependencies:

pnpm install
cd .build
pnpm install

Plugins

Core Plugin (YDP_Core)

The Core plugin provides essential utilities to simplify plugin development for RPG Maker.

See more about here

Contributing

To add a new plugin:

  1. Create a new directory under src/plugins/.
  2. Add build configuration in .build/.
  3. Update this README with plugin link information.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A collection of plugins for RPG Maker. Built with TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published