An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

Window Help R - WindowHelpR.js

Plugin desc : ver1.011/The help text size can be changed, the layout can be centered, and information can be displayed in the four corners of the frame.

License : MIT License

Author : Yana

Website : https://w.atwiki.jp/pokotan/pages/3.html

Desc page : https://github.com/munokura/Yana-MV-plugins

Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Menu/WindowHelpR.js

File name : WindowHelpR.js

Help of plugin :

@plugindesc ver1.011/The help text size can be changed, the layout can be centered, and information can be displayed in the four corners of the frame.
@author Yana
@url https://github.com/munokura/Yana-MV-plugins
@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/Yana-MV-plugins ).
Original plugin by Yana.
-----
There are no plugin commands.
------------------------------------------------------
------------------------------------------------------
How to Use
------------------------------------------------------
This plugin works simply by installing it.
You can change its content by setting plugin parameters.

The text displayed in the frame:
_price → Changes to the selling price of the item
_value → Changes to the item's value (value is set in the item's note as <value:xxx> or <value:xxx>)
_element → Changes to the skill Elements (if the Ex Elements is set in the StatusUpReward settings, that Elements is displayed)
_meta[xxx] → Changes to the △△△ in the <xxx:△△△> field in the item's note
_categories → Changes to secondary category (only if the SecondaryCategories plugin is installed)
_weight → Changes to weight (only if the LimitPossession plugin is installed)

If any of these are set, the text will be hidden if the destination value is 0, an empty array, or an empty string.

-----------------------------------------------------
Terms of Use
------------------------------------------------------
This plugin is released under the MIT License.
http://opensource.org/licenses/mit-license.php
------------------------------------------------------
Update History:
ver1.031:180411
Updated plugin parameter specifications to 1.5.0.
ver1.01:170104
Fixed a bug where frame text displayed on the left side was not positioned correctly.
ver1.00:
Released

@param FontSize
@desc Font size for the help window. If left blank, the default value will be used.
@default 22
@type number

@param FrameTextFontSize
@desc The font size of the text displayed in the frame.
@default 18
@type number

@param ItemTopLeftText
@desc The text to display in the top left corner of the item's help. Control characters are allowed.

@param ItemTopRightText
@desc The text to display in the top right corner of the item's help. Control characters are allowed.
@default ¥c[6]<Price:¥c[0]_price¥c[6]>

@param ItemBottomLeftText
@desc The text to display in the bottom left of the item's help. Control characters are allowed.

@param ItemBottomRightText
@desc The text to display in the bottom right corner of the item's help. Control characters are allowed.
@default ¥c[4]<_meta[category]>

@param SkillTopLeftText
@desc This is the text to display in the upper left corner of the skill help. Control characters can be used.

@param SkillTopRightText
@desc This is the text to display in the upper right corner of the skill help. Control characters can be used.
@default ¥c[4]<Element:_element>

@param SkillBottomLeftText
@desc This is the text to display in the bottom left of the skill help. Control characters can be used.

@param SkillBottomRightText
@desc This is the text to display in the bottom right of the skill help. Control characters can be used.

@param FrameTextPaddingX
@desc Padding X for the text to display in the box.
@default 12
@type number

@param FrameTextPaddingY
@desc Padding Y for the text to display in the frame.
@default 6
@type number

@param HideCategories
@desc [Only available when SecondaryCategories is installed] Categories that are hidden when categories are displayed.
@default All,Items,Weapons,Armors,Key Items

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.