Go to file
Andrew Engelbrecht 65c36ff695 fixed old gitorious links
this is now hosted on gitlab.
2015-03-04 00:23:55 -05:00
src reorganize the directory structure a bit. 2013-09-25 14:03:00 -04:00
textures use standard item and file naming scheme 2012-10-19 12:03:46 -04:00
.gitignore the xp-levels file was moved long-ago 2012-09-10 15:10:53 -04:00
README fixed old gitorious links 2015-03-04 00:23:55 -05:00
WTFPL correct texture license 2013-09-25 15:34:12 -04:00
depends.txt initial commit, based on sethomes mod, 8033915df1 2012-09-05 14:42:00 -04:00
init.lua update version to 0.1.1 2013-09-25 15:39:33 -04:00

README

xp mod
======

this is BETA software.
it has been tested on minetest version 0.4.7.

cloning this repository:

    git clone https://gitlab.com/minetest-xpmod/xp


HOW IT WORKS
------------

you will get experience points (xp) as you dig and build. to see how much xp
you have, type:

    /showxp

if you want to give a user extra xp, you could do it like this:

    /givexp somebody digging 100

you'll need the necessary privs for that command:

    /grant singleplayer givexp

when you get more xp, you gain levels. as your level gets higher, you will
obtain experium while you dig or build.

to craft an experium pick, use experium (E) and a mese pick (P):

    E E E
    - P -
    - - -

the pick digs about double the speed of the mese pick, and offers double drops
when digging certain items.


INSTALL
=======

GNU/Linux
---------

to install in GNU/Linux on global MT installs, run these commands:

    mkdir -p ~/.minetest/mods/
    ln -s `pwd` ~/.minetest/mods

if you changed the location of this source code, try deleting the old symlink
before running the above commands:

    rm ~/.minetest/mods/xp

OTHER SYSTEMS
-------------

installation instructions for other systems and setups:
    http://dev.minetest.net/Installing_Mods



INFO
====

homepage:
        https://gitlab.com/minetest-xpmod/xp
wiki:
        https://gitlab.com/minetest-xpmod/xp/wikis/home
bug tracker:
        https://gitlab.com/minetest-xpmod/xp/issues


----
Written by Andrew Engelbrecht, originally based on the sethome mod.
Help given by Donald Robertson III and Joshua Gay.

Code License: WTFPL (see WTFPL file)

Textures License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
        http://creativecommons.org/licenses/by-sa/3.0/

        - original texture authors:
            - http://minetest.net