Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
MNKR Range Item Shop - MNKR_RangeItemShop.js
Plugin desc : You can use a plugin command that allows you to set the shop's product lineup by specifying a range.
License : MIT License
Author : munokura
Website : https://github.com/munokura/MNKR-MV-plugins/blob/master/MNKR_RangeItemShop.js
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_RangeItemShop.js
Download Page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_RangeItemShop.js
File name : MNKR_RangeItemShop.js
Help of plugin :
@target MV @url https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_RangeItemShop.js @plugindesc You can use a plugin command that allows you to set the shop's product lineup by specifying a range. @author munokura @license MIT License @help You can use a plugin command to set the shop's product lineup by specifying a range. -- Add product lineup -- MNKR_RangeItemShop add [Product Type (i/w/a)] [Start ID] [End ID] Example: Add items ID1 to ID10 MNKR_RangeItemShop add i 1 5 -- Open shop -- Opens a shop prepared with MNKR_RangeItemShop add. MNKR_RangeItemShop open 1 (optional) Adding a 1 at the end makes the shop a "purchase only" shop. Omitting the 1 allows buying and selling. -- Practical Example -- Open a shop for item IDs 7 to 9, weapon IDs 1 to 5, and armor IDs 2 to 6. MNKR_RangeItemShop add i 7 9 MNKR_RangeItemShop add w 1 5 MNKR_RangeItemShop add a 2 6 MNKR_RangeItemShop open Terms of Use: MIT License. http://opensource.org/licenses/mit-license.php You may modify and redistribute this without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.).