Add commands section and start building it.
This commit is contained in:
parent
f812cd3eb6
commit
3822ec2d79
1 changed files with 31 additions and 0 deletions
|
@ -20,6 +20,37 @@ description: All information relating to the Survival server.
|
|||
|
||||
The map is built and served using [Dynmap](https://www.spigotmc.org/resources/dynmap%C2%AE.274/)! It is a flat map only to save resources, however it will show you where players are, and each world is included (Overworld, Nether, The End.)
|
||||
|
||||
## Commands
|
||||
|
||||
=== "Chat"
|
||||
=== "Public"
|
||||
By default, every player is on the **global** channel. This means that public messages sent in any server will be visible on all other servers in network.
|
||||
|
||||
- Use `/channel {global | local | helpop}` to change which channel you are chatting in.
|
||||
- Global: Your message will be visible to every server.
|
||||
- Local: Your message will only be visible to the server that you are currently on.
|
||||
- `/l <message>` or `/local <message>` Will send one message instead of changing your channel.
|
||||
- Information regarding **helpop** is in the HelpOP tab above.
|
||||
=== "HelpOP"
|
||||
Need help but don't want to chat in public?
|
||||
|
||||
- Use `/channel helpop` or `/helpop` to switch to the HelpOP channel. **Only moderators and administrators can see this chat.
|
||||
- Use `/helpop <message>` if you only need/want to send one message without switching channels.
|
||||
|
||||
=== "Private"
|
||||
Want to tell your friend something in private? No problem!
|
||||
|
||||
- Use `/msg <player> <message>` to shoot them a message.
|
||||
- If you received a private message, you can use `/r` or `/reply` to reply quickly!
|
||||
- These commands are the same as `/msg`.
|
||||
- `/m`
|
||||
- `/tell`
|
||||
- `/whisper`
|
||||
- `/w`
|
||||
- `/pm`
|
||||
=== "Switching Servers"
|
||||
Switching servers can be accomplished by using `/server <server name>`. A list of servers to choose from will be shown after typing a space after the command.
|
||||
|
||||
## Datapacks, Plugins, and Mods
|
||||
|
||||
=== "Datapacks"
|
||||
|
|
Loading…
Reference in a new issue