mirror of
https://codeberg.org/usrib/emeraldbank.git
synced 2024-11-19 22:23:50 +01:00
66 lines
1.5 KiB
Markdown
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.
|