> For the complete documentation index, see [llms.txt](https://docs.mcgsoft.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mcgsoft.eu/mcg-mine-net/plugin-commands-and-permissions.md).

# 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>
