Welcome to PGMZ! 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.
Item Slot - ItemSlot.js
Plugin desc : Itemslot plugin.
License : MIT License
Author : BananaPepperTK
Website : https://github.com/sevenspice/ItemSlot/blob/master/ItemSlot.js
Download Page : https://raw.githubusercontent.com/sevenspice/ItemSlot/master/ItemSlot.js
File name : ItemSlot.js
Help of plugin :
* @target MZ * @plugindesc Itemslot plugin. * @author BananaPepperTK * * @help Displays item slots on the map. * * For more information * https://github.com/sevenspice/ItemSlot * * @param BackgroundColor * @desc Slot Background Color. * @default 0x000000 * * @param SlotCount * @desc Number of slots. min:1 max:9 * @default 5 * * @param SlotMarginLeft * @desc Left margin between slots. * @default 10 * * @param SlotMarginRight * @desc Right margin between slots. * @default 10 * * @param SlotMarginTop * @desc Top margin on the slot. * @default 10 * * @param SlotMarginBottom * @desc Bottom margin of the slot. * @default 10 * * @param VerticalAlign * @desc Item slot placemen. BOTTOM or TOP * @default BOTTOM * * @param SlotFontSize * @desc The font size of the numbers to be drawn in the slot. * @default 10 * * @param ItemSlotFontSize * @desc Font size of the numbers to be drawn in the item list. * @default 15 * * @param LineWeight * @desc Selection Box Line Thickness. * @default 2 * * @param LineColor * @desc Selection Box Color. * @default 0xF0E68C * * @param LineMargin * @desc The top, bottom, left and right margins of the selection frame. * @default 8 * * @command create * @text create * @desc Generates an item slot. * * @command show * @text show * @desc Displays the item slot. * * @command update * @text update * @desc Updates the item slot with the items you currently own. * * @command hide * @text hide * @desc Hide the item slot.