mod-alternode/README.md

39 lines
1.2 KiB
Markdown
Raw Normal View History

2021-05-02 01:26:50 -07:00
## Alternode: Node Meta Manipulation
2021-04-29 18:24:31 -07:00
### Description:
2021-05-16 08:47:40 -07:00
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.
2021-04-29 18:24:31 -07:00
### Usage:
**Chat commands:**
- */getmeta <x> <y> <z> <key>*
2021-05-14 15:20:49 -07:00
- prints the value of `key` in meta data of node at `x,y,z`.
- */setmeta <x> <y> <z> <key> <new_value>*
- Sets the value of `key` in meta data of node at `x,y,z`.
- */unsetmeta <x> <y> <z> <key>*
- Unsets the value of `key` in meta data of node at `x,y,z`.
2021-04-29 18:27:45 -07:00
2021-05-16 08:47:40 -07:00
**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.
2021-05-16 09:13:05 -07:00
### Licensing:
- Code: [MIT](LICENSE.txt)
- Textures: CC0
- `alternode_infostick.png & alternode_pencil.png:` by AntumDeluge
- `alternode_wand.png:` by [rcorre](https://opengameart.org/node/40598)
2021-04-29 18:27:45 -07:00
### Links:
2021-05-03 12:30:19 -07:00
- [Forum](https://forum.minetest.net/viewtopic.php?t=26667)
2021-05-02 01:26:50 -07:00
- [Git repo](http://github.com/AntumMT/mod-alternode)
2021-05-14 15:20:49 -07:00
- [Changelog](CHANGES.txt)
2021-04-29 18:27:45 -07:00
- [TODO](TODO.txt)