Go to file
Jordan Irwin 19b258ac46 Update README 2021-05-16 19:03:35 -07:00
locale Update localization template 2021-05-16 19:00:37 -07:00
textures Rename wand 2021-05-16 09:08:48 -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-16 19:03:35 -07:00
TODO.txt Add to TODO 2021-05-16 09:09:36 -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
crafts.lua Add more localization support 2021-05-16 18:53:14 -07:00
formspec.lua Show formspec when infostick "on_place" method called 2021-05-14 18:49:36 -07:00
init.lua Move craft recipes into crafts.lua 2021-05-16 18:44:35 -07:00
mod.conf Add craft recipe for wand 2021-05-16 10:45:45 -07:00
tools.lua Add more localization support 2021-05-16 18:53:14 -07:00

README.md

Alternode: Node Meta Manipulation

Description:

A Minetest 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.

Usage:

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.

Tools:

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.

Licensing:

  • Code: MIT
  • Textures: CC0
    • alternode_infostick.png & alternode_pencil.png: by AntumDeluge
    • alternode_wand.png: by rcorre