# Permissions, Commands, & Placeholders

<table data-header-hidden><thead><tr><th width="217">Command</th><th width="193">Permission</th><th>Description</th></tr></thead><tbody><tr><td>Command</td><td>Permission</td><td>Description</td></tr><tr><td>/economobs</td><td>default</td><td>Brings up an in-game help guide.</td></tr><tr><td>/economobs toggle</td><td>default</td><td>Toggles messaging features.</td></tr><tr><td>/economobs profile &#x3C;player></td><td>economobs.profile</td><td>Checks the multiplier profile of a user.</td></tr><tr><td>/economobs check &#x3C;mob/custom> &#x3C;entity></td><td>economobs.check</td><td>Checks the loot tables of an entity.</td></tr><tr><td>/economobs multiplier add &#x3C;user> &#x3C;entity/tool/world/custom_entity/custom_tool> &#x3C;context> &#x3C;multiplier></td><td>economobs.multiplier</td><td>Adds a multiplier to a user.</td></tr><tr><td>/economobs multiplier remove &#x3C;user> &#x3C;entity/tool/world/custom_entity/custom_tool> &#x3C;context></td><td>economobs.multiplier</td><td>Removes a multiplier from a user.</td></tr><tr><td>/economobs reload</td><td>economobs.reload</td><td>Reloads the plugin.</td></tr><tr><td>All</td><td>economobs.admin</td><td>Gives access to all commands.</td></tr></tbody></table>

| Permission               | Description                              |
| ------------------------ | ---------------------------------------- |
| economobs.group.\<group> | Adds a multiplier group to a user/group. |

<table><thead><tr><th width="358">Placeholder</th><th width="255">Description</th><th>Default Value</th></tr></thead><tbody><tr><td>%economobs_multiplier_entity_&#x3C;entity>%</td><td>Prints the players multiplier of an entity.</td><td>1.0</td></tr><tr><td>%economobs_multiplier_tool_&#x3C;tool>%</td><td>Prints the players multiplier of a tool.</td><td>1.0</td></tr><tr><td>%economobs_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/economobs/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.
