A downloadable asset pack

Buy Now$1.00 USD or more

🛠️ 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 = armor
    • 2 = database ID
    • 1 = 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.
  • The crafting scene displays available recipes and highlights whether the player has the required materials.

📦 Installation

  1. Place the .js file in your js/plugins folder.
  2. Enable it in the Plugin Manager.
  3. Add recipes to items using the <Recipe: ...> tag.
  4. 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 authorAkagiz 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 = armadura
    • 2 = ID en la base de datos
    • 1 = 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.
  • La escena de crafteo muestra las recetas disponibles y si el jugador tiene los materiales necesarios.

📦 Instalación

  1. Coloca el archivo .js en la carpeta js/plugins.
  2. Actívalo en el Administrador de Plugins.
  3. Añade recetas a los objetos usando la etiqueta <Receta: ...>.
  4. 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 autorAkagiz 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
StatusReleased
CategoryAssets
AuthorAkagiz Works
Tagsplugin, RPG Maker, RPG Maker MZ

Purchase

Buy Now$1.00 USD or more

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:

SistemaDeCrafteo.js 13 kB

Development log

Leave a comment

Log in with itch.io to leave a comment.