特定のアイテムの名前を特定の色で描画するプラグイン – EspItemColor.js

タイトル
Draw names of certain items with certain color.
作者名
ヘルプ
Note to certain items(weapons/armors/keyitems included) in database, and the names of the items will be colored in item lists.
Note formation:
<color COLOR>
COLOR: can be a number or a CSS style color, when it is a number, the meaning of the number is the same as that in "\C[NUMBER]" in Event#ShowText.
examples:
<color 2>
the color of the item name will be color no.2
<color #ff0000>
the color of the item name will be #ff0000, which means red
simplized ones like "#f00" are okay
<color rgb(0, 255, 0)>
the color of the item name will be rgb(0, 255, 0), which means green
<color blue>
the color of the item name will be blue
パラメータ
( なし )
ライセンス表記

紹介ページ https://github.com/esphas/EspMVPlugins/blob/master/plugins/EspItemColor.js