# Commands & Permissions

### User commands

<table data-full-width="false"><thead><tr><th width="190">Command</th><th width="162">Permission</th><th width="256">Description</th><th>Aliases</th></tr></thead><tbody><tr><td>/leaderboardmenu</td><td><code>leaderboardmenus.user.menu</code></td><td>Opens the main menu with all visible boards</td><td>/leaderboard<br>/lbmenu<br>/lbm</td></tr><tr><td>/leaderboardmenu open &#x3C;boardName> [refreshFrequency]</td><td><code>leaderboardmenus.user.menu</code></td><td>Opens the menu for the provided board name and refresh frequency if applicable.<br>If not specified › alltime</td><td></td></tr></tbody></table>

### Admin commands

<table data-full-width="false"><thead><tr><th width="193">Command</th><th width="150">Permission</th><th width="228">Description</th><th>Aliases</th></tr></thead><tbody><tr><td>/leaderboardmenuadmin<br></td><td><code>leaderboardmenus.admin</code></td><td>Core command, has no use on its own. Must be used with subcommands</td><td>/leaderboardadmin<br>/lbmadmin<br>/lbma</td></tr><tr><td>/leaderboardmenuadmin reload</td><td><code>leaderboardmenus.admin.reload</code></td><td>Reloads the plugin configuration files</td><td>rl</td></tr><tr><td>/leaderboardmenuadmin open &#x3C;target> &#x3C;boardName> [refreshFrequency]</td><td><code>leaderboardmenus.admin.open</code></td><td>Opens a leaderboard menu for a player</td><td></td></tr><tr><td>/leaderboardmenuadmin openpage &#x3C;target> &#x3C;boardName> &#x3C;page> [refreshFrequency]</td><td><code>leaderboardmenus.admin.openpage</code></td><td>Opens a specific page of a leaderboard menu for a player</td><td></td></tr><tr><td>/leaderboardmenuadmin checkupdate</td><td><code>leaderboardmenus.admin.checkupdate</code></td><td>Checks for plugin updates</td><td></td></tr><tr><td>/leaderboardmenuadmin help</td><td><code>leaderboardmenus.admin.help</code></td><td>Displays the help message</td><td>how</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.aeonxd.xyz/plugins/leaderboardmenus/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.
