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.
PANDA Keyword Color - PANDA_KeywordColor.js
Plugin desc : simplify changing the color of keywords in messages.
License : MIT License
Author : panda(werepanda.jp)
Website : https://www.werepanda.jp/
Desc page : http://www.werepanda.jp/blog/20200830005445.html
File name : PANDA_KeywordColor.js
Help of plugin :
* @target MV MZ * @plugindesc simplify changing the color of keywords in messages. * @author panda(werepanda.jp) * @url http://www.werepanda.jp/blog/20200830005445.html * * @help In messages, replace the following descriptions as follows. * You can change the text color of keywords etc. with a simple description. * <Xsome text> → ¥C[n]some text¥C[0] * "X" is one alphabet character that means the kind of word. * You can specify the color according to the kind of word, * such as blue for the person name and red for the item name etc. * * The word kinds and colors can be defined by parameters, * and the default is as follows: * N:4 (person Name : blue) * E:4 (Enemy name : blue) * P:6 (Place name : yellow) * I:2 (Item name : red) * S:2 (Skill name : red) * K:27 (other Keyword : pink) * * [License] * this plugin is released under MIT license. * https://opensource.org/licenses/mit-license.php * * @param KeyList * @text Word Kind List * @desc The list of an alphabet character that means a kind of the word, "N" as the person name, "I" as the item name etc. * @type string[] * @default ["N","E","P","I","S","K"] * * @param ColorList * @text Color Number List * @desc The list of a color number for a kind of the word. The Color Number List should correspond to the Word Kind List. * @type color[] * @default ["4","4","6","2","2","27"] * @max 31 * @min 0