mod-alternode/README.md

31 lines
851 B
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-02 01:26:50 -07:00
A [Minetest](http://minetest.net/) mod that allows administrators with *server* privilege to examine & alter node meta data.
2021-04-29 18:24:31 -07:00
### Licensing:
2021-05-02 01:26:50 -07:00
- Code: [MIT](LICENSE.txt)
- Textures: CC0
2021-04-29 18:24:31 -07:00
### Usage:
2021-05-03 12:30:19 -07:00
Invoke `/giveme alternode:infostick`. Use the infostick on a node to receive coordinate & other information.
2021-04-29 18:24:31 -07:00
**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
### 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)