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.

67 lines
1.8 KiB
Markdown

3 years ago
# Emeraldbank (MineClone2)
[![ContentDB](https://content.minetest.net/packages/NathanielFreeman/emeraldbank/shields/downloads/)](https://content.minetest.net/packages/NathanielFreeman/emeraldbank/)
![Screenshot](screenshot.png)
3 years ago
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.
3 years ago
## Description
Keep your Emeralds in a bank!
3 years ago
Why Emeralds? In MineClone the emerald is money to trade with villagers!
3 years ago
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.
3 years ago
User /pay command. Pay emeralds to another player:
```
/pay <player> <num>
```
3 years ago
3 years ago
Admin command to add emeralds in bank accounts:
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
## Copying
3 years ago
> Copyright (C) 2021 Free Software Foundation
3 years ago
> Emeraldbank is free software: you can redistribute it and/or modify
> it under the terms of the GNU General Public License as published by
> the Free Software Foundation, either version 3 of the License, or
> any later version.
> Emeraldbank is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> GNU General Public License for more details.
> You should have received a copy of the GNU General Public License
> along with Emeraldbank. If not, see <https://www.gnu.org/licenses/>.