TNE Docs
  • Getting Started
    • Welcome
    • Currencies Key Concepts
    • Creating a Currency
    • Breakdown of Main Currency Configuration File
    • Breakdown of Denomination Configuration File
    • Commands & Permissions
    • PlaceholderAPI Placeholders
  • FAQ HOWTO
    • HOW TO: Limit Access to Currencies
    • HOWTO: Contribute Translation
    • HOWTO: Share Balances Across Servers
  • Developers
    • Welcome Developers
    • Contributing
    • API Usage
    • Callbacks
    • Platform Implementations
    • Creating Custom Account Type
    • Creating Custom Balance Handlers
    • Creating Custom Account Statuses
    • Creating Custom Balance Format Rule
    • Creating Custom Currency Loader & Saver
    • Creating Custom Currency Type
    • Creating Custom Transaction Checks
    • Creating Custom TaxType
    • Creating Custom Transaction Type
Powered by GitBook
On this page
  • Admin Commands
  • Money Commands
  • Module Commands
  • Transaction Commands
  • Short Commands
  1. Getting Started

Commands & Permissions

This document provides a comprehensive list of commands available in TheNewEconomy (TNE) plugin, along with their required permissions and description strings from the messages.yml file.

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.

PreviousBreakdown of Denomination Configuration FileNextPlaceholderAPI Placeholders

Last updated 5 months ago