Difference between revisions of "Chat tutorial"

From Pandorabox
Jump to navigation Jump to search
 
(29 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Translated|pagename=Chat tutorial}}
 
== This article in different languages ==
 
== This article in different languages ==
  
Line 5: Line 6:
 
* [[Tuto_chat|Tutoriel de chat en français]]
 
* [[Tuto_chat|Tutoriel de chat en français]]
  
== TL;DR ==
+
== Chat cheatsheet ==
  
 
{| class="wikitable"
 
{| class="wikitable"
|+ Chat cheatsheet. Read whole text to learn tricks that will save you time in the future.
+
|+ Read whole text to learn tricks that will save you time in the future.
 
|-
 
|-
! Description !! Command
+
! Command !! Description
 
|-
 
|-
| Send a message to a player (playername) with a sound notification || '''@playername private message text'''
+
| <code>@playername private message text</code> || Send a message to a player (playername) with a sound notification
 
|-
 
|-
| Send a message to all players around you, <32 blocks away || '''$ whisper text'''
+
| <code>$ whispered text</code> || Send a message to all players around you, < 32 nodes away
 
|-
 
|-
| Create a chat channel named local_chat || '''/create_channel local_chat,,#666999'''
+
| <code>/create_channel local_chat,,#666999</code> || Create a chat channel named local_chat
 
|-
 
|-
| Join a chat channel named create_channel || '''/join_channel local_chat'''
+
| <code>/join_channel local_chat</code> || Join a chat channel named local_chat
 
|-
 
|-
| Send message to the #local_chat channel || '''#local_chat''' message
+
| <code>#local_chat message</code> || Send message to the #local_chat channel
 
|-
 
|-
| Switch to '''local_chat''' channel, messages without prefix will reach users in "#local_chat", not "#main" channel, but you'll receive messages from #main || '''#local_chat'''
+
| <code>#local_chat</code> || Switch to <code>local_chat</code> channel, messages without prefix will reach users in <code>#local_chat</code>, not <code>#main</code> channel, but you'll receive messages from #main
 
|-
 
|-
| Leave main channel || '''/lc main'''
+
| <code>/lc main</code> || Leave main channel
 
|-
 
|-
| Send for offline communication || '''/mail'''
+
| <code>/mail</code> || Send for offline communication
 
|}
 
|}
 +
 +
== Rules of etiquette ==
  
 
{| class="wikitable"
 
{| class="wikitable"
|+ Rules of etiquette
+
|+ Be excellent to each other
 
|-
 
|-
 
| Keep all communication in #main channel in english
 
| Keep all communication in #main channel in english
 
|-
 
|-
| Keep #main channel clear of local chatter so that help seekers can be heard
+
| Keep <code>#main</code> channel clear of local chatter so that help seekers can be heard
 
|-
 
|-
 
| Make your own channel or whisper with your guild-members.
 
| Make your own channel or whisper with your guild-members.
 
|-
 
|-
| Don't tell everyone in #main that you have lag. Use '''#lag''' channel if you really want to.
+
| When you know a language and want to help the players speaking it, join the according channels. We appreciate your help.
 +
|-
 +
| Don't tell everyone in <code>#main</code> that you have lag. Use <code>#lag</code> channel if you really want to.
 
|-
 
|-
| Beerchat section of '''/help''' shows all commands
+
| Beerchat section of <code>/help</code> shows all commands
 
|}
 
|}
  
Line 47: Line 52:
  
 
=== Message with a sound notification ===
 
=== Message with a sound notification ===
If you write "@playername message content", a player will hear a sound notification.
+
If you write <code>@playername message content</code>, a player will hear a sound notification.<br/>
You can send a message with sound by typing "/msg playername message content", too. An advantage there is that you can use autocompletion: "/msg pla[TAB KEY]" will be converted to "/msg playername".
+
 
 +
You can send a message with sound by typing <code>/msg playername message content</code>, too.<br/>
 +
 
 +
An advantage there is that you can use autocompletion: <code>/msg pla[TAB KEY]</code> will be converted to <code>/msg playername</code>.
  
 
=== Send more messages with notifications ===
 
