Robocraft Wiki

Welcome to the Official Robocraft Wiki! If you are confused about how to do something within a page, run into problems or have suggestions, refer to the Wiki Formatting Guide or contact an admin.

READ MORE

Robocraft Wiki
Edit Page
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
 
Chat is a system in Robocraft where players can communicate with each other.
{{outdated}}
 
 
The Chat is a system in Robocraft that players can use to communicate with each other.
 
 
==Features==
 
 
*A profanity filter can be turned on and off in the setting panel, it's on by default. '''This does not mean you can type in profanities!'''
 
*You can join [[#Official channel list|officials chat channels]], channels created by other players, or even create your own channel (see [[#Commands | Commands]]).
 
*Color coding: see [[Robocraft Chat]]. (Since a certain update, color coding was removed from chat. However, it can still be used on robot names and CRF descriptions.)
 
   
 
==Overview==
 
==Overview==
   
 
Chat can be used while in the garage and in a battle. To start typing in the chat, press enter. Type your message, and then press enter again to send it. Press tab while in the text editor to switch between types of chat.
{{Outdated}}
 
   
 
'''Types'''
Chat can be used while in almost any mode. To start typing in the chat, press enter. Type your message, and then press enter again to send it. Press tab while in the text editor to switch between types of chat. Use the /join with the channel name in chat to be able to hear and switch to any channel you like, for ex: /join enUs joins the global english chat (doesn't works in battle).
 
   
  +
In garage:
'''Types'''
 
  +
*All languages - chat with other people in any language.
 
*Friend - Chat with a friend from your friends list. To start a friend chat, go to your friends list, click on one of your friends, and click start chat.
 
*[[Platoon]] - Chat with all members of your platoon.
   
In building mode, test mode, and garage:
 
*Language specific - in the settings menu, you can set your chat to a specific language.
 
*Friend - Chat with [[friends]] from your friends list. To start a friend chat, go to your friends list, click on one of your friends, and click start chat.
 
*[[Platoon]] - Chat with all members of your platoon.
 
*Clan - Chat with members of your clan.
 
 
In battle:
 
In battle:
 
*Team - chat with all members of your team. While in this mode, you will see messages sent from people using the everyone chat, but they will not be able to see yours.
 
*Team - chat with all members of your team. While in this mode, you will see messages sent from people using the everyone chat, but they will not be able to see yours.
 
*Everyone - Chat with everyone on your team and on the enemy team.
 
*Everyone - Chat with everyone on your team and on the enemy team.
 
*Platoon - Chat with your platoon.
 
*Platoon - Chat with your platoon.
 
==Channel Tabs==
 
{{Stub}}
 
TODO : talk about the different tabs : ALL, TEAM, official and unofficial chat channel, Clan, and party
 
 
==Official channel list==
 
{{Stub}}
 
Those channels are assigned to a specific language.
 
When joining them, you must only use that language to type in messages.
 
 
Those channels doesn't have the player join and leave messages the other channel have.
 
 
You can get this list of channel at any time by typing <code>/list</code> in chat
 
 
{| class="wikitable"
 
|-
 
! Channel name !! Language
 
|-
 
| 中国(简体) || Chinese, Simplified
 
|-
 
| 中國(繁體) || Chinese, Traditional
 
|-
 
| enGB || English, Great Britain
 
|-
 
| enUS || English, United States
 
|-
 
| frFR || French
 
|-
 
| deDE || German
 
|-
 
| itIT || Italian
 
|-
 
| 日本語 || Japanese
 
|-
 
| 한국어 || Korean
 
|-
 
| plPL || Polish
 
|-
 
| ptPT || Portuguese, Portugal
 
|-
 
| ptBR || Portuguese, Brazil
 
|-
 
| ruRU || Russian
 
|-
 
| esES || Spanish
 
|-
 
| nlNL || Dutch
 
|}
 
 
==Commands==
 
You can get this list of command at any time by typing <code>/help</code> in chat
 
 
<code><...></code> means the parameter is mandatory,
 
a <code>[...]</code> means it's optionnal
 
 
===Standard User Command===
 
Accessible to all users.
 
 
{| class="wikitable"
 
|-
 
! Command !! Description !! Examples
 
|-
 
| <code>/help</code> || Display the list of the available commands. || <code>/help</code>
 
|-
 
| <code>/create <channel> [password]</code> || Create a new channel (if it doesn't already exist).<br>Name must not contain spaces.<br>You can input a password if wanted.<br>'''The password can't be changed after.''' || <code>/create myOwnChannel</code><br><code>/create secretChan pass word</code>
 
