# Commands & Permissions

<table><thead><tr><th width="146" align="center">Command</th><th width="173" align="center">Permission</th><th width="96" align="center">Type</th><th align="center">Description</th></tr></thead><tbody><tr><td align="center">/map</td><td align="center">pillars.admin</td><td align="center">ADMIN</td><td align="center">Use it to setup maps</td></tr><tr><td align="center">/build</td><td align="center">pillars.buildmode</td><td align="center">ADMIN</td><td align="center">Allows players to build on spawn/lobby</td></tr><tr><td align="center">/chunk</td><td align="center">pillars.admin</td><td align="center">DEBUG<br>ADMIN</td><td align="center">Useful for testing map chunk cloning and restoring</td></tr><tr><td align="center">/debug</td><td align="center">pillars.debug</td><td align="center">DEBUG<br>ADMIN</td><td align="center">Useful for debugging maps, games and players</td></tr><tr><td align="center">/setlocation</td><td align="center">pillars.admin</td><td align="center">ADMIN</td><td align="center">Use it for setting the spawn location</td></tr><tr><td align="center">/spawn</td><td align="center">pillars.admin</td><td align="center">ADMIN</td><td align="center">Use it go to back to spawn</td></tr><tr><td align="center">/forcestart</td><td align="center">pillars.game.start</td><td align="center">USER</td><td align="center">Use it to force-start games</td></tr><tr><td align="center">/mapselector</td><td align="center">pillars.mapselector</td><td align="center">USER</td><td align="center">Use it to play a map you choose</td></tr><tr><td align="center">/vote</td><td align="center"></td><td align="center">USER</td><td align="center">Vote for game modifiers</td></tr><tr><td align="center">/play</td><td align="center"></td><td align="center">USER</td><td align="center">Get placed in a random game</td></tr><tr><td align="center">/leave</td><td align="center"></td><td align="center">USER</td><td align="center">Use it to leave games</td></tr></tbody></table>

## Permissions for Game Modifiers

<table><thead><tr><th width="249" align="center">Permission</th><th width="371" align="center">Game Modifier</th><th align="center">Type</th></tr></thead><tbody><tr><td align="center">pillars.vote.normal</td><td align="center">Normal Game Modifier</td><td align="center">GAME/MAP</td></tr><tr><td align="center">pillars.vote.shuffle</td><td align="center">Shuffle Game Modifier</td><td align="center">GAME</td></tr><tr><td align="center">pillars.vote.balanced</td><td align="center">Balanced Game Modifier</td><td align="center">GAME</td></tr><tr><td align="center">pillars.vote.swapper</td><td align="center">Swapper Game Modifier</td><td align="center">GAME</td></tr><tr><td align="center">pillars.vote.portals</td><td align="center">Portals Game Modifier</td><td align="center">MAP</td></tr><tr><td align="center">pillars.vote.rising-lava</td><td align="center">Rising Lava Game Modifier</td><td align="center">MAP</td></tr><tr><td align="center">pillars.vote.ablockalypse</td><td align="center">Ablockalypse Game Modifier</td><td align="center">MAP</td></tr><tr><td align="center">pillars.vote.fragile-blocks</td><td align="center">Fragile Blocks Game Modifier</td><td align="center">MAP</td></tr></tbody></table>


---

# 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.frozed.club/pillars-of-fortune/commands-and-permissions.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.
