# Commands / Permissions

{% hint style="info" %}
Tournament commands (**/fht**) are separate from the base **/farm** command.
{% endhint %}

These are all of the commands in the PyroFarming Plugin.

### Player Commands

<table data-header-hidden><thead><tr><th width="203.33333333333331">Feature</th><th width="220">Description</th><th>Permission</th></tr></thead><tbody><tr><td>Feature</td><td>Description</td><td>Permission</td></tr><tr><td>/farm</td><td>Shows the command list</td><td>n/a</td></tr><tr><td>/farm menu</td><td>Opens the farm menu</td><td>pyrofarming.command.farmmenu</td></tr><tr><td>/farm shop</td><td>Opens the farm shop</td><td>pyrofarming.command.farmshop</td></tr><tr><td>/farm market</td><td>Opens the farm market</td><td>pyrofarming.command.farmmmarket</td></tr><tr><td>/farm codex</td><td>Opens the farm codex</td><td>pyrofarming.command.codex</td></tr><tr><td>/farm help</td><td>Opens the help guide</td><td>pyrofarming.command.help</td></tr><tr><td>/farm elysium</td><td>Shows Elysium balance</td><td>pyrofarming.command.elysium</td></tr><tr><td>/farm placeditems</td><td>Shows placed items</td><td>pyrofarming.command.placeditems</td></tr><tr><td>/farm friends</td><td>Farm friend settings</td><td>pyrofarming.command.farmfriends</td></tr></tbody></table>

### Admin Commands

<table><thead><tr><th width="214.33333333333331">Feature</th><th width="201">Description</th><th>Permission</th></tr></thead><tbody><tr><td>/farm givegrowstation</td><td>Gives growstations</td><td>pyrofarming.command.givegrowstation</td></tr><tr><td>/farm giveharvestable</td><td>Gives haravestables</td><td>pyrofarming.command.giveharvestitem</td></tr><tr><td>/farm givecustomitem</td><td>Gives custom items</td><td>pyrofarming.command.givecustomitem</td></tr><tr><td>/farm addxp</td><td>Adds Player XP</td><td>pyrofarming.command.addxp</td></tr><tr><td>/farm addelysium</td><td>Adds Player Elysium</td><td>pyrofarming.command.addelysium</td></tr><tr><td>/farm reload</td><td>Reloads the plugin</td><td>pyrofarming.command.reload</td></tr></tbody></table>

### Admin Misc

<table><thead><tr><th width="364">Feature</th><th>Permission</th></tr></thead><tbody><tr><td>Access All Growstations</td><td>pyrofarming.admin.growstation.accessall</td></tr><tr><td>Access All Bushes</td><td>pyrofarming.admin.bushes.accessall</td></tr></tbody></table>

{% hint style="info" %}
Small note regarding `/fht stop`Using`true`as the second argument will distribute rewards while using`false`will not.

/farm friends is disabled by default, whereas all other player-commands are enabled by default. You can disable this feature in the config.yml under "AssumeDefaultPermissions"
{% endhint %}