|-
 
| <code>/join <channel> [password]</code> || Join a channel that already exist.<br>A password can be required to join a unofficial channel.<br>The password is set at the channel creation. || <code>/join anAwesomeChannel</code><br><code>/join secretBuilders 1234</code>
 
|-
 
| <code>/list</code> || Display the list of the [[#Official channel list | officials chat channels]]. || <code>/list</code>
 
|-
 
| <code>/clan [message]</code> || Set the chat recipient to your [[Clans|clan]] channel (See [[#Channel Tabs|Channel Tabs]]).<br>Sen the message to your clan, if one is inputed.<br>You need to be in a clan to use this command. || <code>/clan</code>
 
|-
 
| <code>/block <username></code> || Add a user to your blocked list.<br>You will no longer views this user's messages,<br> private messages, or party and friend invite.<br>It will also remove the user from your friend list. || <code>/block xXx_Spamer_xXx</code>
 
|-
 
| <code>/unblock <username></code> || Remove a user from your blocked list. || <code>/unblock xXxDarkKnightxXx</code>
 
|-
 
| <code>/listblocks</code> || Display your blocked user list. || <code>/listblocks</code>
 
|-
 
| <code>/w <user> [message]</code> || Whisper.<br>Let you send a private message to a user.<br>Create a new discussion tab (See [[#Channel Tabs|Channel Tabs]]) directed at the user if not already created.<br>If a message is inputted, it will send it and create the tab. || <code>/w anAwesomePlayer</code><br><code>/w robotBuilder24 Hello :D</code>
 
|-
 
| <code>/msg <user> [message]</code> || Works exactly the same as /w<br>See <code>/w</code>. || See <code>/w</code> examples.
 
|-
 
| <code>/party [message]</code> || Set the chat recipient to your [[Party|party]] channel (See [[#Channel Tabs|Channel Tabs]]).<br>Sen the message to your party, if one is inputed.<br>You need to be in a party to use this command. || <code>/party</code>
 
|-
 
| <code>/r <message></code> || Reply.<br>Send a message to the last person who sent you a private message<br>You need to have received a private message to use this command.<br>(See [[#Channel Tabs|Channel Tabs]]) || <code>/r Hello :) I'm fine and you?</code>
 
|-
 
| <code>/partyinvite <username></code> || Send a [[Party|party]] invite to the user.<br>You must be the party leader / not in a party to use that command. || <code>/partyinvite Pistou</code>
 
|}
 
 
===Moderator Commands===
 
{{See|Moderators}}
 
Those commands are only accessible by Moderators (users wearing a <code>[MOD]</code> tag before their nickname)
 
 
{| class="wikitable"
 
|-
 
! Command !! Description !! Examples
 
|-
 
| <code>/silence <user> <reason> [duration]</code> || Silence a user for 24h.<br>This prevent the player to send any messages, except with the command <code>/w</code><br>A valid reason must be inputed, see the [[Moderators|moderators guidelines]] for that.<br>Ideally, you must mention your username when you take an action.<br>A duration in day can be inputed, but it must NOT be used. || <code>/silence dijoux Huge spam (by Pistou)</code>
 
|-
 
| <code>/unsilence <user></code> || Remove a silence sanction from an User.<br>The user must restart his game for it to take effect || <code>/unsilence dijoux</code>
 
|-
 
| <code>/warn <user> <reason></code> || Send a Warn to a player.<br>A valid reason must be inputed, see the [[Moderators|moderators guidelines]] for that.<br>Warn stays forever on an account, and thus this command must be used wisely<br>(3 Warns = suspended, forever), || <code>/warn coolUsername Extremly bad behaviour in chat (by TommyFoxy2)</code>
 
|}
 
 
===Admins Commands===
 
{{See|Moderators}}
 
Those commands are only accessible by Admins (users wearing a <code>[ADM]</code> tag before their nickname)
 
 
{| class="wikitable"
 
|-
 
! Command !! Description !! Examples
 
|-
 
| <code>/suspend <user> <reason> </code> || Suspend a user.<br>This prevent the player to log into their account, this is basically a ban. <br>A valid reason must be inputed, see the [[Moderators|moderators guidelines]] for that. || <code>/suspend h4x0r Use of 3rd party tools to cheat</code>
 
|-
 
| <code>/unsuspend <user></code> || Remove a suspend sanction from an User. || <code>/unsuspend h4x0r</code>
 
|}
 
 
[[Category:User Interface]]
 
Please note that all contributions to the Robocraft Wiki are considered to be released under the CC BY-NC-SA
Cancel Editing help (opens in new window)