# 1 - All commands

## Permission

**dt.admin** - Admin permission

## Commands for players

| Command                         | Action                                                      |
| ------------------------------- | ----------------------------------------------------------- |
| /dt help                        | View the player help                                        |
| /dt start(st)                   | Open the searching opponent panel                           |
| /dt timetable                   | View the period during which you are allowed to have a duel |
| /dt ainfo                       | View the real-time INFO of all arenas                       |
| /dt send \<Player name>         | Invite someone to have a duel                               |
| /dt accept                      | Accept the duel request                                     |
| /dt deny                        | Deny the duel request                                       |
| /dt quit(q)                     | Quit the game                                               |
| /dt shop(s)                     | Open the point shop                                         |
| /dt records(r)                  | Open the record panel                                       |
| /dt points(p) me                | View my points                                              |
| /dt rank                        | View my ranking                                             |
| /dt rank \<win/kd>              | View the ranking INFO of whole server                       |
| /dt lobby                       | Teleport to lobby                                           |
| /dt dan                         | View my dan                                                 |
| /dt energy(e)                   | View my energy                                              |
| /dt watch \<Arena editname>     | Watch a game                                                |
| /dt sendall                     | Invite all players to have a duel                           |
| /dt changelang                  | View the language file you can use                          |
| /dt changelang \<Language file> | Change the language file you use now                        |

## Commands for admins

| Command                                          | Action                                                 |
| ------------------------------------------------ | ------------------------------------------------------ |
| /dt adminhelp                                    | View the admin help                                    |
| **/dt points(p) help**                           | View the help of points(and 3 commands more)           |
| **/dt shop(s) help**                             | View the help of point shop(and 4 commands more)       |
| **/dt arena(a) help**                            | View the help of arena(and 8 commands more)            |
| **/dt energy(e) help**                           | View the help of energy(and 2 commands more)           |
| **/dt exp help**                                 | View the help of dan exp(and 3 commands more)          |
| **/dt hd**                                       | View the help of ranking hologram(and 5 commands more) |
| /dt stop \<Arena editname>                       | Stop a game compulsively                               |
| /dt game \<Arena editname> \<Player1> \<Player2> | Start a game compulsively                              |
| /dt lobby set                                    | Set the lobby at current location                      |
| /dt lobby delete                                 | Delete the lobby                                       |
| /dt sendall getitem                              | Get a duel invitation to all players                   |
| /dt checkv                                       | Check version manually                                 |
| /dt tf \<Function>                               | Copy the data of the function from yml file to MySQL   |
| /dt reload config                                | Reload the config.yml                                  |
| /dt reload lang                                  | Reload all the language files                          |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://1392847363.gitbook.io/dantiao-plugin/1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
