You can find here bunch of plugins made for RPG Paper Maker. If you want to have yours displayed here too, please check the instructions.

woods

Skip title

Skips the title screen and goes directly into New Game option. This way you can handle your title screen from an empty map, completely customizable with default engine commands or…
woods

Raycaster

This plugin has two main contributions: it enables JS mouse event listeners, and it implements the ThreeJS raycaster function. The event listeners trigger RPM events. Change the plugin parameters and…
battle

party_presence

All it does is limit your party’s battlers to the first few at the top of the party order. You input a size limit via the plugin UI and set…
woods

Move in all directions

This plugin adds a simple command to move any map object a step (not a square) in any direction, defined by angle (in degrees) and not orientation. Does not work…
woods

Model Load on Map Load

Uses JSON Model Loader to automatically load models on map load. You must also be using the JSON Model Loader plugin. To use this plugin, in an event name have…
image (1)

Light

Literally, it’s just lights. Three JS lights, more specifically (ambient, hemisphere, directional, point and spot lights). And shadows. And custom shader support, but I recommend you stick to this one…
jsonModelLoader

JSON Model Loader

Allows you to load animated models into your game. They come with their own textures, too. Download or create GLTF/GLB animated models and convert them at https://threejs.org/editor/ First, load the…
battle

JollyFlipAnimation

Allows you to mark an Animation as flippable, and will flip according to the user of the animation on the vertical axis. This will also invert the x location of…
pic

GLTF Loader

This plugin allows you to load animated and pre-textured GLTF models into your game. How to use: first, load the model you want into a map object. This will replace…
woods

Gamepad

This plugin adds gamepad support. The analog sticks work on the menus as well. You can change the deadzone and there are triggers to enable you to set up the…