Item Stock Exchange
Information
Plugin that automates trading based on supply and demand. Create an offer or a demand and the plugin will automatically find the perfect solution for you. Items can be picked up at an NPC (see Citizens) with an right click. With an admin offer certain items can be purchased unlimited.
Installation:
1. Put the jar in your plugin folder.
2. Start your server
3. Modify config.yml (MySQL Connection)
4. Change "npcName" (separated with commas) in lang.yml into the desired NPC name from which item can be retrieved.
Commands:
!All commands require the item name and not the id! (e.g. stone, sponge, lava_bucket)
Create an offer:
/offer <create|delete|list> <parameter> (parameter --> itemname amount price_per_item)
Create a demand:
/demand <create|delete|list> <parameter> (parameter --> itemname amount price_per_item)
Create a admin demand:
/admindemand <create|delete> <parameter> (parameter --> itemname price_per_item)
Search command:
/auktion <demand|offer> <item>
Create an info sign:
/adminsign register <item>
After entering the command right click on a sign. Price information about the item specified in the command is displayed on the sign and updated cyclically. (only avalible for wall sign)
/help - Overview of all commands.
/transaction - Overview of the last 20 transactions.
Requirements:
- Vault
- Citizens 2
- HeadDatabase
- MySQL Database (--> config.yml)
Permissions:
auction.user :
- /offer
- /demand
- /auktion
auction.admin :
- /admindemand
- /adminsign
Update RC-1.0.0:
New commands:
- /help - Overview of all commands.
- /transaction - Overview of the last 20 transactions.
- /market <demand|offer> Revised and replaced by a GUI.
General updates:
- Update for MC 1.13 and 1.14
- BugFixes
- Decimal prices allowed
- Security settings for incorrect entries of items and amounts
- Complete text output in English
(New) dependencies:
- Vault, Citizens, HeadDatabase
- HeadDatabase free version in planning
Under development:
Multi language support (lang.yml)
Admin Offer
Comments