2021-08-07 22:50:09 +02:00
|
|
|
|
2023-08-17 05:06:37 +02:00
|
|
|
# Emerald Bank and Shops (MineClone2)
|
2021-08-07 22:50:09 +02:00
|
|
|
|
2023-08-25 18:29:50 +02:00
|
|
|
[![ContentDB](https://content.minetest.net/packages/NathanielFreeman/emeraldbank/shields/downloads/)](https://content.minetest.net/packages/NathanielFreeman/emeraldbank/)
|
|
|
|
|
2021-08-07 22:50:09 +02:00
|
|
|
![Screenshot](screenshot.png)
|
|
|
|
|
2023-08-30 03:44:29 +02:00
|
|
|
Code under AGPLv3-or-later License
|
2021-08-07 22:50:09 +02:00
|
|
|
|
2021-10-06 13:01:55 +02:00
|
|
|
EmeraldBank Mod is [Libre/Free Software](https://www.gnu.org/philosophy/free-sw.html), copy and share.
|
|
|
|
|
2023-08-18 06:31:05 +02:00
|
|
|
[This is not open source](https://www.gnu.org/philosophy/open-source-misses-the-point.html)!
|
2021-10-06 13:01:55 +02:00
|
|
|
|
|
|
|
|
2021-08-07 22:50:09 +02:00
|
|
|
## Description
|
|
|
|
|
2023-08-17 05:02:48 +02:00
|
|
|
### Bank
|
|
|
|
|
|
|
|
Keep your Emeralds in a bank!
|
2021-08-07 22:50:09 +02:00
|
|
|
|
2021-10-05 20:55:38 +02:00
|
|
|
Why Emeralds? In MineClone the emerald is money to trade with villagers!
|
|
|
|
|
2023-08-17 05:06:37 +02:00
|
|
|
Multiplayer support!
|
2021-08-07 22:50:09 +02:00
|
|
|
|
2023-08-30 03:42:06 +02:00
|
|
|
Add a crafteable Emerald bank node.
|
|
|
|
|
|
|
|
Works like gpcf's ATMs but with Emeralds!
|
2021-08-07 22:50:09 +02:00
|
|
|
|
2023-08-25 17:21:51 +02:00
|
|
|
Rightclick on bank open the bank interface, where you can deposit or withdraw your Emeralds.
|
2021-08-07 22:50:09 +02:00
|
|
|
|
2023-08-30 03:42:06 +02:00
|
|
|
You can transfer money to other players in Bank interface.
|
2021-08-07 22:50:09 +02:00
|
|
|
|
2023-08-17 05:02:48 +02:00
|
|
|
|
2023-08-18 06:31:05 +02:00
|
|
|
### Shops (Like fancy_vend mod)
|
2022-01-08 09:19:50 +01:00
|
|
|
|
2023-08-18 06:31:05 +02:00
|
|
|
The new shops are based in _fancy_vend_ mod shops
|
2022-01-08 09:19:50 +01:00
|
|
|
|
2023-08-18 06:31:05 +02:00
|
|
|
[Learn more about shops here](https://github.com/ChimneySwift/fancy_vend/blob/master/README.md)
|
2022-01-08 09:19:50 +01:00
|
|
|
|
2023-08-17 05:02:48 +02:00
|
|
|
|
|
|
|
### Commands
|
|
|
|
|
2021-10-06 13:01:55 +02:00
|
|
|
User /pay command. Pay emeralds to another player:
|
|
|
|
```
|
|
|
|
/pay <player> <num>
|
|
|
|
```
|
2021-08-07 22:50:09 +02:00
|
|
|
|
2021-10-06 13:01:55 +02:00
|
|
|
|
|
|
|
Admin command to add emeralds in bank accounts:
|
2023-08-17 05:02:48 +02:00
|
|
|
|
2021-08-07 22:50:09 +02:00
|
|
|
```
|
2021-10-13 14:23:24 +02:00
|
|
|
/emeralds <player> <num>
|
2021-08-07 22:50:09 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
2023-08-17 05:02:48 +02:00
|
|
|
Feel free to contribute, send MR/PR or issues.
|