=== Send more messages with notifications ===
  
To continue sending notifications and messages to the last player you sent a message with "@", just type "@ message".
+
To continue sending notifications and messages to the last player you sent a message with <code>@</code>, just type <code>@ message</code>.
  
 
=== Message for players around you (whisper) ===
 
=== Message for players around you (whisper) ===
 
If you want to continue talking to other player, please use whispers commands, because they are already notified.
 
If you want to continue talking to other player, please use whispers commands, because they are already notified.
  
Start your message with '''$ ''' if you want to talk only to people around you (< 32 blocks). This command does not require a player name. Example: '''$ message'''<br>
+
Start your message with <code>$ </code>&nbsp;if you want to talk only to people around you (< 32 nodes). This command does not require a player name. Example: <code>$ message</code><br>
Same result is achieved with '''/whis message'''<br>
+
You can use <code>$120 message</code> if you want to adjust radius where your message can be heard, this example allows people around you (< 120 nodes) to hear message.
 +
 
 +
Same result is achieved with <code>/whis message</code><br>
  
 
=== Long distance message without sound notification ===
 
=== Long distance message without sound notification ===
For long distance whispers use '''/tell''' command: '''/tell playername message'''<br>
+
For long distance whispers use <code>/tell</code> command: <code>/tell playername message</code><br>
  
Minetest provides auto completion for online player names. Invoke with Tab-key: "/tell pla[TAB-KEY]" is converted to "/tell playername".
+
Minetest provides auto completion for online player names. Invoke with Tab-key: <code>/tell pla[TAB-KEY]</code> is converted to <code>/tell playername</code>.
  
 
== Channels ==
 
== Channels ==
Line 72: Line 82:
 
To join a channel and listen to the chat there type:
 
To join a channel and listen to the chat there type:
  
'''/jc channelname'''
+
<code>/jc channelname</code>
  
 
=== Writing to a channel ===
 
=== Writing to a channel ===
 
To speak on a channel you can either:
 
To speak on a channel you can either:
* Type '''#channelname message''' to speak once in the channel
+
* Type <code>#channelname message</code> to speak once in the channel
* Type '''#channelname''' and press enter to make channel your default target: all further messages go to that channel until you switch it again.
+
* Type <code>#channelname</code> and press enter to make channel your default target: all further messages go to that channel until you switch it again.
  
 
=== Language codes ===
 
=== Language codes ===
Line 83: Line 93:
  
 
=== Leaving a channel ===
 
=== Leaving a channel ===
To leave a channel use lc command: '''/lc channelname'''
+
To leave a channel use lc command: <code>/lc channelname</code>
  
 
=== Default channel ===
 
=== Default channel ===
 +
The default channel for PandoraBox everyone sees is <code>main</code>. You can type <code>#main</code> to switch back to it.
  
"main" is the default channel. Type "#main" to switch back to it.
+
=== Public channels ===
 +
There are a number of channels for public use and you probably can find something for your taste. [[Beerchat Public Channels|List of public channels]]
  
[[Beerchat Public Channels|List of public channels]]
+
=== Color, passwords and other options, provided by Beerchat ===
 +
