mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-04 17:40:26 +01:00
8acd6b66b9
- (nothing interesting, just little syntax fix, and new textures)
46 lines
1.7 KiB
Plaintext
Executable File
46 lines
1.7 KiB
Plaintext
Executable File
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>
|
|
- 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
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program 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 this program; if not, write to the Free Software Foundation, Inc.,
|
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
License of textures
|
|
--------------------------
|
|
WTFPL (kilbith)
|