- Joined
- Oct 10, 2017
- Messages
- 92
- Reaction score
- 83
- First Language
- French
- Primarily Uses
- RMMV
Shop Organization v1.1
FeelZoR
FeelZoR
Free to use for Commercial and Non-Commercial.
Credits not required but highly appreciated!
You can find a more in-depth version of the TOS here.
Requested here.
Introduction
Ever wanted a better way to buy items? Bored of seeing your "Buy" tab all disorganized? Then you're in the right place, looking at the right plugin!
Shop Organization will, as said in its name, organize the shop (only the buying tab, though). You can define multiple Categories for your items to be sorted as you wish.
Features
- Create multiple categories for the buying tab of the shop.
- Organize the multiple items in these categories easily.
- Choose the default category for the items that have no category.
Screenshots


How to Use
Just put the ShopOrganization.js file into your js/plugins folder and configure it with the parameters on the right when activating the plugin.
The Categories parameter is the name of all your categories, each separated by a ';'.
eg: In the screenshots, this parameter is set to Gear;Potions;Others
DO NOT PUT A ';' AT THE END, OR IT WILL CREATE AN EMPTY CATEGORY, AND THE WINDOW WILL BE UGLY.
The Default Category parameter is to define the default category in which the items are stored if they don't have any category set in their Note.
If left blank, it will use the first category specified.
To put an item in a category, open the Database, find your item and add <shop_category:NameOfTheCategory> in the Note part.
Careful: if the plugin isn't named ShopOrganization, it won't work!
Demo
You can find a demo here.
Remember to create a new project and paste all the contents of the demo into it, as the demo doesn't have any resource file.
Script
You can find the script here.
FAQ
No FAQ yet.
Changelog
Version 1.1:
+ Supports the message escape characters such as \I[#], \V[#], ...
+ Added a parameter to set the maximum number of categories on the same line (default 4). If the number of categories is less than this parameter, this parameter will be ignored.
Version 1.0:+ Added a parameter to set the maximum number of categories on the same line (default 4). If the number of categories is less than this parameter, this parameter will be ignored.
-- Initial version.
Credit and Thanks
- FeelZoR for making the plugin
Author's Notes
As usual, do not hesitate to report me any bug, and if you feel like the code can be improved, do not hesitate to report it to me!
Last edited: