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

# Commands & Permissions

### **Admin Commands**

#### **/tne ecomenu**

* **Aliases**: `/myeco`, `/ecomin`, `/ecoadmin`, `/ecomanage`, `/theneweconomy`
* **Permission**: `tne.admin.menu`
* The main admin command for TNE.

#### **/tne help**

* **Aliases**: `/tne ?`
* **Permission**: None
* Command help pages.

#### **/tne backup**

* **Aliases**: `/tne archive`
* **Permission**: `tne.admin.backup`
* Creates a backup of all server data.

#### **/tne create \[name]**

* **Aliases**: `/tne add`, `/tne new`, `/tne make`, `/tne +`
* **Permission**: `tne.admin.create`
* Creates a new non-player economy account.- name - The name of the account.- Balance \~ The starting balance of the account.

#### **/tne debug \[level]**

* **Permission**: `tne.admin.debug`
* Toggles console debug mode.

#### **/tne delete \[name]**

* **Aliases**: `/tne destroy`, `/tne del`, `/tne remove`, `/tne -`
* **Permission**: `tne.admin.delete`
* Deletes a player account.- Player \~ The account owner.

#### **/tne reload \[type]**

* **Permission**: `tne.admin.reload`
* Saves modifications made via command, and reloads a configuration file.- Configuration \~ The identifier of the configuration to reload. Default is all.

#### **/tne reset**

* **Aliases**: `/tne nuke`
* **Permission**: `tne.admin.reset`
* Deletes all economy-related data from the database.

***

### **Money Commands**

#### **/money balance**

* **Aliases**: `/bal`, `/eco`, `/balance`
* **Permission**: `tne.money.balance`
* Displays your current holdings.

#### **/money give \[player] \[amount]**

* **Aliases**: `/money add`, `/money +`
* **Permission**: `tne.money.give`
* Adds money into your economy, and gives it to a player.

#### **/money withdraw \[amount]**

* **Permission**: `tne.money.withdraw`
* Withdraws money from your account.

#### **/money deposit \[amount]**

* **Permission**: `tne.money.deposit`
* Deposits money into your account.

#### **/money set \[player] \[amount]**

* **Aliases**: `/money =`
* **Permission**: `tne.money.set`
* Sets a player’s balance to a specific amount.

#### **/money top**

* **Aliases**: `/baltop`
* **Permission**: `tne.money.top`
* Displays the top account balances.

***

### **Module Commands**

#### **/module list**

* **Aliases**: `/mod list`
* **Permission**: `tne.list.available`
* Lists all available modules.

#### **/module download \[moduleName]**

* **Aliases**: `/mod dl`
* **Permission**: `tne.module.download`
* Downloads a specific module.

#### **/module info \[moduleName]**

* **Aliases**: `/mod i`
* **Permission**: `tne.module.info`
* Displays information about a specific module.

***

### **Transaction Commands**

#### **/transaction history**

* **Aliases**: `/trans history`, `/receipt history`
* **Permission**: `tne.transaction.history`
* Displays your transaction history.

#### **/transaction info \[UUID]**

* **Aliases**: `/trans info`, `/receipt info`
* **Permission**: `tne.info.history`
* Displays information about a specific transaction.

***

### **Short Commands**

#### **/givemoney \[player] \[amount]**

* **Aliases**: `/givebal`
* **Permission**: `tne.money.give`
* Adds money into your economy, and gives it to a player.

#### **/takemoney \[player] \[amount]**

* **Aliases**: `/takebal`
* **Permission**: `tne.money.take`
* Takes money from a player’s balance.

#### **/pay \[player] \[amount]**

* **Permission**: `tne.money.pay`
* Transfers money from your account to another player.

#### **/baltop**

* **Permission**: `tne.money.top`
* Displays the top account balances.

#### **/transactions**

* **Permission**: `tne.transaction.history`
* Displays your transaction history.

***

For further details on permissions and descriptions, refer to the `messages.yml` file included with the plugin.


---

# 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://tne.gitbook.io/tne-docs/intro/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.
