vishtheshnu / AdminShop

My first minecraft mod for 1.12! Provides means to buy and sell items and fluids using in-game money.
Other
3 stars 3 forks source link

AdminShop

This mod allows modpack developers or server owners to define their own in-game shop for players to interact with via config file. Players can buy from and sell to the shop for an in-game currency.

Blocks:

Shop: This is how players can interact with the shop. Right clicking this will open the shop GUI.

ATM: This allows players to withdraw money in the form of a check. Right clicking the check will deposit the money stored on it into the account of whoever right clicked it.

Seller: This block, registered to whoever places it down, will automatically sell all valid items, fluids, and power to the adminshop and insert the profits into the owner's account. Items can be piped in (through a hopper for example).

To Do:

Create better models for blocks Commands Sync shop items with client on login

Finished:

Add drops to blocks Crafting recipes for blocks Switched accounts to reference player UUID instead of username