Pandorabox is using the beerchat mod for chat support, check [https://forum.minetest.net/viewtopic.php?t=18090 official thread] for more info.
  
=== Color, passwords and other options, provided by Beerchat ===
+
You can download it on [https://github.com/minetest-beerchat/beerchat GitHub].
Pandorabox is using a beerchat mod for chat support, check [https://forum.minetest.net/viewtopic.php?t=18090 official thread] for more info.
 
  
 
== Mail ==
 
== Mail ==
If a player is offline use '''/mail'''. This command will open a mail UI. Next time target player will login there will be a notification in the center of the screen until the player reads the message.
+
If a player is offline, simply type <code>/mail</code> to see mail menu and write a letter to them.<br/>
 +
This command will open a mail UI. Next time target player will login there will be a notification in the center of the screen until the player reads the message.
  
 
== In-game chat tutorial ==
 
== In-game chat tutorial ==
If you can't open the browser or want to show this manual to someone else fast, there is a copy of this tutorial, which is located in Commonwealth Hotel. Its coordinates are: {{Earth coordinates|x=4933|y=9|z=-82}}. You can press F5 to see your own coordinates.
+
There is a summarised tutorial in the commonwealth hotel's lobby. Its coordinates are: {{Coordinates|x=4933|y=9|z=-82}}. You can press F5 to see your own coordinates.
  
To go there, type "/spawn", go to the "Tutorials" section and right-click the "Starter" teleporter.
+
To go there, type "/spawn", go to the '''Tutorials''' section and right-click the '''Starter''' teleporter.
  
 
== See also ==
 
== See also ==

Latest revision as of 10:17, 25 January 2021

Other languagues

🇬🇧 English - 🇷🇺 русский - 🇪🇸 español - 🇫🇷 français

This article in different languages

Chat cheatsheet

Read whole text to learn tricks that will save you time in the future.
Command Description
@playername private message text Send a message to a player (playername) with a sound notification
$ whispered text Send a message to all players around you, < 32 nodes away
/create_channel local_chat,,#666999 Create a chat channel named local_chat
/join_channel local_chat Join a chat channel named local_chat
#local_chat message Send message to the #local_chat channel
#local_chat Switch to local_chat channel, messages without prefix will reach users in #local_chat, not #main channel, but you'll receive messages from #main
/lc main Leave main channel
/mail Send for offline communication

Rules of etiquette

Be excellent to each other
Keep all communication in #main channel in english
Keep #main channel clear of local chatter so that help seekers can be heard
Make your own channel or whisper with your guild-members.
When you know a language and want to help the players speaking it, join the according channels. We appreciate your help.
Don't tell everyone in #main that you have lag. Use #lag channel if you really want to.
Beerchat section of /help shows all commands

Personal messages (PM)

There are three types of private messages.

Message with a sound notification

If you write @playername message content, a player will hear a sound notification.

You can send a message with sound by typing /msg playername message content, too.

An advantage there is that you can use autocompletion: /msg pla[TAB KEY] will be converted to /msg playername.

Send more messages with notifications

To continue sending notifications and messages to the last player you sent a message with @, just type @ message.

Message for players around you (whisper)

If you want to continue talking to other player, please use whispers commands, because they are already notified.

Start your message with $  if you want to talk only to people around you (< 32 nodes). This command does not require a player name. Example: $ message
You can use $120 message if you want to adjust radius where your message can be heard, this example allows people around you (< 120 nodes) to hear message.

Same result is achieved with /whis message

Long distance message without sound notification

For long distance whispers use /tell command: /tell playername message

Minetest provides auto completion for online player names. Invoke with Tab-key: /tell pla[TAB-KEY] is converted to /tell playername.

Channels

Usually channel names start with a # but not in commands to join, leave or create.
Avoid creating channels with space in their names.

Joining a channel

To join a channel and listen to the chat there type:

/jc channelname

Writing to a channel

To speak on a channel you can either:

  • Type #channelname message to speak once in the channel
  • Type #channelname and press enter to make channel your default target: all further messages go to that channel until you switch it again.

Language codes

If you want to speak in some other language join or create a channel named by its language code. International Standards Organization has a bit of a long-read for you if you don't know yours: ISO 639-1.

Leaving a channel

To leave a channel use lc command: /lc channelname

Default channel

The default channel for PandoraBox everyone sees is main. You can type #main to switch back to it.

Public channels

There are a number of channels for public use and you probably can find something for your taste. List of public channels

Color, passwords and other options, provided by Beerchat

Pandorabox is using the beerchat mod for chat support, check official thread for more info.

You can download it on GitHub.

Mail

If a player is offline, simply type /mail to see mail menu and write a letter to them.
This command will open a mail UI. Next time target player will login there will be a notification in the center of the screen until the player reads the message.

In-game chat tutorial

There is a summarised tutorial in the commonwealth hotel's lobby. Its coordinates are: X: 4933 Y: 9 Z: -82. You can press F5 to see your own coordinates.

To go there, type "/spawn", go to the Tutorials section and right-click the Starter teleporter.

See also