Update README

master
Jordan Irwin 2021-05-16 08:47:40 -07:00
parent b245851166
commit 75a8578de5
1 changed files with 9 additions and 3 deletions

View File

@ -2,7 +2,7 @@
### Description:
A [Minetest](http://minetest.net/) mod that allows administrators with *server* privilege to examine & alter node meta data.
A [Minetest](http://minetest.net/) mod that allows administrators with *server* privilege to examine & alter node meta data. Additionally, a pencil tool is provided with limited use for players to alter *infotext* meta value.
### Licensing:
@ -11,8 +11,6 @@ A [Minetest](http://minetest.net/) mod that allows administrators with *server*
### Usage:
Invoke `/giveme alternode:infostick`. Use the infostick on a node to receive coordinate & other information.
**Chat commands:**
- */getmeta <x> <y> <z> <key>*
@ -22,6 +20,14 @@ Invoke `/giveme alternode:infostick`. Use the infostick on a node to receive coo
- */unsetmeta <x> <y> <z> <key>*
- Unsets the value of `key` in meta data of node at `x,y,z`.
**Info stick:**
Invoke `/giveme alternode:infostick`. Use the infostick on a node to receive node coordinates, name, & some select meta info.
**Pencil:**
The `alternode:pencil` is a tool for players to set/unset the `infotext` meta value of nodes within protected/owned areas.
### Links:
- [Forum](https://forum.minetest.net/viewtopic.php?t=26667)