# Plugin Commands and permissions

The plugins installation is covered in the installation page

{% content-ref url="/pages/0Xx6fdIikyjXX3ns8pbO" %}
[Installation](/mcg-mine-net/installation.md)
{% endcontent-ref %}

The commands are listed below including their module and permissions required.\
Keep in mind the module must be enabled to use the commands belonging to the module

## Commands & Permissions

<table><thead><tr><th width="227">Command</th><th>Function</th><th>permission</th><th>Module</th></tr></thead><tbody><tr><td>/ban [user] [reason]</td><td>Bans [User] for [Reason] and sends it to the database</td><td>minenet.banuser</td><td>Bansystem</td></tr><tr><td>/unban [user]</td><td>UnBans [User] and removes it from the database</td><td>minenet.unbanuser</td><td>Bansystem</td></tr><tr><td>/manage bans</td><td>Provides a one time login link for managing Bans and appeals</td><td>minenet.managebans</td><td>Bansystem</td></tr><tr><td>/manage togglecmd [map/discord/web]</td><td>Turns on / off the social commands starting from next restart</td><td>minenet.managesocial</td><td>General</td></tr><tr><td>/map</td><td>Provides a quick link to the worldmap</td><td>None</td><td>General</td></tr><tr><td>/discord</td><td>Provides a quick link to the discord</td><td>None</td><td>General</td></tr><tr><td>/website</td><td>Provides a quick link to the website</td><td>None</td><td>General</td></tr><tr><td>/manage addleaderboard [name] [title] [PAPI placeholder]</td><td>Allows adding of a leaderboard with given NAME and shows on the webpage with given TITLE using PAPI Placeholders</td><td>minenet.leaderboards.add</td><td>Leaderboards</td></tr><tr><td>/manage removeleaderboard [ name]</td><td>Remove the leaderboard with given NAME</td><td>minenet.leaderboards.remove</td><td>Leaderboards</td></tr><tr><td>/manage listleaderboard</td><td>List all leaderboards and entry's each one has</td><td>minenet.leaderboards.list</td><td>Leaderboards</td></tr><tr><td>/manage getleaderboard [name]</td><td>Showcases all scores registered for provided leaderboard</td><td>minenet.leaderboards.get</td><td>Leaderboards</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.mcgsoft.eu/mcg-mine-net/plugin-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.
