Go to file
Jordan Irwin b245851166 Rename pencil buttons & empty input sets infotext to nil 2021-05-16 08:35:08 -07:00
locale Add method & chat command to unset node meta data 2021-05-14 15:12:52 -07:00
textures Convert textures to indexed color 2021-05-15 18:01:23 -07:00
CHANGES.txt Show formspec when infostick "on_place" method called 2021-05-14 18:49:36 -07:00
LICENSE.txt Add license text 2021-04-29 15:57:35 -07:00
README.md Update README 2021-05-14 15:20:49 -07:00
TODO.txt Use pencil to edit infotext in player-owned areas 2021-05-15 21:20:57 -07:00
api.lua Separate code into api, commands, & items scripts 2021-05-14 18:01:05 -07:00
commands.lua Separate code into api, commands, & items scripts 2021-05-14 18:01:05 -07:00
formspec.lua Show formspec when infostick "on_place" method called 2021-05-14 18:49:36 -07:00
infostick.lua Rename items script to infostick 2021-05-15 17:45:11 -07:00
init.lua Create pencil item (not yet functional) 2021-05-15 17:47:07 -07:00
mod.conf Use pencil to edit infotext in player-owned areas 2021-05-15 21:20:57 -07:00
pencil.lua Rename pencil buttons & empty input sets infotext to nil 2021-05-16 08:35:08 -07:00

README.md

Alternode: Node Meta Manipulation

Description:

A Minetest mod that allows administrators with server privilege to examine & alter node meta data.

Licensing:

  • Code: MIT
  • Textures: CC0

Usage:

Invoke /giveme alternode:infostick. Use the infostick on a node to receive coordinate & other information.

Chat commands:

  • /getmeta
    • prints the value of key in meta data of node at x,y,z.
  • /setmeta <new_value>
    • Sets the value of key in meta data of node at x,y,z.
  • /unsetmeta
    • Unsets the value of key in meta data of node at x,y,z.