Emotes: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 213: | Line 213: | ||
<code>{^v_}</code> | <code>{^v_}</code> | ||
|} | |} | ||
<br style="clear:both" /> | |||
==Permissions== | ==Permissions== | ||
Revision as of 02:59, 4 October 2012
"Emotes" or "symbols" were introduced in fCraft 0.635. The characters cannot be typed in directly in Minecraft. Instead, special keywords should be used to insert them into messages.
Keywords
| Symbol | Code | Keyword |
|---|---|---|
| ☺ | 0001 | {:)}
|
| ☻ | 0002 | {smile2}
|
| ♥ | 0003 | {<3}
|
| ♦ | 0004 | {diams}
|
| ♣ | 0005 | {club}
|
| ♠ | 0006 | {spade}
|
| ♂ | 000B | {male}
|
| ♀ | 000C | {female}
|
| ♪ | 000D | {8}
|
| ♫ | 000E | {notes}
|
| ☼ | 000F | {sun}
|
| ‼ | 0013 | {!!}
|
| ¶ | 0014 | {P}
|
| § | 0015 | {S}
|
| Symbol | Code | Keyword |
|---|---|---|
| • | 0007 | {*}
|
| ◘ | 0008 | {hole}
|
| ○ | 0009 | {circle}
|
| ▬ | 0016 | {-}
|
| ∟ | 001C | {L}
|
| Symbol | Code | Keyword |
|---|---|---|
| ↑ | 0018 | {^}
|
| ↓ | 0019 | {v}
|
| → | 001A | {>}
|
| ← | 001B | {<}
|
| ▲ | 001E | {^^}
|
| ▼ | 001F | {vv}
|
| ► | 0010 | {>>}
|
| ◄ | 0011 | {<<}
|
| ↔ | 001D | {<>}
|
| ↕ | 0012 | {updown}
|
| ↨ | 0017 | {updown2}
|
Permissions
Ranks with UseEmotes permission can use these in chat. IRC users may also use these if IRCAllowMinecraftEmotes config key is enabled (default: false).
Remarks
- Minecraft client has many quirks when dealing with emotes. Some of them require padding or a suffix to be inserted after the symbol to work properly. That's why you may sometimes see dots at the end of lines that end with symbols, and why with non-standard clients (e.g. Charged-Miners) may show extra space or symbols in chat after the emotes.
- To insert emotes into messages in mods, use unicode literals with the "code" mentioned above. For instance, to insert a heart (♥) into a message, add "\u0003" where you want the heart to appear. In the log file, in console, and on IRC, emotes are translated into corresponding UTF-8 character. LineWrapper will automatically process your message to display correctly in-game.