jekyll to vitepress

This commit is contained in:
Alexander Drozdov
2023-05-27 15:40:14 +03:00
parent 3ea1193e19
commit cee5227d5b
18 changed files with 653 additions and 2 deletions

30
docs/chat-commands.md Normal file
View File

@@ -0,0 +1,30 @@
---
title: Chat commands
---
Allows you to send arbitrary text to the chat.
#### List of available commands ####
[https://www.poewiki.net/wiki/Chat_console](https://www.poewiki.net/wiki/Chat_console)
#### Special rules ####
- Text that starts with `@last`, will be sent to the character of the last whisper received/sent.
```
Last whisper received: @From UltraSkillPlayer: Thank you.
Command: @last Good luck!
Sent text: @UltraSkillPlayer Good luck!
```
- Text that ends with `@last`, `@last` will be replaced with the character name of the last whisper received/sent.
```
Last whisper received: @From UltraSkillPlayer: Can I visit your Toucan hideout?
Command: /invite @last
Sent text: /invite UltraSkillPlayer
```
#### FAQ ####
1. - Q: Something doesn't work, what text was sent to the game?
- A: Open chat with `Enter`, and then press `ArrowUp` key two times.
2. - Q: How to leave party?
- A: Use `/kick MyCharacterName`, don't forget to update character name each time you create or change it.
3. - Q: I want to chain commands and send them by one hotkey.
- A: This is not allowed by PoE ToS.