# Permissions

* edprison.refund.<0-100 Percent> -> Able to refund X% of your enchant, for example edprison.refund.40 makes you able to receive the 40% spent of your enchant refunded
* /edp -> edprison.main
  * `/edp reload` -> edprison.reload
  * `/edp msg <player> <message>` -> edprison.msg
  * `/edp title <player> <title>` -> edprison.title
  * `/edp sound <player> <sound>` -> edprison.sound
* /tokens -> edprison.tokens.bal
  * `/tokens add <player> <amount>` -> edprison.tokens.add
  * `/tokens addrandom <player> <min-max>` -> edprison.tokens.addrandom
  * `/tokens set <player> <amount>` -> edprison.tokens.set
  * `/tokens remove <player> <amount>` -> edprison.tokens.remove
  * `/tokens withdraw <amount>` -> edprison.tokens.withdraw
* /gems -> edprison.gems.bal
  * `/gems add <player> <amount>` -> edprison.gems.add&#x20;
  * `/gems addrandom <player> <min-max>` -> edprison.gems.addrandom
  * `/gems set <player> <amount>` -> edprison.gems.set
  * `/gems remove <player> <amount>` -> edprison.gems.remove
  * `/gems withdraw <amount>` -> edprison.gems.withdraw
* /crystals -> edprison.crystals.bal
  * `/crystals add <player> <amount>` -> edprison.crystals.add
  * `/crystals addrandom <player> <min-max>` -> edprison.crystals.addrandom
  * `/crystals set <player> <amount>` -> edprison.crystals.set
  * `/crystals remove <player> <amount>` -> edprison.crystals.remove
  * `/crystals withdraw <amount>` -> edprison.crystals.withdraw
* /multiplier -> edprison.multiplier.bal
  * `/multiplier add <player> <amount>` -> edprison.multiplier.add
  * `/multiplier set <player> <amount>` -> edprison.multiplier.set
  * `/multiplier remove <player> <amount>` -> edprison.multiplier.remove
* /booster & /pouch
  * `/booster give <player> <booster>` -> edprison.booster.give
  * `/pouch give <player> <pouch>` -> edprison.pouch.give
* /robots
  * `/robots give <player> <robot>` -> edprison.robots.give
* /pickaxe
  * `/pickaxe give <player>` -> edprison.pickaxe.give
  * `/pickaxe setlevel <player> <amount>` -> edprison.pickaxe.setlevel
  * `/pickaxe enchant <enchant> <player> <amount>` -> edprison.pickaxe.enchant
* /ah -> edprison.ah.main
  * `/ah <player>` -> edprison.ah.menu
  * `/ah sell <type> <price> [amount]` -> edprison.ah.sell
  * `Auction house group` -> edprison.ah.group.\<group>
* /gang
  * `/gang create <name>` -> edprison.gangs.create
  * `/gang disband` -> edprison.gangs.disband
  * `/gang invite <player>` -> edprison.gangs.invite
  * `/gang uninvite <player>` -> edprison.gangs.uninvite
  * `/gang join <player>` -> edprison.gangs.join
  * `/gang leave` -> edprison.gangs.leave
  * `/gang kick <player>` -> edprison.gangs.kick
  * `/gang promote <player>` -> edprison.gangs.promote
  * `/gang demote <player>` -> edprison.gangs.demote
  * `/gang setleader <player>` -> edprison.gangs.setleader
  * `/gang info [player/gang]` -> edprison.gangs.info
  * `/gang top` -> edprison.gangs.top
  * `/gang deposit <money|tokens|gems|crystals> <amount>` -> edprison.gangs.deposit
  * `/gang withdraw <money|tokens|gems|crystals> <amount>` -> edprison.gangs.withdraw
  * `/gang chat` -> edprison.gangs.chat
  * `/gang top` -> edprison.gangs.top
  * `/gang menu` -> edprison.gangs.menu
* /gangadmin
  * `/gang givemultiplier <gang> <amount>` -> edprison.gangadmin.givemultiplier
  * `/gang giveboost <gang> <boost>` -> edprison.gangadmin.giveboost
  * `/gang givegangbal <money|tokens|gems|crystals> <gang> <amount>` -> edprison.gangadmin.givegangbal
  * `/gang givepoints <gang> <amount>` -> edprison.gangadmin.givepoints
* /autoprestige -> edprison.prestige.toggle


---

# 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://edwardbelt.gitbook.io/edprison-core-documentation/general/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.
