1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-22 17:40:23 +02:00

Updated money mod with kilbith's fork

- (nothing interesting, just little syntax fix, and new textures)
This commit is contained in:
LeMagnesium
2015-07-02 19:34:54 +02:00
parent 0fa535ac68
commit 8acd6b66b9
17 changed files with 150 additions and 682 deletions

View File

@ -1,13 +1,30 @@
Minetest 0.4 mod: money
=======================
Minetest mod : money
====================
This mod adds commerce in Minetest.
Commands for players (requires "money" privilege) :
/money — gets the balance of your account
/money pay <account> <amount> — transfers <amount> money to <account>
Commands for administrators (requires "money_admin" privilege) :
/money <account> — gets balance of <account>
/money set <account> <amount> — sets balance of <account> in <amount> money
/money inc <account> <amount> — increases <amount> money to balance of <account>
/money dec <account> <amount> — decreases <amount> money from balance of <account>
/money take <account> <amount> — takes off <amount> money from balance of <account>
Also, this mod adds 2 kinds of shops:
- Simple shop
- Admin shop (no recipe)
This can be found in:
https://github.com/kotolegokot/minetest-mod-money
License of source code
----------------------
-----------------------------
Copyright (C) 2012 kotolegokot, Oleg Matveev <gkotolegokot@gmail.com>
See README.txt in each mod directory for information about other authors.
- Modified by kilbith and nerzhul (2015)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -23,11 +40,6 @@ You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
License of media (textures and sounds)
--------------------------------------
Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
http://creativecommons.org/licenses/by-sa/3.0/
Authors of media files
-----------------------
Copyright (C) 2012 kotolegokot, Oleg Matveev <gkotolegokot@gmail.com>
License of textures
--------------------------
WTFPL (kilbith)