File Details
BETA V0.5 - MC 1.5.2 and up
- B
- Jul 13, 2013
- 13.61 KB
- 844
- 1.6.2
File Name
GoldTrader.jar
Supported Versions
- 1.6.2
BETA V0.1
- command /checkprice
- command /buy
- command /sell
BETA V0.2
caught bug to buy infinite resources when the price isn't in the price list!
BETA V0.5
- new command itemidcheck
- new command addproduct
- new XML-format
- bug-fix: could buy infinit resources when your GN were equal to the purchase price
- command buy applies now damage
DON'T FORGET TO CREATE AN XML-FILE ON THE ROOT OF YOUR SERVER example:
<itemlist> <item> <name>dirt</name> <id>3:0</id> <sellingprice>1</sellingprice> <buyingprice>2</buyingprice> </item> <item> <name>diamond</name> <id>264:0</id> <sellingprice>45</sellingprice> <buyingprice>45</buyingprice> </item> </itemlist>