emeraldbank/README.md

67 lines
1.5 KiB
Markdown
Raw Normal View History

2021-08-07 22:50:09 +02:00
# Emeraldbank (MineClone2)
[![ContentDB](https://content.minetest.net/packages/NathanielFreeman/emeraldbank/shields/downloads/)](https://content.minetest.net/packages/NathanielFreeman/emeraldbank/)
![Screenshot](screenshot.png)
2022-01-31 22:48:59 +01:00
Code under GPLv3+ License
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.
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.
2021-08-07 22:50:09 +02:00
## Description
2022-01-08 09:19:50 +01:00
Keep your Emeralds in a bank! And trade with shops.
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!
2021-08-07 22:50:09 +02:00
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.
2022-01-08 09:19:50 +01:00
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.
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:
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
## Copying
2022-01-08 09:19:50 +01:00
> Copyright (C) 2021 2022 GNU Hacker
2021-08-07 22:50:09 +02:00
2022-01-31 22:48:59 +01:00
> Emeraldbank code is under GPLv3+ (read LICENSE)
2022-01-08 09:23:49 +01:00
2022-01-08 09:19:50 +01:00
> cash.ogg sound file and screenshot.png is under CC-0 (public domain)