Codeberg Translate
83bcf6f7a1
Added translation using Weblate (Ukrainian)
Translated using Weblate (Russian) Currently translated at 100.0% (364 of 364 strings) Translated using Weblate (French) Currently translated at 66.4% (242 of 364 strings) Co-authored-by: Bapt-tech <Bapt-tech@users.noreply.translate.codeberg.org> Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: SkyBuilder1717 <SkyBuilder1717@users.noreply.translate.codeberg.org> Co-authored-by: lomkada <lomkada@users.noreply.translate.codeberg.org> Translate-URL: https://translate.codeberg.org/projects/zughy-friends-minetest/arena_lib/fr/ Translate-URL: https://translate.codeberg.org/projects/zughy-friends-minetest/arena_lib/ru/ Translation: AES Minetest Server/arena_lib
Arena_lib
arena_lib is a library for Minetest working as a core for any arena mini-game you have in mind.
It comes with an arena manager, an editor and a custom entrance system (signs by default). Entrances create a virtual bridge between the normal game world and your minigame arenas.
With arena_lib, you don't have to do the boring job and you can focus exclusively on your minigame(s) :*
Config
-
Install it as any other mod
-
Launch the world at least once with arena_lib enabled and then check
worlds/nameofyourworld/arena_lib
to customise it -
Do
/arenas help
to learn how it works
I want to make a minigame
First time? Check out the wiki to create your first minigame. Otherwise, dive into the full documentation
Optional Dependencies and Add-ons
- (add-on) Hub by me: use it if you're aiming for a full minigame server. It can't be set as an optional dependency, since arena_lib is a hard dependency of Hub in the first place (and MT doesn't like cross dependencies)
- (optional) Parties by me: use it to be sure to join the same arena/team as your friends
Known conflicts
Beds
or any other mod overriding the default respawn systemSkinsDB
or any other mod applying a 3D model onto the player, ifteams_color_overlay
is usedWeather
or any other mod changing players skybox at runtime (custom celestial vaults will be overridden)
Mods relying on arena_lib
- Block League
- Murder
- Skywars
- ...and many more! (full list)
Want to help?
Feel free to:
- open an issue
- check Weblate for translations
- submit a merge request. In this case, PLEASE, do follow milestones and my coding guidelines
Description
Languages
Lua
100%