Comprehensive Guide:World: Difference between revisions

Jump to navigation Jump to search
m
m (→‎Chat: WIP)
Line 49:
* RandomSpawn can be useful for transportation purposes when there is no need to move items.
== Chat ==
Chat is range restricted to be local. chatMessages are only seen within (a 1000 block radius from the sending player) {{Citation needed}}. This range restriction can be bypassed by using chat groups or direct messages.
 
Chat is range restricted to local chat (a 1000 block radius from the player). This range restriction can be bypassed by using chat groups.
 
=== CivChat2 ===
''{[https://github.com/CivClassic/CivChat2 source], [https://github.com/CivClassic/AnsibleSetup/tree/master/templates/public/plugins/CivChat2 config]}''
 
CivChat2 allows the creation of chat groups. Chat groups are managed with [[Namelayer]]
 
[[File:Civchat Example.png|thumb|500px|The first line is output caused by typing <code>/g Circleblob</code>. The second and third line display a message that was types as-is. The fourth line, in yellow, is the output of typing <code>/g</code>. The fifth line was typed as-is.]]
/message
/msg
/tell
 
{|class="wikitable"
!width="30%"| Command
!width="15%"| Alias
!width="70%"| Function
|-
| /msgg <playergroup> <''[message>]''
| /afk
| <code>/groupchat</code> <code>/gc</code>
| Toggle. Prevents receiving direct messages.
| Changes chat group to specified group. If [message] is included it is sent to specified group.
|-
| /g <group> (or /gc <group>)
| Send any further chat messages to that NameLayer group.
|-
| /exit or /e or /g
| <code>/e</code> <code>/g</code>
| Send any further chat messages to local chat (within ~1000 blocks), leaving any active group chats.
|-
| /gtell <groupplayer> <''[message>]''
| <code>/message</code> <code>/msg</code>
| Sends message to that group without entering group chat mode.
| Changes chat to private message with specified player. If [message] is included it is sent to specified player.
|-
| /reply <''[message> or /r <message>]''
| /msg <player>
| <code>/r</code>
| Send any further chat messages to that player.
| Changes chat to private message with last player that has messaged you. If [message] is included it is sent to specified player. Use with caution, as another player may message you just before you send the command.
|-
| /msg <player> <message>
| Sends message to that player without entering direct message mode.
|-
| /reply or /r
| Enter direct message mode with the last player that has messaged you.
|-
| /reply <message> or /r <message>
| Send a single message to that player without entering direct message mode. Use with caution, as another player may message you just before you send the message. Instead, prefer <code>/msg <player> <message></code> or enter direct message mode with that player using <code>/r</code> or <code>/msg <player></code>.
|-
| /ignore or /i
| <code>/i</code>
| Toggle ignoring a player
|-
| /ignoregroup <group> or /ig <group>
| <code>/ig</code>
| Toggle ignoring a group
|-
| /ignorelist
|-
| List of ignored groups and players
|-
| /afk
|-
| Toggle. Prevents receiving direct messages.
|}
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu