Go to file
Zughy 3525d3ebdb CRASHFIX: people leaving while in queue weren't removed properly 2020-11-08 15:27:06 +01:00
_dependencies Time system redo + timer option in editor 2020-10-11 14:49:23 +00:00
_editor Bugfix: arena name in_editor table wasn't updated when renaming the arena 2020-11-07 15:22:22 +01:00
_hud CRASHFIX: people leaving while in queue weren't removed properly 2020-11-08 15:27:06 +01:00
locale version bump 2020-10-25 12:56:21 +01:00
sounds Time system redo + timer option in editor 2020-10-11 14:49:23 +00:00
textures Version bump 2020-10-11 16:55:46 +02:00
DOCS.md DOCS: changed commands example from Quake to Block League 2020-11-05 17:35:03 +00:00
LICENSE Fix vari e pulizia 2020-03-31 23:38:31 +02:00
README.md README: skywars added to mods relying on arena_lib 2020-10-25 10:57:53 +01:00
api.lua CRASHFIX: people leaving while in queue weren't removed properly 2020-11-08 15:27:06 +01:00
callbacks.lua Time system redo + timer option in editor 2020-10-11 14:49:23 +00:00
chat.lua Time system redo + timer option in editor 2020-10-11 14:49:23 +00:00
commands.lua /kick -> /arenakick 2020-10-28 12:37:24 +01:00
debug_utilities.lua Time system redo + timer option in editor 2020-10-11 14:49:23 +00:00
depends.txt Removed hub_manager as a soft dependency (it's more of an add-on) 2020-08-22 18:54:49 +02:00
init.lua version bump 2020-10-25 12:56:21 +01:00
mod-init.lua.example Example file updated 2020-10-11 18:11:20 +02:00
mod.conf First commit to an independent mod, broken as hell 2020-04-15 02:18:56 +02:00
player_manager.lua CRASHFIX: people leaving while in queue weren't removed properly 2020-11-08 15:27:06 +01:00
privs.lua Time system redo + timer option in editor 2020-10-11 14:49:23 +00:00
signs.lua CRASHFIX: people leaving while in queue weren't removed properly 2020-11-08 15:27:06 +01:00
utils.lua Time system redo + timer option in editor 2020-10-11 14:49:23 +00: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
(soft) Parties by me: use it to be sure to join the same arena/team with your friends

Add-ons

Hub Manager by me: use it if you're aiming for a full minigame server

Known conflicts

  • Beds or any other mod overriding the default respawn system
  • SkinsDB or any other mod applying a 3D model onto the player, if teams_color_overlay is used

Mods relying on arena_lib

Murder
Quake
Skywars

Want to help?

Feel free to:

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

Images by me. They're under CC BY-SA 4.0 countdown sound by BoxeDave92