


More Colors is a lightweight extension library for YapYap that adds support for custom costume colors and skins. It provides a clean no-code system that allows other mods to register their own textures using a simple text file. This mod is intended to be used as a base dependency for color and costume packs.
com.github.darmuh.yaplocalizer)All players need this mod if everyone wants to see the custom colors and costumes.
Any mod can define new colors by supplying a PNG texture and a small configuration file.
Create your texture
Save your costume texture as a PNG file (example: myskin.png)
Place the file
Put the image file inside your own mod plugin folder
Create the config
Create a text file named konami_code.txt in the same folder as your image
The config file uses Key: Value lines and is read top to bottom. Blank lines separate entries.
Author
Sets the creator name and applies to all entries below it until changed
Name
Display name of the costume or color
FileName
Exact PNG file name including the .png extension
Language-Local
Optional localized display names. Any key containing -Local is treated as localization and routed through YapLocalizer.
Examples:
English-Local, French-Local, Japanese-Local, etc.
Author: Omnsicye
Name: Lava
English-Local: Lava
ChineseSimplified-Local: 岩浆
ChineseTraditional-Local: 岩漿
French-Local: Lave
Japanese-Local: 溶岩
Korean-Local: 용암
FileName: omnilava.png
Name: Neon
French-Local: Néon
Japanese-Local: ネオン
FileName: omnineon.png
If you are distributing a color or costume pack that depends on More Colors, include the following and list More Colors as a dependency.
Made by Omniscye / Empress
Awesome work by darmuh for the localization changes and for making the system clean and easy to use.