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.
Change Select Item Window MZ - ChangeSelectItemWindowMZ.js
Plugin desc : Change the various settings of item selecting window.
License : MIT License
Author : Sasuke KANNAZUKI
Website : https://www.rpgmakerweb.com/products/rpg-maker-mz
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MZdlcBasicResourcespluginslaunch ChangeSelectItemWindowMZ.js
File name : ChangeSelectItemWindowMZ.js
Help of plugin :
* @target MZ * @plugindesc Change the various settings of item selecting window. * @author Sasuke KANNAZUKI * * @param Switch ID * @text Switch To Work * @desc this plugin's setting is valid if and only if the switch is ON. * @type switch * @default 1 * * @param Max Columns * @desc the number of the max columns. System setting is 2. * @type number * @min 1 * @default 1 * * @param Visible Rows * @desc the number of visible rows. System setting is 4. * @type number * @max 12 * @min 1 * @default 8 * * @param X position * @desc windows x position. Set -1 to be default setting. * @type number * @min -1 * @default -1 * * @param Y position * @desc windows y position. Set -1 to be default setting. * @type number * @min -1 * @default -1 * * @param Width * @text Window Width * @desc windows width. Set -1 to be default setting. * @type number * @min -1 * @default -1 * * @command rows * @text Change Rows * @desc Change rows number * * @arg value * @text Rows number * @type number * @min 1 * @default 1 * * @command cols * @text Change Columns * @desc Change colomns number * * @arg value * @text Column number * @type number * @min 1 * @default 1 * * @command x * @text Window X * @desc Change X-coord of the window * * @arg value * @text X-coord of the window. * Set -1 to be default value. * @type number * @min -1 * @default -1 * * @command y * @text Window Y * @desc Change Y-coord of the window * * @arg value * @text Y-coord of the window. * Set -1 to be default value. * @type number * @min -1 * @default -1 * * @command width * @text Window Width * @desc Change width of the window * * @arg value * @text Width of the window. * Set -1 to be default value. * @type number * @min -1 * @default -1 * * @command reset * @text Reset * @desc Reset all change of the window * * @help * This plugin runs under RPG Maker MZ. * This plugin changes the rect of Item Select Window. * * At event command 'Select Item', Item Select Window appears. * * [Summary] * When specified switch is ON and run 'Select Item', * it displays window set in the plugin. * * [Plugin Commands] * Plugin Command enables to change properties set in the parameters. * * [License] * this plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php