BETA V0.5 - MC 1.5.2 and up
Details
-
FilenameGoldTrader.jar
-
Uploaded by
-
UploadedJul 13, 2013
-
Size13.61 KB
-
Downloads835
-
MD547801bf84c3e72a078e4efe23fb0158f
Supported Bukkit Versions
- 1.6.2
Changelog
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>