Welcome to PGMV! 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.
MNKR Message Align Center MV - MNKR_MessageAlignCenterMV.js
Plugin desc : Message Centering Plugin
License : MIT License
Author : Triacontane, munokura
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_MessageAlignCenterMV.js
File name : MNKR_MessageAlignCenterMV.js
Help of plugin :
@target MV @plugindesc Message Centering Plugin @author Triacontane, munokura @url https://raw.githubusercontent.com/munokura/MNKR-MV-plugins/master/MNKR_MessageAlignCenterMV.js @license MIT License @help # Notes This plugin is a modified version of MessageAlignCenter, created by Triacontan, for RPG Maker MV. If you have any questions, please contact munokura. # How to Use 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 character will shift the drawing position to the left by the specified number of pixels. ¥ac[20] This will not be Reflectioned in the message preview. Control characters must be placed at the beginning of a line. Only one vertical alignment can be specified per line. Always place them at the beginning of the line. Right-to-left languages are not supported in this version. There are no plugin commands. # Terms of Use MIT License. http://opensource.org/licenses/mit-license.php Modifications and redistribution are permitted without the author's permission. There are no restrictions on usage (commercial, R18, etc.). @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