update readme

This commit is contained in:
TenPlus1 2017-09-03 11:02:58 +01:00
parent e36b8a7128
commit 1c37c2b695

@ -9,48 +9,48 @@ https://forum.minetest.net/viewtopic.php?f=11&t=9376
Change log: Change log:
0.1 - Initial release - 0.1 - Initial release
0.2 - Texture update - 0.2 - Texture update
0.3 - Added Protection Logo to blend in with player builds - 0.3 - Added Protection Logo to blend in with player builds
0.4 - Code tweak for 0.4.10+ - 0.4 - Code tweak for 0.4.10+
0.5 - Added protector.radius variable in init.lua (default: 5) - 0.5 - Added protector.radius variable in init.lua (default: 5)
0.6 - Added Protected Doors (wood and steel) and Protected Chest - 0.6 - Added Protected Doors (wood and steel) and Protected Chest
0.7 - Protected Chests now have "To Chest" and "To Inventory" buttons to copy - 0.7 - Protected Chests now have "To Chest" and "To Inventory" buttons to copy
contents across, also chests can be named contents across, also chests can be named
0.8 - Updated to work with Minetest 0.4.12, simplified textures - 0.8 - Updated to work with Minetest 0.4.12, simplified textures
0.9 - Tweaked code - 0.9 - Tweaked code
1.0 - Only owner can remove protector - 1.0 - Only owner can remove protector
1.1 - Set 'protector_pvp = true' in minetest.conf to disable pvp in protected - 1.1 - Set 'protector_pvp = true' in minetest.conf to disable pvp in protected
areas except your own, also setting protector_pvp_spawn higher than 0 will areas except your own, also setting protector_pvp_spawn higher than 0 will
disable pvp around spawn area with the radius you entered disable pvp around spawn area with the radius you entered
1.2 - Shift and click support added with Minetest 0.4.13 to quickly copy stacks - 1.2 - Shift and click support added with Minetest 0.4.13 to quickly copy stacks
to and from protected chest to and from protected chest
1.3 - Moved protector on_place into node itself, protector zone display changed - 1.3 - Moved protector on_place into node itself, protector zone display changed
from 10 to 5 seconds, general code tidy from 10 to 5 seconds, general code tidy
1.4 - Changed protector recipes to give single item instead of 4, added + button - 1.4 - Changed protector recipes to give single item instead of 4, added + button
to interface, tweaked and tidied code, added admin command /delprot to remove to interface, tweaked and tidied code, added admin command /delprot to remove
protectors in bulk from banned/old players protectors in bulk from banned/old players
1.5 - Added much requested protected trapdoor - 1.5 - Added much requested protected trapdoor
1.6 - Added protector_drop (true or false) and protector_hurt (hurt by this num) - 1.6 - Added protector_drop (true or false) and protector_hurt (hurt by this num)
variables to minetest.conf settings to stop players breaking protected variables to minetest.conf settings to stop players breaking protected
areas by dropping tools and hurting player. areas by dropping tools and hurting player.
1.7 - Included an edited version of WTFPL doors mod since protected doors didn't - 1.7 - Included an edited version of WTFPL doors mod since protected doors didn't
work with the doors mod in the latest daily build... Now it's fine :) work with the doors mod in the latest daily build... Now it's fine :)
added support for "protection_bypass" privelage. added support for "protection_bypass" privelage.
1.8 - Added 'protector_flip' setting to stop players using lag to grief into - 1.8 - Added 'protector_flip' setting to stop players using lag to grief into
another players house, it flips them around to stop them digging. another players house, it flips them around to stop them digging.
1.9 - Renamed 'protector_pvp_spawn' setting to 'protector_spawn' which protects - 1.9 - Renamed 'protector_pvp_spawn' setting to 'protector_spawn' which protects
an area around static spawnpoint and disables pvp if active. an area around static spawnpoint and disables pvp if active.
(note: previous name can still be used) (note: previous name can still be used)
2.0 - Added protector placement tool (thanks to Shara) so that players can easily - 2.0 - Added protector placement tool (thanks to Shara) so that players can easily
stand on a protector, face in a direction and it places a new one at a set stand on a protector, face in a direction and it places a new one at a set
distance to cover protection radius. Added /protector_show command (thanks agaran) distance to cover protection radius. Added /protector_show command (thanks agaran)
Protectors and chest cannot be moved by mesecon pistons or machines. Protectors and chest cannot be moved by mesecon pistons or machines.
2.1 - Added 'protector_night_pvp' setting so night-time becomes a free for all and - 2.1 - Added 'protector_night_pvp' setting so night-time becomes a free for all and
players can hurt one another even inside protected areas (not spawn protected) players can hurt one another even inside protected areas (not spawn protected)
2.2 - Updated protector tool so that player only needs to stand nearby (2 block radius) - 2.2 - Updated protector tool so that player only needs to stand nearby (2 block radius)
It can also place vertically (up and down) as well. New protector recipe added. It can also place vertically (up and down) as well. New protector recipe added.
2.3 - Localise many of the protector functions and tidy code. - 2.3 - Localise many of the protector functions and tidy code.
Lucky Blocks: 10 Lucky Blocks: 10
@ -113,6 +113,6 @@ protector_flip = true
Protector Tool Protector Tool
Can be crafted with a protector surrounded by steel ingots and is used to place new protectors at a set distance of protector.radius in all directions including up and down. Can be crafted with a protector surrounded by steel ingots and is used to place new protectors at a set distance of protector.radius in all directions including up and down simply by looking in a direction.
Use by standing near an existing protector and using as a tool, hold sneak/shift to place new protector containing member list from inside nearest one. Use by standing near an existing protector, looking in a direction and using as a tool, hold sneak/shift to place new protector containing member list from inside nearest one.