1
0
mirror of https://gitlab.com/rubenwardy/awards.git synced 2024-09-28 03:30:16 +02:00
awards/readme.md

36 lines
628 B
Markdown
Raw Normal View History

2013-02-22 18:53:42 +01:00
Awards
------
by Andrew "Rubenwardy" Ward, CC-BY-SA.
This mod adds achievements to Minetest.
Code Reference
--------------
The API
=======
* awards.register_achievement(name,data_table)
* name
* desciption
* sound [optional]
* image [optional]
* func [optional] - see below
* awards.register_onDig(data_table)
* award
* func
* return true if the medal should be rewarded
2013-02-22 18:56:03 +01:00
* there will be built in versions of this function
2013-02-22 18:53:42 +01:00
Player Data
===========
A list of data referenced/hashed by the player's name.
* name [string]
* getNodeCount('node_name') [function]
* count [table]
* modname [table]
*itemname [int]