Go to file
Beha 53064eb44e Remove magic. 2017-02-09 22:38:32 -05:00
bones Fix TNT protection testing. 2017-01-06 15:25:32 -05:00
doors Compatability fixes for 0.4.15-dev 2017-01-07 17:22:04 -05:00
kingdoms Add missing definition. 2017-02-09 22:33:50 -05:00
kingdoms_meta Add ancient_world structures. 2017-01-09 15:47:08 -05:00
kingdoms_ui Add bones, beginning of magic. 2017-01-04 19:49:42 -05:00
tnt Don't want circular depends 2017-02-09 22:31:22 -05:00
LICENSE.md Remove magic. 2017-02-09 22:38:32 -05:00
README.md Remove magic. 2017-02-09 22:23:12 -05:00
manual.md Remove magic. 2017-02-09 22:23:12 -05:00
modpack.txt [kingdoms] initial commit 2016-12-31 14:08:15 -05:00

README.md

Kingdoms by Beha

The Kingdoms modpack is designed to allow kingdom vs kingdom PvP in Minetest.

Interesting features include:

  • A fully formspec-based kingdom manager.
  • Chat channels for the area, your kingdom, and everywhere.

Modifications

This modpack contains some alternative versions of mods with modifications to work better alongside the main kingdoms/magic combination.

  • bones: drop items upon explosion, respect kingdom heavy_chests level.
  • doors: respect kingdom levels, add heavy doors.
  • tnt: respect explosion blockers/absorbers, work better with objects and mobs, support magic.

Kingdoms also overrides a few default items.

  • chests: respect kingdom levels, add heavy chests.
  • furnace: respect kingdom levels.
  • keys: remove keys entirely

Compatibility

  • Kingdoms is mostly compatible with other mods by default, but mods that register locked/owned items or query protection may need some tweaking.
  • Protection should be tested with kingdoms.player.canpos rather than minetest.is_protected (unless testing for digging/building rights.) This is not critical, but it will result in less-flexible kingdom levels.
  • All locked/owned items should be replaced with tests for kingdom levels or is_protected. At the very least, allow maxlevel members of the kingdom to remove the nodes by force.

Recommended/Tested Mods

  • ancient_world has been hooked into for generating magic crystals and silver blocks as hidden rewards.

  • magic is recommended.

  • 3d_armor is fully compatible with kingdoms and provides a variety of protections against all forms of "fleshy" damage. Kingdoms will disable the healing feature automatically.

  • unified_inventory is hooked into with a kingdoms button.