mod-alternode/README.md

48 lines
1.5 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 19:03:15 -07:00
A [Minetest](http://minetest.net/) mod that allows administrators with *server* privilege to examine & alter node meta data. Additionally, a pencil & wand tools are provided with limited use for players to alter *infotext* & *owner* meta value.
2021-04-29 18:24:31 -07:00
### Usage:
#### Chat commands:
2021-04-29 18:24:31 -07:00
- */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
#### Tools:
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.
- *left-click (use):* Opens formspec to set/unset infotext meta attribute.
**Wand:**
- *left-click (use):* Sets/Unsets user as owner.
- *right-click (place):* Checks owner status & outputs to chat log.
2021-05-16 09:13:05 -07:00
### Licensing:
- Code: [MIT](LICENSE.txt)
- Textures: CC0
- `alternode_infostick.png & alternode_pencil.png:` by AntumDeluge
2021-05-17 11:47:03 -07:00
- [`alternode_wand.png`](https://opengameart.org/node/120374)
2021-05-16 09:13:05 -07:00
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)