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

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