An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

Dark Plasma Shop Stock - DarkPlasma_ShopStock.js

Plugin desc : Shop with stock plugin

License : MIT License

Author : DarkPlasma

Website : https://github.com/elleonard/RPGtkoolMV-Plugins/blob/master/plugins/deprecated/DarkPlasma_ShopStock.js

Download Page : https://raw.githubusercontent.com/elleonard/RPGtkoolMV-Plugins/master/plugins/deprecated/DarkPlasma_ShopStock.js

File name : DarkPlasma_ShopStock.js

Help of plugin :

* @plugindesc Shop with stock plugin
 * @author DarkPlasma
 * @license MIT
 *
 * @param stockIdVariable
 * @desc use stock with ID setting by this variable.
 * @text Variable for stock ID
 * @type variable
 * @default 0
 *
 * @param stockNumberLabel
 * @desc label for stock count
 * @text stock count label
 * @type string
 * @default stock
 *
 * @param soldOutLabel
 * @desc label for sold out
 * @text sold out label
 * @type string
 * @default sold out
 *
 * @param shopStock
 * @desc shop stock setting
 * @text shop stock setting
 * @type struct<ShopStockEn>[]
 * @default []
 *
 * @param Supply Stock When Sell Item
 * @desc supply stock when sell the item
 * @text supply stock when sell
 * @type boolean
 * @default false
 *
 * @param Sold Out Item At Bottom
 * @desc Display sold item at bottom of shop
 * @text sold out item at bottom
 * @type boolean
 * @default true
 *
 * @help
 * This plugin is already deprecated.
 * Please download new version from following repository.
 * https://github.com/elleonard/DarkPlasma-MV-Plugins/tree/release
 * 
 * You can set shop item stock.
 * Default stock ID is 1.
 * If you don't set stock count of item,
 * the item stock is infinite.
 *
 * With this plugin, RMMV savedata includes stock data.
 *
 * You can set different stock count between same item id in same stock setting.
 * e.g.) One potion is 30 stocked, another is 10.
 * If you set stock count in this order and set multi same items to shop goods,
 * shop display them in the same order.
 * (Stock count of potion displayed upper is 30, lower is 10.)
 * Please note that if you set "supply stock when sell" is true,
 * and sell item that is multi displayed in shop,
 * the only top item of the same id is supplied.
 *
 * If you set different price between same item id in the same shop,
 * please consider that you use DarkPlasma_AnotherPriceInSameShop.js.
 * Then, please add this plugin lower position than it.

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.