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.
Message Align Center - MessageAlignCenter.js
Plugin desc : Message Centering Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/MessageAlignCenter.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/MessageAlignCenter.js
File name : MessageAlignCenter.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/MessageAlignCenter.js @plugindesc Message Centering 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 ----- MessageAlignCenter.js This allows you to center or right-align messages, skill descriptions, and other text. You can change the alignment by placing the following control characters at the beginning of a line. ¥ac: Center alignment ¥ar: Right alignment ¥vc: Vertical center alignment ¥vb: Vertical bottom alignment Adding a number after the control character will shift the drawing position to the left by the specified number of pixels. ¥ac[20] This will not be reflected in the message preview. Control characters must be placed at the beginning of a line. Only one vertical alignment can be specified per sentence. Always place them at the beginning of the sentence. Right-to-left languages are not supported in the current version. 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 from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param escapeCharacterCenter @text Centering control characters @desc This is a control character to center the message. Normally you can use it as is, but if it conflicts with other plugins, change it. @default ac @param escapeCharacterRight @text Right-justified control characters @desc This is a control character that aligns the message to the right. Normally, you can use it as is, but if it conflicts with other plugins, change it. @default ar @param escapeCharacterVCenter @text Vertically centered control characters @desc This is a control character that vertically centers the message. Normally, you can use it as is, but if it conflicts with other plugins, change it. @default vc @param escapeCharacterVBottom @text Vertically aligned control characters @desc This is a control character that vertically aligns the message to the bottom. Normally, you can use it as is, but if it conflicts with other plugins, change it. @default vb