simple readme

master
NatureFreshMilk 2019-08-19 08:10:36 +02:00
parent b5de06a9d2
commit 18b3b6aed7
1 changed files with 16 additions and 0 deletions

16
readme.md Normal file
View File

@ -0,0 +1,16 @@
# priv_protector for minetest
Adds a protection block that checks the priv of the builder/digger
## Usage
Define a few global privs that you want to give out to trusted builders:
```
minetest.register_privilege("protect_streets", {
description = "Protection for common streets"
})
```
Place the priv_protector block and change the "Privilege" field to `protect_streets` or whatever you want to protect with