# Permissions

**Permissions:**

* **Admin Commands:**
  * `BeastTokens.Admin.Adminhelp`: Grants access to the admin help page.
  * `BeastTokens.Admin.Reload`: Allows reloading of plugin configuration.
  * `BeastTokens.Admin.Addtokens`: Permits admins to add tokens.
  * `BeastTokens.Admin.Removetokens`: Permits admins to remove tokens.
  * `BeastTokens.Admin.Settokens`: Permits admins to set tokens.
  * `BeastTokens.Admin.TokenNote`: Allows admins to add a note when withdrawing tokens.
* **Shop Commands:**
  * `BeastTokens.Shop`: Grants access to the shop command.
  * `BeastTokens.Shop.<Shopname>`: Permission for specific shops. Use "\*" to grant access to all shops.
* **Player Commands:**
  * `BeastTokens.Balance.Others`: Allows players to check other players' balances.
  * `BeastTokens.Balance`: Allows players to check their own balance.
  * `BeastTokens.BalanceTop`: Allows players to check the top balance list.
  * `BeastTokens.Pay`: Allows players to pay other players.
  * `BeastTokens.Withdraw`: Allows players to withdraw tokens.
  * `BeastTokens.Sign.Create`: Allows players to create token shop signs.
  * `BeastTokens.Sign.Use`: Grants access for using signs.
* **Token Drops Permissions:**
  * **Mobs:**
    * `BeastTokens.Drops.Mobs.Zombie`: Permission for a specific mob.
    * `BeastTokens.Drops.Mobs.*`: Permission for all mobs.
  * **MythicMobs:**
    * `BeastTokens.Drops.MythicMobs.Zombie`: Permission for a specific MythicMob.
    * `BeastTokens.Drops.MythicMobs.*`: Permission for all MythicMobs.
  * **Mining:**
    * `BeastTokens.Drops.Mining.Iron_Ore`: Permission for a specific block.
    * `BeastTokens.Drops.Mining.*`: Permission for all blocks.
  * **Farming:**
    * `BeastTokens.Drops.Farming.Carrots`: Permission for a specific block.
    * `BeastTokens.Drops.Farming.*`: Permission for all blocks.
  * **Fishing:**
    * `BeastTokens.Drops.Fishing.Pofferfish`: Permission for a specific item.
    * `BeastTokens.Drops.Fishing.*`: Permission for all items.
