# Turn on or turn off...

| Effect                                                     | Command                                                                                                                                          |
| ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Read the rules                                             | /rules                                                                                                                                           |
| PVP (turning it on and off)                                | <p>/pvp or /pvp toggle<br><br>To PVP, both players must have PVP turned on</p>                                                                   |
| Keep inventory (turning it on and off)                     | /keepinv or /keepinventory                                                                                                                       |
| Go AFK                                                     | /afk                                                                                                                                             |
| Show my inventory                                          | \[inv]                                                                                                                                           |
| Show an item                                               | \[i]                                                                                                                                             |
| Unequip a gradient color                                   | /nick unequip                                                                                                                                    |
| Show or hide [the scoreboard](/mineseed/the-scoreboard.md) | /toggle 1                                                                                                                                        |
| Sign Shop notifications                                    | /cstoggle                                                                                                                                        |
| Tool particles                                             | /toggleparticles                                                                                                                                 |
| Item frame glow and visibility (only for Dragon rank)      | <p>/itf toggle glow<br>/itf toggle visiblity<br>/itf togglemode glow (or visibility)<br><br>right click on the item frame you want to change</p> |


---

# 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://docs.mineseed.org/mineseed/faq/turn-on-or-turn-off....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.
