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.
NUUN Fast Travel Sub Window - NUUN_FastTravel_SubWindow.js
Plugin desc : Fast Travel Subwindow
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_FastTravel_SubWindow.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_FastTravel_SubWindow.js
File name : NUUN_FastTravel_SubWindow.js
Help of plugin :
* @target MZ * @plugindesc Fast Travel Subwindow * @author NUUN * @base NUUN_Base * @base NUUN_MenuParamListBase * @base NUUN_FastTravel * @orderAfter NUUN_Base * @orderAfter NUUN_MenuParamListBase * @orderAfter NUUN_FastTravel * @version 1.0.0 * * @help * Displays a window that displays information about a specific location in FastTravel. * This plugin is an extension plugin for "NUUN_FastTravel". * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 5/17/2025 Ver.1.0.0 * First edition. * * @param FastTravelSubWindowSetting * @text Fast Travel Sub Window Settings * @default ------------------------------ * * @param FastTravelSubParamList * @desc Configure the items in the fast travel subwindow. * @text Fast Travel Sub-Item Settings * @type struct<FastTravelSub>[] * @default * @parent FastTravelSubWindowSetting * * @param FastTravelSubWindowX * @text Fast travel subwindow X coordinate * @desc Sets the X coordinate of the fast travel subwindow. * @type number * @default 0 * @min -9999 * @parent FastTravelSubWindowSetting * * @param FastTravelSubWindowY * @desc Sets the Y coordinate of the fast travel subwindow. * @text Fast travel subwindow Y coordinate * @type number * @default 68 * @min -9999 * @parent FastTravelSubWindowSetting * * @param FastTravelSubWindowWidth * @desc Sets the width of the fast travel subwindow. * @text Fast travel subwindow width * @type number * @default 240 * @min 0 * @parent FastTravelSubWindowSetting * * @param FastTravelSubWindowRows * @desc Sets the number of rows in the fast travel subwindow. * @text Fast travel subwindow rows * @type number * @default 10 * @min 1 * @parent FastTravelSubWindowSetting * * @param FastTravelSubWindowVisible * @text Fast travel window opacity * @desc Makes the fast travel window opaque. * @type boolean * @default true * @parent FastTravelSubWindowSetting *