Emotes: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| (20 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
"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. | "Emotes" or "symbols" were introduced in fCraft {{Changelog|0.635}}. The characters cannot be typed in directly in Minecraft. Instead, special keywords should be used to insert them into messages. | ||
__TOC__ | |||
==Keywords== | |||
{|class="wikitable" style="float:left" | {|class="wikitable" style="float:left" | ||
!Symbol | !Symbol | ||
| Line 27: | Line 26: | ||
|<span style="font-size:30px">♦</span> | |<span style="font-size:30px">♦</span> | ||
|0004 | |0004 | ||
| | |<code>{diamond}</code> | ||
<code>{diamond}</code> | |||
<code>{diamonds}</code> | <code>{diamonds}</code> | ||
| Line 136: | Line 133: | ||
<code>{corner}</code> | <code>{corner}</code> | ||
|- | |||
|<span style="font-size:30px">⌂</span> | |||
|007F | |||
|<code>{house}</code> | |||
|- | |||
|<span style="font-size:30px">^</span> | |||
|005E | |||
|<code>{caret}</code> | |||
<code>{hat}</code> | |||
|- | |||
|<span style="font-size:30px">~</span> | |||
|007E | |||
|<code>{tilde}</code> | |||
<code>{wave}</code> | |||
|- | |||
|<span style="font-size:30px">`</span> | |||
|00B4 | |||
|<code>{'}</code> | |||
<code>{grave}</code> | |||
|} | |} | ||
| Line 147: | Line 166: | ||
|<code>{^}</code> | |<code>{^}</code> | ||
<code>{up}</code> | <code>{up}</code> | ||
|- | |- | ||
|<span style="font-size:30px">↓</span> | |<span style="font-size:30px">↓</span> | ||
| Line 154: | Line 171: | ||
|<code>{v}</code> | |<code>{v}</code> | ||
<code>{down}</code> | <code>{down}</code> | ||
|- | |- | ||
|<span style="font-size:30px">→</span> | |<span style="font-size:30px">→</span> | ||
| Line 163: | Line 178: | ||
<code>{right}</code> | <code>{right}</code> | ||
|- | |- | ||
|<span style="font-size:30px">←</span> | |<span style="font-size:30px">←</span> | ||
| Line 172: | Line 185: | ||
<code>{left}</code> | <code>{left}</code> | ||
|- | |- | ||
|<span style="font-size:30px">▲</span> | |<span style="font-size:30px">▲</span> | ||
| Line 201: | Line 212: | ||
<code>{leftright}</code> | <code>{leftright}</code> | ||
|- | |- | ||
|<span style="font-size:30px">↕</span> | |<span style="font-size:30px">↕</span> | ||
| Line 214: | Line 223: | ||
<code>{^v_}</code> | <code>{^v_}</code> | ||
|} | |} | ||
<br style="clear:both" /> | |||
==Permissions== | |||
Ranks with {{rperm|UseEmotes}} permission can use these in chat. IRC users may also use these if [[List_of_config_keys#IRC|IRCAllowMinecraftEmotes]] config key is enabled (default: false). | |||
==Remarks== | |||
*Emote keywords can be escaped by adding a backslash (<code>\</code>) before the curly brace, e.g. typing <code>\{<3}</code> produces <code>{<3}</code> in chat. The backslash itself can be escaped! Typing in <code>\\{<3}</code> produces <code>\♥</code> in chat. | |||
*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 characters. LineWrapper will automatically process your message to display correctly in-game. | |||
*Caret (^), tilde (~), and grave (`) characters were added in fCraft {{Changelog|0.642}} to accommodate players using vanilla Minecraft Classic clients, who cannot enter these symbols in chat. | |||
==See Also== | |||
{{ChatStuff}} | |||
{{LastUpdated|2100}} | |||
[[Category:Chat Features]] | |||
Latest revision as of 21:39, 15 October 2013
"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 | {diamond}
|
| ♣ | 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}
|
| ⌂ | 007F | {house}
|
| ^ | 005E | {caret}
|
| ~ | 007E | {tilde}
|
| ` | 00B4 | {'}
|
| 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
- Emote keywords can be escaped by adding a backslash (
\) before the curly brace, e.g. typing\{<3}produces{<3}in chat. The backslash itself can be escaped! Typing in\\{<3}produces\♥in chat. - 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 characters. LineWrapper will automatically process your message to display correctly in-game.
- Caret (^), tilde (~), and grave (`) characters were added in fCraft 0.642 to accommodate players using vanilla Minecraft Classic clients, who cannot enter these symbols in chat.
See Also
| Chat Features |
|---|
| Command Tips • Constants • Colors • Emotes • Private Messages |