> For the complete documentation index, see [llms.txt](https://quality-plus.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quality-plus.gitbook.io/untitled/commands-and-permissions.md).

# Commands and Permissions

Command aliases, permisions, syntax and more can be changed in commands.yml of each plugin.

## **TheAlchemist**

* /TheAlchemist create \<id> - Create recipe command | Permission Node: thealchemist.create
* /TheAlchemist delete \<id> - Delete recipe command | Permission Node: thealchemist.delete
* /TheAlchemist help - Show all commands | Permission Node: thealchemist.help
* /TheAlchemist open - Open stand gui | Permission Node: thealchemist.open
* /TheAlchemist reload - Reload files | Permission Node: thealchemist.reload

## **TheAnvil**

* /TheAnvil open - Open anvil gui | Permission Node: theanvil.open
* /TheAnvil reload - Reload files | Permission Node: theanvil.reload
* /TheAnvil help - Show all commands | Permission Node: theanvil.help

## **TheAuction**

* /TheAuction open - Open auction gui | Permission Node: theauction.open
* /TheAuction reload - Reload files | Permission Node: theauction.reload
* /TheAuction help - Show all commands | Permission Node: theauction.help

## **TheBank**

* /TheBank open - Open bank gui | Permission Node: thebank.open
* /TheBank givepersonal \<player> - Give personal bank to players | Permission Node: thebank.givepersonal
* /TheBank reload - Reload files | Permission Node: thebank.reload
* /TheBank help - Show all commands | Permission Node: thebank.help

## **TheCrafting**

* /TheCrafting create \<id> - Creates a new recipe | Permission Node: thecrafting.create
* /TheCrafting delete \<id> - Delete recipe command | Permission Node: thecrafting.delete
* /TheCrafting preview \<id> - Voew recipe preview | Permission Node: thecrafting.preview
* /TheCrafting book - Open recipes book gui | Permission Node: thecrafting.book
* /TheCrafting recipes - Open recipes gui | Permission Node: thecrafting.recipes&#x20;
* /TheCrafting help - Show all commands | Permission Node: thecrafting.help

## **TheEnchanting**

* /TheEnchanting open - Open enchanting gui | Permission Node: theenchanting.open
* /TheEnchanting reload - Reload files | Permission Node: theenchanting.reload
* /TheEnchanting help - Show all commands | Permission Node: theenchanting.help

## **TheSkills**

* /TheSkills add \<player> \<object> \<amount> - Add skill or stat level | Permission Node: theskills.add
* /TheSkills remove \<player> \<object> \<amount> - Remove skill or stat level | Permission Node: theskills.remove
* /TheSkills mainmenu - Open main menu | Permission Node: theskills.mainmenu
* /TheSkills skillmenu \<skill> - Open specific skill gui | Permission Node: theskills.skillmenu&#x20;
* /TheSkills perks - Open perks gui | Permission Node: theskills.perks
* /TheSkills stats - Open stats gui | Permission Node: theskills.stats
* /TheSkills open - Open enchanting gui | Permission Node: theskills.open
* /TheSkills reload - Reload files | Permission Node: theskills.reload
* /TheSkills help - Show all commands | Permission Node: theskills.help

## **TheSouls**

* /TheSouls givesoul \<player> - Give soul to a player | Permission Node: thesouls.givesoul&#x20;
* /TheSouls open - Open souls gui | Permission Node: thesouls.open
* /TheSouls tia - Open tia gui | Permission Node: thesouls.tia&#x20;
* /TheSouls reload - Reload files | Permission Node: thesouls.reload
* /TheSouls help - Show all commands | Permission Node: thesouls.help

## **TheTrades**

* /TheTrades open - Open trades gui | Permission Node: thetrades.open
* /TheTrades reload - Reload files | Permission Node: thetrades.reload
* /TheTrades help - Show all commands | Permission Node: thetrades.help

## TheDragon

* /TheDragon reload - Reload files | Permission Node: thedragon.reload
* /TheDragon help - Show all commands | Permission Node: thedragon.help
* /TheDragon addcrystal - Add dragon crystal | Permission Node: thedragon.addcrystal&#x20;
* /TheDragon addguardian \<Id> - Create guardian | Permission Node: thedragon.addguardian
* /TheDragon addguardianspawn - Add guardian spawn | Permission Node: thedragon.addguardianspawn
* /TheDragon start - Force dragon game to start | Permission Node: thedragon.start
* /TheDragon stop - Force dragon game to stop | Permission Node: thedragon.stop
* /TheDragon setdragonspawn - Set the dragon spawn | Permission Node: thedragon.setdragonspawn
* /TheDragon mainmenu - Open main menu | Permission Node: thedragon.mainmenu
* /TheDragon guardiansmenu - Open guardians menu | Permission Node: thedragon.guardiansmenu
* /TheDragon givenderkey \<player> \<amount> - Give ender keys to player | Permission Node: thedragon.giveenderkey
* /TheDragon setupmode - Join/Leave from setupmode | Permission Node: thedragon.setupmode

## ThePets

* /ThePets reload - Reload files | Permission Node: thepets.reload
* /ThePets help - Show all commands | Permission Node: thepets.help
* /ThePets open - Open pets menu | Permission Node: thepets.open
* /ThePets giveegg \<player> \<id> - Give pet egg to player | Permission Node: thepets.giveegg

## TheCollections

* /TheCollections mainmenu - Open main menu | Permission Node: thecollections.mainmenu
* /TheCollections reload - Reload all files | Permission Node: thecollections.reload
* /TheCollections collection - Open specific collection menu | Permission Node: thecollections.collection&#x20;
* /TheCollections category - Open specific collection category menu | Permission Node: thecollections.category&#x20;
* /TheCollections setlevel - Set collection level | Permission Node: thecollections.setlevel&#x20;
* /TheCollections setxp - Set collection xp | Permission Node: thecollections.setxp&#x20;
* /TheCollections setitem - Set a collection's item to item in your hand | Permission Node: thecollections.setitem&#x20;
* /TheCollections dropitem - Drop collection's item (test purposes) | Permission Node: thecollections.dropitem


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://quality-plus.gitbook.io/untitled/commands-and-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
