Go to file
BuckarooBanzay 4dc9009511 add "highscore_load" block 2020-08-03 16:09:21 +02:00
.github/workflows initial draft 2020-03-05 07:48:11 +01:00
forms various fixes 2020-03-05 17:59:12 +01:00
textures discord highscore post 2020-03-10 11:49:13 +01:00
.luacheckrc periodic score add block 2020-03-05 12:53:39 +01:00
add_score.lua fix set_string/set_int mixup 2020-03-05 11:44:40 +01:00
cleanup.lua reset score on exit/abort 2020-03-06 09:19:43 +01:00
discord_highscore.lua prettify highscore table 2020-03-10 21:54:31 +01:00
highscore.lua various fixes 2020-03-05 17:59:12 +01:00
highscore_load.lua add "highscore_load" block 2020-08-03 16:09:21 +02:00
highscore_save.lua add "highscore_load" block 2020-08-03 16:09:21 +02:00
hud.lua use ipairs() for iteration 2020-03-05 17:42:30 +01:00
init.lua add "highscore_load" block 2020-08-03 16:09:21 +02:00
inventory_item_score.lua update formspec on update 2020-03-26 15:46:00 +01:00
items.lua initial draft 2020-03-05 07:48:11 +01:00
kill.lua add kill score block 2020-03-24 11:26:49 +01:00
mod.conf add mod.conf 2020-03-05 17:40:19 +01:00
periodic_add.lua fix save button placement 2020-03-24 11:18:43 +01:00
persistence.lua various fixes 2020-03-05 17:59:12 +01:00
readme.md add "further ideas" topic 2020-03-13 07:38:45 +01:00
set_score.lua fix set_string/set_int mixup 2020-03-05 11:44:40 +01:00

readme.md

epic_score -- Score plugin for the epic mod

A mod for minetest

Overview

Score plugins for the epic mod

Features

  • set score
  • add score
  • peridodically add score
  • score per item in inventory
  • highscore board

Setup

This mod can post the highscore to a discord webhook if the http api is available

minetest.conf

secure.http_mods = epic_score

Further ideas

  • set_kill_score block
  • check_score_gt and check_score_lt block

Licenses

Code

  • MIT

Assets