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.
NUUN Item Name Color - NUUN_ItemNameColor.js
Plugin desc : Item/skill name color
License : MIT License
Author : NUUN
Website : https://github.com/nuun888/MZ/blob/master/NUUN_ItemNameColor.js
Download Page : https://raw.githubusercontent.com/nuun888/MZ/master/NUUN_ItemNameColor.js
File name : NUUN_ItemNameColor.js
Help of plugin :
* @target MZ * @plugindesc Item/skill name color * @author NUUN * @base NUUN_Base * @orderAfter NUUN_Base * @version 1.1.3 * * @help * You can specify the color for item and skill text. * * Item/Skill notes * <NameColor:[id]> Change the text color of item and skill names. [id]: color index * Example:<NameColor:17> The text color of items and skills will be the 17th color of the color index. * <NameColor:#RRGGBB> Specify a color code. * Example:<NameColor:#00bfff> * * * Terms of Use * This plugin is distributed under the MIT license. * * Log * 10/19/2024 Ver.1.1.3 * Fixed some plugin conflicts. * 12/17/2022 Ver.1.1.2 * Changed the display in languages other than Japanese to English. * Processing fixes. * 5/10/2021 Ver.1.1.1 * Fixed the problem that an error occurs when selecting equipment on the equipment screen when using ”EquipScene_Extension” together. * 3/10/2021 Ver.1.1.0 * Supports color code. * 3/6/2021 Ver.1.0.2 * Changed not to process if the text color has already been changed by another plug-in. * 2/7/2021 Ver.1.0.1 * Changed the timing of processing to return text color. * 2/6/2021 Ver.1.0.0 * First edition.