
This plugin enables players to trade items with each other as if they were using a stock market.
Permissions
mcex.admin: Administrator commands
mcex.cmd.*: User commands
Setup
- This plugin depends on Vault, and you should have an economy plugin like Essentials
- Run the server with the plugin once, and then shut it down. You need to configure config.yml in the plugins/mcex folder.
- Follow the directions in config.yml. It should be self-explanatory; you do need a MySQL server.
- Start the server and login on an account with mcex.admin permissions.
- This plugin only works with items that you add. You need to register the items beforehand using /mcex additem.
- The easiest way to add an item is to hold the item in your hand and do "/mcex additem hand <name>"
- You should see the item listed in /mcex search all.
- Have fun!
Commands
/mcex: show all commands and related help.
/mcex recent <buy|sell> [page #]: view recent open offers
/mcex buy <item name> <quantity> <price>: list a buy offer for $price each. If price starts with a /, it lists it for $price total.
/mcex buy <item name> <quantity> <price>: list a sell offer for $price each. If price starts with a /, it lists it for $price total.
/mcex account <buy|sell>: view your current open offers
/mcex chart <item name>: view web chart for item name
/mcex search <all|query>: search for all items starting with query. If "all" is specified, it lists all registered items. Move your mouse over the items: MCEX name is the item name you have to use with the plugin.
/mcex list <buy|sell> <item name> [page #]: View all orders for item name.
/mcex mailbox: View your purchased items.
Many features are currently planned, but backwards-compatibility will be maintained.
Click here for source code.