Initial Home page

Sokomine 2015-11-09 20:57:33 +01:00
commit 178fe5098f

30
Home.md Normal file

@ -0,0 +1,30 @@
Welcome to the mg_villages wiki!
### The protection system
As many hopeful villages where griefed by wandering players, the villagers (mostly absent...) decided to add some protection to their villages. Independent of the protection system used elsewhere on the server, villages and lone houses spawned by this mod are protected against griefing.
You can **buy** plots (empty or complete with houses on) inside the villages by clicking on the **plotmarker** in front of the plot. The price for each building can be configured. By default, it's **two gold ingots**.
There are two diffrent types of plots. The larger ones with houses on them (big enough to house people) allow you to become a resident of the village (**village inhabitant**). Residents are allowed to change the public infrastructure - roads, public fields around the village etc. Players who only bought a shed or an empty spot can only build and dig on the plot they bought.
It is possible to **allow other players to build** on your plot.
Only **one plot per village** can be bought by each player.
Plots can be **abandomed** if you want to buy another one in the village. Beware: There is **no refund** of the price you paid!
Plotmarkers cannot be crafted or obtained normally unless you set `mg_villages.ENABLE_PROTECTION = false` for an existing world. The plotmarkers are only the interface and do not protect anything on their own.
### Chat commands
If you want to know where the next village is, use the `/vmap` command. It will show you a map with the positions of sourrounding villages. Each village type is represented by a diffrent texture.
For fast travel, type `/visit <nr>` to teleport to the center of the village with the given number, i.e. `/visit 5` in order to teleport to village number 5. If `mg_villages.REQUIRE_PRIV_FOR_TELEPORT` is true, the `mg_villages` priv will be needed in order to execute this command. Players on a server will then not be able to teleport around unless you grant your players that priv.
The `/villages` chat command lists existing villages around your current location. If you do not have the `mg_villages` priv, only villages withhin
`mg_villages.VILLAGE_DETECT_RANGE` meters of your position will be shown. The command is mostly useful for debugging.
### Privs used
The `mg_villages` priv has an effect on the chat commands as described above.