Towny mod for Minetest
Go to file
Evert Prants 035cd95337
Towny Economy Costs
2019-11-21 15:41:36 +02:00
towny Towny Economy Costs 2019-11-21 15:41:36 +02:00
towny_eco Towny Economy Setup 2019-11-21 15:28:04 +02:00
towny_hud Help command for town and nation, fix town kick 2019-11-20 18:24:48 +02:00
towny_nations Help command for town and nation, fix town kick 2019-11-20 18:24:48 +02:00
towny_wilderness Split into components \(WIP\) 2019-01-13 20:42:14 +02:00
LICENSE Split into components \(WIP\) 2019-01-13 20:42:14 +02:00
README.md Split into components \(WIP\) 2019-01-13 20:42:14 +02:00
modpack.txt Split into components \(WIP\) 2019-01-13 20:42:14 +02:00

README.md

Towny

This is a minetest mod based on the popular Minecraft server mod of the same name.

At it's current state, it's a glorified semi-fixed-grid protection system based on claims and plots.

Forum Post: https://forum.minetest.net/viewtopic.php?f=9&t=21912

Town Claim Blocks

A claim block is 16x64x16 nodes in size. By default, nobody in town except for the mayor can build in an unplotted claim block. The number of available claim blocks depends on the number of town residents. A claim block can be turned into a plot with the /plot claim command.

Plots

Plots are town claim blocks that can be owned by a town resident. Plots can have multiple members.

Simple usage

  • /town new - Create a town right where you're standing
  • /town claim - Claim more land for your town. Must be called right outside of an existing town claim.
  • /town invite - Invite a player to your town
  • /plot claim - Create/claim a plot
  • /plot set claimable true - Set the plot as claimable by other town members
  • /plot member add/del - Add/remove a person from a plot. Adding people to your plot will let them build on it.
  • /town kick - Remove user from your town.
  • /town visualize - Highlight the bounds of your town's claim blocks.