forked from Mirrorlandia_minetest/emeraldbank
readme in MD
This commit is contained in:
parent
e39bb4e085
commit
b7666591a5
57
README.md
Normal file
57
README.md
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
|
||||||
|
# Emeraldbank (MineClone2)
|
||||||
|
|
||||||
|
[![ContentDB](https://content.minetest.net/packages/NathanielFreeman/emeraldbank/shields/downloads/)](https://content.minetest.net/packages/NathanielFreeman/emeraldbank/)
|
||||||
|
|
||||||
|
![Screenshot](screenshot.png)
|
||||||
|
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
Keep your Emeralds in a bank!
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Admin command to add emeralds in bank accounts:
|
||||||
|
|
||||||
|
```
|
||||||
|
/emeraldbank <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 Sandro Del Toro De Ana
|
||||||
|
|
||||||
|
> 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/>.
|
||||||
|
|
||||||
|
|
||||||
|
## Bug repport / Suggestions
|
||||||
|
|
||||||
|
Feel free to contribute, send MR/PR or issues.
|
||||||
|
|
||||||
|
[Issues](https://notabug.org/NathanielFreeman/emeraldbank/issues)
|
53
README.org
53
README.org
@ -1,53 +0,0 @@
|
|||||||
|
|
||||||
#+TITLE: Emeraldbank Minetest Mod
|
|
||||||
#+AUTHOR: Samdro Del Toro de Ana
|
|
||||||
#+options: author:nil date:t num:nil toc:nil
|
|
||||||
#+language: es
|
|
||||||
|
|
||||||
* Emeraldbank (MineClone2)
|
|
||||||
|
|
||||||
** Description
|
|
||||||
|
|
||||||
Keep your Emeralds in a bank!
|
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Admin command to add emeralds in bank accounts:
|
|
||||||
|
|
||||||
~/emeraldbank <player> <num>~
|
|
||||||
|
|
||||||
If num is 0 return emeralds in player account.
|
|
||||||
|
|
||||||
|
|
||||||
This mod is for [[https://content.minetest.net/packages/Wuzzy/mineclone2/][MineClone2]] Game, dont work with MTG
|
|
||||||
|
|
||||||
|
|
||||||
** Copying
|
|
||||||
|
|
||||||
Copyright (C) 2021 Sandro Del Toro De Ana
|
|
||||||
|
|
||||||
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/>.
|
|
||||||
|
|
||||||
|
|
||||||
** Bug repport / Suggestions
|
|
||||||
|
|
||||||
[[https://notabug.org/NathanielFreeman/emeraldbank/issues][Issues]]
|
|
Loading…
Reference in New Issue
Block a user