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.
Description Extend - DescriptionExtend.js
Plugin desc : Description Extension Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/DescriptionExtend.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/DescriptionExtend.js
File name : DescriptionExtend.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/DescriptionExtend.js @plugindesc Description Extension Plugin @author Triacontane @license MIT License @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/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- DescriptionExtend.js Extends the description field in the Help window. Allows you to display lines 3 and beyond. Set the following in the memo field: <ExtendDesc:aaa> // Adds [aaa] to the description field. <ExtendedDesc:aaa> // Same as above. Using this plugin to expand the description field may result in the display width of other items becoming smaller, or some items becoming invisible. Please resolve this issue on your own. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, R18, etc.). This plugin is now yours. @param swapDescription @text Description Replace @desc Ignores the original description and replaces it with the value in the memo field. If OFF, it will be displayed on the next line after the original description. @type boolean @default true @param helpLines @text Help Lines @desc Specify this if you want to change the height of the help window. 0 does nothing. @type number @default 0 @param helpLinesByScene @text Number of lines of help per scene @desc Specify this if you want to change the height of the help window for each scene. If not specified, the common setting will be applied. @type struct<Line>[] @default [] @param validSwitch @text Enable Switch @desc The plugin will be enabled only when the switch with the specified number is ON. If it is 0, it will always be enabled. @type switch @default 0