# Permissions & Commands

<table data-header-hidden><thead><tr><th width="234.4887892376682">Command</th><th>Permission</th><th>Description</th></tr></thead><tbody><tr><td>/econoblocks</td><td>default</td><td>Brings up an in-game help guide.</td></tr><tr><td>/econoblocks toggle</td><td>econoblocks.toggle</td><td>Toggles messaging features.</td></tr><tr><td>/econoblocks profile &#x3C;user></td><td>econoblocks.profile</td><td>Checks the multipliers of a user.</td></tr><tr><td>/econoblocks check &#x3C;block/custom> &#x3C;context</td><td>econoblocks.check</td><td>Checks the loot of a block.</td></tr><tr><td>/econoblocks multiplier add &#x3C;user> &#x3C;block/tool/world/custom_block/custom_tool> &#x3C;context> &#x3C;multiplier></td><td>econoblocks.multiplier</td><td>Adds a multiplier to a user.</td></tr><tr><td>/econoblocks multiplier remove &#x3C;user> &#x3C;block/tool/world/custom_block/custom_tool> &#x3C;context></td><td>econoblocks.multiplier</td><td>Removes a multiplier from a user.</td></tr><tr><td>/econoblocks reload</td><td>econoblocks.reload</td><td>Reloads the plugin.</td></tr><tr><td>All commands</td><td>econoblocks.admin</td><td>Grants all commands.</td></tr></tbody></table>

<table><thead><tr><th>Permission</th><th width="233.33333333333326">Description</th></tr></thead><tbody><tr><td>econoblocks.group.&#x3C;group></td><td>Adds a multiplier group to a user/group.</td></tr></tbody></table>

<table><thead><tr><th width="360">Placeholder</th><th>Description</th><th>Default Value</th></tr></thead><tbody><tr><td>%econoblocks_multiplier_block_&#x3C;block>%</td><td>Prints the players multiplier of a block.</td><td>1.0</td></tr><tr><td>%econoblocks_multiplier_tool_&#x3C;tool>%</td><td>Prints the players multiplier of a tool.</td><td>1.0</td></tr><tr><td>%econoblocks_multiplier_world_&#x3C;world>%</td><td>Prints the players multiplier of a world.</td><td>1.0</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://wiki.flrp.dev/free/econoblocks/permissions-and-commands.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.
