Comprehensive Guide:World: Difference between revisions

m
no edit summary
m (Added more info)
mNo edit summary
Line 43:
* Water and lava above y 180 has limited propagation
* Death and join announcements disabled
 
== RandomSpawn ==
Players who have do not have a bed spawnpoint set will respawn in a random location in a 6500 blocks radius around 0,0.
* [https://github.com/CivClassic/random-spawn/blob/master/README.md RandomSpawn] can be useful for transportation purposes when there is no need to move items.
== Chat ==
 
=== CivChat2 ===
 
[[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.]]
 
{|class="wikitable"
!width="30%"| Command
!width="70%"| Function
|-
| /afk
| Toggle. Prevents receiving direct messages.
|-
| /g <group> (or /gc <group>)
| Send any further chat messages to that NameLayer group.
|-
| /exit or /e or /g
| Send any further chat messages to local chat (within ~1000 blocks), leaving any active group chats.
|-
| /g <group> <message>
| Sends message to that group without entering group chat mode.
|-
| /msg <player>
| Send any further chat messages to that player.
|-
| /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
| Toggle ignoring a player
|-
| /ignoregroup <group> or /ig <group>
| Toggle ignoring a group
|-
| /ignorelist
| List of ignored groups and players
|}
 
After using <code>/msg [player]</code>, the commands <code>/g</code>, <code>/g [group]</code> etc. do not make you leave direct message mode. To leave direct message mode, do <code>/msg</code> or wait for the other player to log off.
 
If you are trying to ignore a group's snitches, the command instead is <code>/jamute [group]</code>
== OreObfuscator ==
[https://github.com/CivClassic/Orebfuscator OreObfuscator] makes certain types of blocks appear as stone when viewed from a distance. This exists in order to prevent x-ray cheating.