Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 828 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 828 Bytes

RPG Maker MV plugin writing tutorials

This repository is a collection of text-based tutorials for writing RPG Maker MV plugins.


Open Source

This repository is open-source, and anyone is welcome to contribute to it! Please read CONTRIBUTING.md for guidelines.

All code is licensed under the MIT License, please see the LICENSE file for more details.


Issues

Any issues with the tutorial can be raised on the Issues tab. Please be sure to include which tutorial and which steps have issues.


Tutorials

Read Notetag Data - Beginner

Learn how to write a plugin that reads notetag data from the database, display that data on the status menu, and create a plugin command!