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.

66 lines
1.5 KiB
Markdown

# Emerald Bank and Shops (MineClone2)
[![ContentDB](https://content.minetest.net/packages/NathanielFreeman/emeraldbank/shields/downloads/)](https://content.minetest.net/packages/NathanielFreeman/emeraldbank/)
![Screenshot](screenshot.png)
Code under AGPLv3-or-later 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.
Works like gpcf's ATMs but with Emeralds!
Rightclick on bank open the bank interface, where you can deposit or withdraw your Emeralds.
You can transfer money to other players in Bank interface.
### Shops (Like fancy_vend mod)
The new shops are based in _fancy_vend_ mod shops
[Learn more about shops here](https://github.com/ChimneySwift/fancy_vend/blob/master/README.md)
### Commands
User /pay command. Pay emeralds to another player:
```
/pay <player> <num>
```
User /money command. Show you the emeralds in your bank account in the chat.
```
/money
```
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.