Go to file
pagliaccio 1f3b4228ee add admin_node privilege
admin_node -> Player can dig the node that is owned by other player.
2013-05-11 11:25:53 +02:00
node_owner add admin_node privilege 2013-05-11 11:25:53 +02:00
README.txt Update README.txt 2012-09-25 19:09:28 +09:30
license.txt added license file 2012-09-23 01:11:22 +09:30
modpack.txt move files to modpack for easier install 2012-09-23 00:42:19 +09:30

README.txt

----------------------------------
Node Owner for Minetest
----------------------------------

Copyright (C) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>
Source Code: https://github.com/cornernote/minetest-node_owner
Home Page: https://sites.google.com/site/cornernote/minetest/node-owner

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.


----------------------------------
Description
----------------------------------

Automatically protect nodes placed by players.
 - prevents digging other players nodes
 - prevents placing onto other players nodes


----------------------------------
Credits
----------------------------------

mauvebic - code ideas came from his universal_node_ownership mod
randomproof - code ideas came from his node_ownership mod