Description
This is a command-based eShop mod.
Transactions are logged to: "<world>\basic_eshop\transactions_log.csv"
List of available items and prices in the eShop: "<world>\basic_eshop\prices.csv"
Account balances are stored to: "<world>\basic_eshop\bank.csv"
Every new player automatically gets 30 mine geld.
You can define new items for sale in the file "<world>\basic_eshop\prices.csv"
Item/node name; quantity; price (negative number is for player purchase / positive number is for player sale)
Example "<world>\basic_eshop\prices.csv":
default:dirt;1;-0.1
default:dirt;1;0.3
default:tree;1;-0.35
default:tree;1;1.05
default:cobble;1;-0.15
default:cobble;1;0.45
currency:minegeld;1;-1
currency:minegeld;1;1
User commands:
/shop - show a graphical interface with items to sell and buy
/shop_money - show how much money you have in your eShop account
/shop_top - show the 10 richest players
Admin commands:
/shop_reload - refresh the list of items from "<world>\basic_eshop\prices.csv"
/shop_set_money <player> <amount> - set the amount of money in the player's eShop account "<world>\basic_eshop\bank.csv"