readme update

This commit is contained in:
Nathaniel Freeman 2021-10-06 13:01:55 +02:00
parent 9f7493f74d
commit 38ffd38201

@ -6,6 +6,16 @@
![Screenshot](screenshot.png) ![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 ## Description
Keep your Emeralds in a bank! Keep your Emeralds in a bank!
@ -21,9 +31,13 @@ If rightclick on bank, you can keep your Emeralds (or emeraldblocks) inside.
If punch the bank, get back your Emeralds. If punch the bank, get back your Emeralds.
User /pay command. Pay emeralds to another player:
```
/pay <player> <num>
```
Admin command to add emeralds in bank accounts: Admin command to add emeralds in bank accounts:
``` ```
/emeraldbank <player> <num> /emeraldbank <player> <num>
``` ```
@ -50,10 +64,3 @@ This mod is for [MineClone2](https://content.minetest.net/packages/Wuzzy/mineclo
> You should have received a copy of the GNU General Public License > You should have received a copy of the GNU General Public License
> along with Emeraldbank. If not, see <https://www.gnu.org/licenses/>. > along with Emeraldbank. If not, see <https://www.gnu.org/licenses/>.
## Bug repport / Suggestions
Feel free to contribute, send MR/PR or issues.
[Issues](https://notabug.org/NathanielFreeman/emeraldbank/issues)