RPG maker MZ plugin (esp) - Crafting system
A downloadable asset pack
🛠️ Crafting System – RPG Maker MZ Plugin
Let players create their own gear, potions, and tools with a flexible crafting interface. The Crafting System plugin adds a fully event-driven crafting mechanic to your game. Players can combine materials to create items, weapons, or armors—perfect for survival games, alchemy systems, or RPGs with resource management.
✨Dependency on other plugins
- No other plugins required.
✨ Key Features
- 🧪 Custom recipes via note tags: Define crafting recipes directly in the database using simple syntax.
- 🧩 Supports all item types: Items (
i
), weapons (w
), and armors (a
). - 🖱️ Event-based activation: Open the crafting window via plugin commands in events.
- 🔍 Filter by item type: Show only recipes for items, weapons, or armors—or all at once.
- 📋 Material requirements display: Shows needed ingredients and checks inventory.
- ✅ Crafting validation: Items can only be crafted if the player has all required materials.
- 🔊 Sound feedback: Plays a sound when crafting is successful.
🧠 How It Works
- Add a recipe to any item, weapon, or armor using this format in the note box:
<Receta: i,2,1; i,3,1>
i
= item,w
= weapon,a
= armor2
= database ID1
= quantity required
- Use the plugin command
openCrafting
in an event to open the crafting window.- Optional argument:
'i'
,'w'
,'a'
to filter by item type.
- Optional argument:
- The crafting scene displays available recipes and highlights whether the player has the required materials.
📦 Installation
- Place the
.js
file in yourjs/plugins
folder. - Enable it in the Plugin Manager.
- Add recipes to items using the
<Recipe: ...>
tag. - Trigger crafting via events using the plugin command.
📜 Usage License
This plugin is free to use in both commercial and non-commercial projects, under the following conditions:
- You must credit the author: Akagiz Work's.
- You may not resell or redistribute modified versions of the plugin without permission.
Credit can be included in your game’s credits, documentation, or project page.
#################################################
🛠️ Sistema de Crafteo – Plugin para RPG Maker MZ
Permite a los jugadores crear sus propios objetos, armas y armaduras con una interfaz flexible. El plugin Sistema de Crafteo añade una mecánica de crafteo activada por eventos. Los jugadores pueden combinar materiales para fabricar objetos, armas o armaduras. Ideal para juegos de supervivencia, alquimia o RPGs con gestión de recursos.
✨Dependencias de otros plugins:
- No requiere de otros plugins.
✨ Características
- 🧪 Recetas personalizadas mediante notas: Define recetas directamente en la base de datos con una sintaxis sencilla.
- 🧩 Compatible con todos los tipos de objetos: Objetos (
i
), armas (w
) y armaduras (a
). - 🖱️ Activación por eventos: Abre la ventana de crafteo usando comandos de plugin.
- 🔍 Filtro por tipo de objeto: Muestra solo recetas de objetos, armas o armaduras—o todas a la vez.
- 📋 Visualización de materiales requeridos: Muestra los ingredientes necesarios y verifica el inventario.
- ✅ Validación de crafteo: Solo se puede fabricar si el jugador tiene todos los materiales.
- 🔊 Sonido de confirmación: Se reproduce un sonido al fabricar con éxito.
🧠 Cómo Funciona
- Añade una receta en el cuadro de notas del objeto, arma o armadura con este formato:
<Receta: i,2,1; i,3,1>
i
= objeto,w
= arma,a
= armadura2
= ID en la base de datos1
= cantidad requerida
- Usa el comando de plugin
Abrir Ventana de Crafteo
en un evento para abrir la interfaz.- Argumento opcional:
'i'
,'w'
,'a'
para filtrar por tipo.
- Argumento opcional:
- La escena de crafteo muestra las recetas disponibles y si el jugador tiene los materiales necesarios.
📦 Instalación
- Coloca el archivo
.js
en la carpetajs/plugins
. - Actívalo en el Administrador de Plugins.
- Añade recetas a los objetos usando la etiqueta
<Receta: ...>
. - Activa el crafteo mediante eventos con el comando de plugin.
📜 Licencia de uso
Este plugin es gratuito para proyectos comerciales y no comerciales, siempre que se cumpla lo siguiente:
- Se debe mantener el crédito al autor: Akagiz Work's.
- No está permitido revender el plugin ni distribuir versiones modificadas sin permiso.
Puedes incluir el crédito en los créditos del juego, en la documentación o en la página del proyecto.
Updated | 9 hours ago |
Published | 2 days ago |
Status | Released |
Category | Assets |
Author | Akagiz Works |
Tags | plugin, RPG Maker, RPG Maker MZ |
Purchase
In order to download this asset pack you must purchase it at or above the minimum price of $1 USD. You will get access to the following files:
Development log
- Hotfix Update9 hours ago
Leave a comment
Log in with itch.io to leave a comment.