Go to file
Zughy 0c0ff56245 HUD: duration and sound option added + practical implementation in queue countdown 2020-05-15 12:27:06 +02:00
locale HUD: gelocalised 2020-05-14 22:42:31 +02:00
sounds HUD: duration and sound option added + practical implementation in queue countdown 2020-05-15 12:27:06 +02:00
textures HUD: hotbar HUD slightly lighter 2020-05-14 23:18:16 +02:00
DOCS.md DOCS: removed kill_cap 2020-05-09 12:48:02 +02:00
LICENSE Fix vari e pulizia 2020-03-31 23:38:31 +02:00
README.md collaborating part now more explicit (on README too) 2020-05-07 17:18:19 +02:00
api.lua HUD: gelocalised 2020-05-14 22:42:31 +02:00
callbacks.lua cleaning up 2020-04-16 16:53:07 +02:00
debug_utilities.lua kill_cap parameter removed (it was unused) + local files updated 2020-05-09 12:32:13 +02:00
depends.txt First commit to an independent mod, broken as hell 2020-04-15 02:18:56 +02:00
hud.lua HUD: duration and sound option added + practical implementation in queue countdown 2020-05-15 12:27:06 +02:00
init.lua basic HUD for announcements implemented + practical implementation for queues 2020-05-14 21:16:11 +02:00
items.lua Bugfix: arenas signs weren't saved properly when overrided. ALSO beware the refactoring set_sign -> give_sign_tool 2020-05-10 00:01:28 +02:00
mod-init.lua.example More coherent example file 2020-05-09 14:07:01 +02:00
mod.conf First commit to an independent mod, broken as hell 2020-04-15 02:18:56 +02:00
player_manager.lua basic HUD for announcements implemented + practical implementation for queues 2020-05-14 21:16:11 +02:00
signs.lua HUD: duration and sound option added + practical implementation in queue countdown 2020-05-15 12:27:06 +02:00

README.md

Arena_lib

Arena_lib is a library for Minetest working as a core for any arena minigame you have in mind.
It comes with an arena manager and a signs system. The latter creates a bridge inside your own server between the hub and your actual mod (deathmatch, capture the flag, assault, you name it). In other words, you don't have to do the boring job and you can focus exclusively on your minigame(s) :*

Support my work

Config

  1. Install it as any other mod

  2. For an in-depth understanding of what you can do with the library, have a look at the full documentation.

Dependencies

Default
signs_lib by Vanessa Dannenberg

Known conflicts

Beds or any other mod overriding the default respawn system

Mods relying on arena_lib

Murder
Quake

Want to help?

Feel free to:

  • open an issue
  • submit a merge request. In this case, PLEASE, do follow milestones. I won't merge features for milestones that are different from the upcoming one (if it's declared)
  • contact me on the Minetest Forum