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

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Dark Plasma Order Shop Goods - DarkPlasma_OrderShopGoods.js

Plugin desc : Specify the order of products in your shop

License : MIT License

Author : DarkPlasma

Website : https://github.com/munokura/DarkPlasma-MZ-Plugins/blob/main/DarkPlasma_OrderShopGoods.js

Desc page : https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release

Download Page : https://raw.githubusercontent.com/munokura/DarkPlasma-MZ-Plugins/main/DarkPlasma_OrderShopGoods.js

File name : DarkPlasma_OrderShopGoods.js

Help of plugin :

@target MZ
@url https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
@plugindesc Specify the order of products in your shop
@author DarkPlasma
@license MIT

@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/DarkPlasma-MZ-Plugins ).
Original plugin by DarkPlasma.
Please check the latest official version at:
https://github.com/elleonard/DarkPlasma-MZ-Plugins/tree/release
-----

version: 1.0.0
Specifies the sort order for shop items.

Items are sorted by category: items, weapons, and armor.
Then, within each category, they are sorted according to the settings of this
plugin.
If used with DarkPlasma_OrderIdAlias to specify an ID as the sort key,
the OrderId will be used instead of the database ID.

If using with the following plugins, add this below them:
DarkPlasma_OrderIdAlias
DarkPlasma_FusionShop

@param itemSortKeys
@text Item sort order key
@type select[]
@default ["id"]
@option ID
@value id
@option price
@value price

@param weaponSortKeys
@text Weapon Order Key
@type select[]
@default ["id"]
@option ID
@value id
@option Attack Power
@value atk
@option Defense power
@value def
@option magic power
@value mat
@option magic defense
@value mdf
@option agility
@value agi
@option luck
@value luk
@option Max HP
@value mhp
@option Max MP
@value mmp
@option price
@value price
@option Weapon Type
@value wtypeId

@param armorSortKeys
@text Armor order key
@type select[]
@default ["id"]
@option ID
@value id
@option Attack Power
@value atk
@option Defense power
@value def
@option magic power
@value mat
@option magic defense
@value mdf
@option agility
@value agi
@option luck
@value luk
@option Max HP
@value mhp
@option Max MP
@value mmp
@option price
@value price
@option Equipment Type
@value etypeId
@option Armor Type
@value atypeId

@param goodsOrder
@text Product sort order
@desc Specify whether to sort in ascending or descending order according to the sorting key.
@type select
@default asc
@option ascending order
@value asc
@option descending order
@value desc

スポンサードリンク

-MZ plugins

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