Denizen/0.7/Color Codes: Difference between revisions
From Citizens Wiki
Aufdemrand (talk | contribs) No edit summary |
Aufdemrand (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
\u00167# - an alternate way to make a § | \u00167# - an alternate way to make a § | ||
%%# - A denizen replacement for §, more compatible with various text encoding schemes, and easier to type ;) | %%# - A denizen replacement for §, more compatible with various text encoding schemes, and easier to type ;) | ||
Note: If using SpoutPlugin, you can also use &# | Note: If using SpoutPlugin/Spoutcraft, you can also use &# | ||
</pre> | </pre> | ||
Revision as of 19:59, 22 August 2012
Denizen provides several different options to colorize text. The follow characters, combined with a color code will change the color or format of text
§# - the standard minecraft color marker. \u00167# - an alternate way to make a § %%# - A denizen replacement for §, more compatible with various text encoding schemes, and easier to type ;) Note: If using SpoutPlugin/Spoutcraft, you can also use &#
The format codes available are
0 Black 1 Dark Blue 2 Dark Green 3 Dark Aqua 4 Dark Red 5 Dark Purple 6 Gold 7 Gray 8 Dark Gray 9 Blue A Green B Aqua C Red D Light Purple E Yellow F White K Magic L Bold M Strike through N Underline O Italic R Reset
Examples:
- CHAT "§aThis text is red" - CHAT "%%aThis text is green" - NARRATE "%%nThis is underlined but %%rThis is not.