Merge branch 'main' of git01.east1.us.mapleflask.net:midnight_valley/website
This commit is contained in:
commit
7a9e0c571c
3 changed files with 10 additions and 38 deletions
|
@ -10,32 +10,5 @@ These commands apply to all of the servers and are available network-wide!
|
||||||
=== "Switching Servers"
|
=== "Switching Servers"
|
||||||
You can switch servers by using `/server <server name>`! A list of available servers will appear after typing a space after the command.
|
You can switch servers by using `/server <server name>`! A list of available servers will appear after typing a space after the command.
|
||||||
|
|
||||||
=== "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. `/c` Also works.
|
|
||||||
- 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`
|
|
||||||
|
|
||||||
!!! Info "More commands"
|
!!! Info "More commands"
|
||||||
Each server will have its own command section on this website, if you are looking for specific commands for specific servers, check out their individual pages!
|
Each server will have its own command section on this website, if you are looking for specific commands for specific servers, check out their individual pages!
|
|
@ -1,2 +0,0 @@
|
||||||
# Blog
|
|
||||||
|
|
19
mkdocs.yml
19
mkdocs.yml
|
@ -17,6 +17,12 @@ theme:
|
||||||
- navigation.indexes
|
- navigation.indexes
|
||||||
name: material
|
name: material
|
||||||
palette:
|
palette:
|
||||||
|
# Palette toggle for automatic mode
|
||||||
|
- media: "(prefers-color-scheme)"
|
||||||
|
toggle:
|
||||||
|
icon: material/brightness-auto
|
||||||
|
name: Switch to light mode
|
||||||
|
|
||||||
# Palette toggle for light mode
|
# Palette toggle for light mode
|
||||||
- media: "(prefers-color-scheme: light)"
|
- media: "(prefers-color-scheme: light)"
|
||||||
scheme: default
|
scheme: default
|
||||||
|
@ -29,9 +35,10 @@ theme:
|
||||||
- media: "(prefers-color-scheme: dark)"
|
- media: "(prefers-color-scheme: dark)"
|
||||||
scheme: slate
|
scheme: slate
|
||||||
primary: green
|
primary: green
|
||||||
|
accent: indigo
|
||||||
toggle:
|
toggle:
|
||||||
icon: material/brightness-4
|
icon: material/brightness-4
|
||||||
name: Switch to light mode
|
name: Switch to system preference
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
|
@ -80,11 +87,9 @@ extra:
|
||||||
- icon: fontawesome/brands/discord
|
- icon: fontawesome/brands/discord
|
||||||
link: https://discord.gg/RWNQxAWad2
|
link: https://discord.gg/RWNQxAWad2
|
||||||
- icon: simple/forgejo
|
- icon: simple/forgejo
|
||||||
link: https://git.subnet-masked.com/midnight_valley/website
|
link: https://git.mapleflask.com/midnight_valley/website
|
||||||
- icon: material/list-status
|
- icon: material/list-status
|
||||||
link: https://status.midnightvalley.net
|
link: https://status.midnightvalley.net
|
||||||
- icon: material/image
|
|
||||||
link: https://gallery.midnightvalley.net/
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- assets/stylesheets/extra.css
|
- assets/stylesheets/extra.css
|
||||||
plugins:
|
plugins:
|
||||||
|
@ -100,8 +105,4 @@ plugins:
|
||||||
auto_caption: true
|
auto_caption: true
|
||||||
caption_position: bottom
|
caption_position: bottom
|
||||||
- search:
|
- search:
|
||||||
lang: en
|
lang: en
|
||||||
- blog:
|
|
||||||
enabled: true
|
|
||||||
blog_dir: news
|
|
||||||
post_dir: news/articles
|
|
Loading…
Reference in a new issue