forked from Mirrorlandia_minetest/emeraldbank
66 lines
1.5 KiB
Markdown
66 lines
1.5 KiB
Markdown
|
|
# Emeraldbank (MineClone2)
|
|
|
|
[![ContentDB](https://content.minetest.net/packages/NathanielFreeman/emeraldbank/shields/downloads/)](https://content.minetest.net/packages/NathanielFreeman/emeraldbank/)
|
|
|
|
![Screenshot](screenshot.png)
|
|
|
|
|
|
Code under GPLv3 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)!
|
|
|
|
|
|
Feel free to contribute, send MR/PR or issues.
|
|
|
|
|
|
## Description
|
|
|
|
Keep your Emeralds in a bank! And trade with shops.
|
|
|
|
Why Emeralds? In MineClone the emerald is money to trade with villagers!
|
|
|
|
Multiplayer compat!
|
|
|
|
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.
|
|
|
|
|
|
Emeralds shops:
|
|
|
|
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.
|
|
|
|
You can craft the shops.
|
|
|
|
|
|
User /pay command. Pay emeralds to another player:
|
|
```
|
|
/pay <player> <num>
|
|
```
|
|
|
|
|
|
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
|
|
|
|
|
|
## Copying
|
|
|
|
> Copyright (C) 2021 2022 GNU Hacker
|
|
|
|
> Emeraldbank code is under GPLv3 (read LICENSE)
|
|
> cash.ogg sound file and screenshot.png is under CC-0 (public domain)
|