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

3 years ago
11 months ago
# Emerald Bank and Shops (MineClone2)
3 years ago
![Screenshot](screenshot.png)
11 months ago
Code under GPLv3 License
3 years ago
3 years ago
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)!
3 years ago
## Description
11 months ago
### Bank
Keep your Emeralds in a bank!
3 years ago
3 years ago
Why Emeralds? In MineClone the emerald is money to trade with villagers!
11 months ago
Multiplayer support!
3 years ago
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.
11 months ago
### Shops
3 years ago
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.
11 months ago
The shop keep your earned money in your bank account.
3 years ago
You can craft the shops.
11 months ago
### Commands
3 years ago
User /pay command. Pay emeralds to another player:
```
/pay <player> <num>
```
3 years ago
3 years ago
Admin command to add emeralds in bank accounts:
11 months ago
3 years ago
```
3 years ago
/emeralds <player> <num>
3 years ago
```
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
11 months ago
Feel free to contribute, send MR/PR or issues.