summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-22Added nil player check when digging protectors (thanks expertmm)TenPlus1
2017-02-01added chest to mesecon unmoveable listTenPlus1
2017-02-01Added protected chest to list of unmovable mesecon itemsTenPlus1
Signed-off-by: TenPlus1 <kinsellaja@yahoo.com>
2017-02-01Protectors cannot be moved by mesecons anymoreTenPlus1
2017-01-21added /protector_show command (thanks agaran)TenPlus1
2017-01-08fix invalid variable nameTenPlus1
2016-12-29tweak protector_remove and add protector_replace commandsTenPlus1
2016-12-10remove delprotect priv in favor of protection_bypassTenPlus1
2016-11-30holding sneak while using tool copies over members alsoTenPlus1
2016-11-30remove doors and mobs soft dependencyTenPlus1
2016-11-22added protector placement tool (thanks shara)TenPlus1
2016-11-12updated readmeTenPlus1
2016-11-12added 6x lucky blocksTenPlus1
2016-11-02updated readmeTenPlus1
2016-11-02added mod.conf, description.txt and screenshot.pngTenPlus1
2016-11-02tidy code, add protected spawn featureTenPlus1
2016-08-19Changed licenseTenPlus1
2016-08-16switched back to get/set_look_yaw/pitch for older clientsTenPlus1
2016-08-15Only move player 0.8 upwards if in protected area and flip enabledTenPlus1
2016-07-21updated to set/get_look_horizontal as wellTenPlus1
2016-07-21Flipped horizontal AND vertical thanks to auouymousTenPlus1
2016-07-20Added protector_flip bool for .conf settingsTenPlus1
2016-06-07Added intllib support (thanks Xanthin)TenPlus1
2016-06-05Tidy and tweakTenPlus1
2016-06-01added fallback dataTenPlus1
2016-05-31fix obj nil bugTenPlus1
2016-05-21added "protection_bypass" privelage supportTenPlus1
2016-04-26Players added to protector can punch to see protected areaHEADmasterTenPlus1
2016-03-12Removed door group from protected doors so x-decor doesn't crash when using ↵TenPlus1
plates.levers
2016-02-21Code tweak for meta checkTenPlus1
2016-02-21Fix protected chest rightclick error on some buildsTenPlus1
2016-02-14no longer depends on door mod but will use sounds when availableTenPlus1
2016-02-13Code tweak and tidyTenPlus1
2016-02-13Redid protected doors with built-in door functions taken from old WTFPL ↵TenPlus1
doors mod
2016-01-27Fixed protector overlap bugTenPlus1
2016-01-25Add on_blast to stop tnt blowing up protectionTenPlus1
2016-01-10Tiny tweakTenPlus1
2016-01-09violation drop after delay to stop stack doublingTenPlus1
2016-01-09Added delay to remove dropped itemTenPlus1
2016-01-09Tweaked code to work better for violation dropsTenPlus1
2015-12-23Additional checks for tool dropTenPlus1
2015-12-23Added protector_drop and protector_hurt settings to minetest.conf to stop ↵TenPlus1
players digging through protected areas
2015-12-03add unbreakable group to trapdoorTenPlus1
2015-12-03Added protected trapdoorTenPlus1
2015-11-23add legacy_wallmounted lineTenPlus1
2015-11-13Changed readmeTenPlus1
2015-11-13added delprot command to remove protectors in bulk from banned/old playersTenPlus1
2015-11-13Changed recipe to give 1 protector, added + button to formspec, tweaked and ↵TenPlus1
tidied code
2015-10-22Fixed protector overlap bugTenPlus1
2015-10-09on_use now inside nodes, code tidy, changed zone display from 10 to 5 secondsTenPlus1