You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.2 KiB
Markdown

# Emerald Bank and Shops (MineClone2)
![Screenshot](screenshot.png)
Code under GPLv3 License
EmeraldBank Mod is [Libre/Free Software](https://www.gnu.org/philosophy/free-sw.html), copy and share.
This is not [open source](https://www.gnu.org/philosophy/open-source-misses-the-point.html)!
## Description
### Bank
Keep your Emeralds in a bank!
Why Emeralds? In MineClone the emerald is money to trade with villagers!
Multiplayer support!
Add a crafteable Emerald bank node. Craft can be disable in mod settings.
If rightclick on bank, you can keep your Emeralds (or emeraldblocks) inside.
If punch the bank, get back your Emeralds.
### Shops
Put items in emerald shops, set a price and the item count in the shop GUI.
And ready, the players can will buy your items.
The shop keep your earned money in your bank account.
You can craft the shops.
### Commands
User /pay command. Pay emeralds to another player:
```
/pay <player> <num>
```
Admin command to add emeralds in bank accounts:
```
/emeralds <player> <num>
```
If num is 0 return emeralds in player account.
This mod is for [MineClone2](https://content.minetest.net/packages/Wuzzy/mineclone2/) Game, dont work with MTG
Feel free to contribute, send MR/PR or issues.