Go to file
wilkgr cc6ebe96ad
Add license and contributors
2020-06-03 09:37:46 +10:00
schems add nodes to register_nodes.lua 2017-07-24 01:55:17 +01:00
stuff Move shops to separate file 2017-10-31 08:41:57 +10:00
LICENSE Initial commit 2017-03-28 19:06:31 +10:00
README.md Add license and contributors 2020-06-03 09:37:46 +10:00
_config.yml Set theme jekyll-theme-cayman 2017-07-24 12:38:54 +10:00
depends.txt Play nice with sfinv 2018-02-13 17:46:36 +10:00
init.lua Force load arena 2018-06-25 19:34:16 +10:00
register_nodes.lua Fix loading 2017-07-29 21:09:38 +10:00
shop.lua Fix shop error 2018-02-15 12:04:41 +10:00
unused_code Coloured nametags 2017-07-25 20:40:58 +10:00

README.md

Eggwars

What this is

This mod is inspired by the Minecraft mod of the same name and has similar features.

Each player's goal is to defend their egg and be the last person standing. If a player dies - either from being killed by another player or falling off - they will respawn if their egg is intact. If it is not intact, they will be put into spectator mode.

When there is one player left standing, they are declared the winner.

Install

Extract the zip file to mods/ or use git clone https://github.com/shivajiva101/eggwars from within the mods directory.

  • Do NOT use an existing world - this will overwrite the mapgen and cause destruction.
  • Do not use a different mapgen mod. This will also cause issues

Using custom structures

The structures are stored in the schems/ folder. The centre and island files are the centre island and player islands respectively. They are stored using Minetest's MTS files. These do not save metadata, so you cannot prefill chests. If you modify these, please update the offsets for the islands:

  • Centre island: Lines 96-98
  • Player island: Lines 109-111

License

This project is licensed under AGPL v3. This is similar to the GPLv3, but requires servers that modify the mod to also make their changes available.

Contributors

This project was originally started by wilkgr, but after years of inactivity handed over to shivajiva.