Update readme.md

master
Beha 2016-01-30 23:11:38 -05:00
parent f6dd3fa04b
commit 34d8d2dc2f
1 changed files with 7 additions and 1 deletions

View File

@ -19,7 +19,13 @@ A table of players being teleported is available with `protection_lagporter.glit
## Protection Mods
In protection mods simply add `digging` to the definition of `minetest.is_protected`: `minetest.isprotected(..., digging)` and add this line just before before returning `true`: `if digging then protection_lagporter.check(pos, name) end` (replace pos and name with the proper variables).
In protection mods simply add `digging` to the definition of `minetest.is_protected`:
`minetest.isprotected(pos, name, digging)`
And add this line just before before returning `true`:
`if digging then protection_lagporter.check(pos, name) end`
## Fast Movement Mods
These mods must be changed to detect `protection_lagporter.glitching` and set the speed to 0.1 if it is `true` for `protection_lagporter.glitching[playerName]`