General Commands
Sends a list of commands you can use
Sends a list of commands meant for administrators and ops
Code (Text):
/sell <Asset> <Units>
Sends an order to sell an asset immediately at the lowest price
Code (Text):
/sell <Asset> <Units> <Price>
Sends an order to sell an asset at a specified price
Code (Text):
/sell <Asset> <Units> <Price> stop-limit
Sends an order that turns into a limit order when market reaches its price
Code (Text):
/buy <Asset> <Units>
Sends an order to buy an asset immediately at the lowest price
Code (Text):
/buy <Asset> <Units> <Price>
Sends an order to buy an asset at a specified price
Code (Text):
/buy <Asset> <Units> <Price> stop-limit
Sends an order that turns into a limit order when market reaches its price
Returns current active account
Code (Text):
/account register <account> <password> <Repeat password>
Creates a new account
Code (Text):
/account login <account> <password>
Changes active account
Code (Text):
/account logout
Logs out of active account
Code (Text):
/account password <Old password> <New password>
Changes active account's password
Code (Text):
/account delete <account> <password>
Deletes current active account
Displays all asset balances on your account
Code (Text):
/wallet deposit <Currency> <amount>
Transfers desired amount from economy to your Profitable account wallet
Code (Text):
/wallet withdraw <Currency> <amount>
Transfers desired amount from your wallet to your economy
Displays all active orders on your account
Displays delivery locations of your account
Code (Text):
/delivery set entity
Lets you select the block where bought entities spawn
Code (Text):
/delivery set item
Lets you select the container where bought items go
Sends you a name-tag to mark entities as yours
Displays the top 9 best performing assets (Monthly MC time)
Displays the top 9 assets with more % price movement (Monthly MC time)
Displays the top 9 most traded assets (Monthly MC time)
Displays the top 9 most expensive assets (Monthly MC time)
Code (Text):
/assets categories commodity
Displays all assets from type commodity
Code (Text):
/assets categories currency
Displays all assets from type currency
Code (Text):
/asset <Asset>
Gives you market information about specified asset
Code (Text):
/asset <Asset> graph <Time frame>
Gives you a map containing a candles graph showcasing price movements across a certain time frame
Admin Commands
Code (Text):
/admin config reload
Reloads and updates most config changes
Code (Text):
/admin getplayeracc <player>
Shows player's current active account
Code (Text):
/admin account <account> wallet
Shows account asset balances
Code (Text):
/admin account <account> wallet <asset> <amount>
Allows you to set an account's asset balance to a specific amount
Code (Text):
/admin account <account> passwordreset
Turns an account's password into
for recovery
Code (Text):
/admin account <account> orders
Shows all active orders on the account
Code (Text):
/admin account <account> delivery
Shows delivery locations on the account
Code (Text):
/admin account <account> delivery setitem <x> <y> <z> <world name>
Allows you to set an account's item delivery location
Code (Text):
/admin account <account> delivery setentity <x> <y> <z> <world name>
Allows you to set an account's entity delivery location
Code (Text):
/admin account <account> claimid
Shows the nametag name that recognizes someone's owned entities
Code (Text):
/admin account <account> delete
Deletes an account
Code (Text):
/admin orders findbyasset <asset>
Shows all orders from a specific asset
Code (Text):
/admin orders getbyid <ID> cancel
Cancels an order, giving collateral back to owner
Code (Text):
/admin orders getbyid <ID> delete
Deletes an order
Code (Text):
/admin orders deleteall
Deletes all existing orders
Code (Text):
/admin orders cancelall
Cancels all existing orders (warning: may be heavy)
Code (Text):
/admin orders newlimitorder <asset> <price> <units>
Creates a limit order from thin air (useful for asset's initial supply)
Code (Text):
/admin assets
Shows all registered assets
Code (Text):
/admin assets register commodityEntity <code>
Allows you to enable trading for a specific entity
(won’t account for multiple worlds if not in config)
Code (Text):
/admin assets register commodityItem <code>
Allows you to enable trading for a specific item
(won’t account for multiple worlds if not in config)
Code (Text):
/admin assets register currency <code>
Allows you to create a currency to trade in the exchange
Code (Text):
/admin assets fromid <asset> delete
Deletes a certain asset (will come back if in config)
Code (Text):
/admin assets fromid <asset> newtransaction <price> <volume>
Fakes transactions to make the illusion of market movement on an asset
Code (Text):
/admin assets fromid <asset> edit <New symbol> <New name> <New Color>
Allows you to edit the appearance and identifier of registered assets
Code (Text):
/admin assets fromid <asset> resettransactions
Deletes all records of transactions from an asset (this kills graphs)