game-antum/mods/antum/listitems
AntumDeluge ae06fd5533 [antum (mp)] Update to Git commit 09821b7:
https://github.com/AntumMT/mp-antum/tree/09821b7
2017-08-04 14:17:32 -07:00
..
locale [antum (mp)] Update to Git commit 09821b7: 2017-08-04 14:17:32 -07:00
README.md [antum (mp)] Update to Git commit 09821b7: 2017-08-04 14:17:32 -07:00
api.lua [antum (mp)] Update to Git commit 09821b7: 2017-08-04 14:17:32 -07:00
depends.txt [antum (mp)] Update to Git commit 09821b7: 2017-08-04 14:17:32 -07:00
description.txt [antum (mp)] Update to Git commit 09821b7: 2017-08-04 14:17:32 -07:00
init.lua [antum (mp)] Update to Git commit 09821b7: 2017-08-04 14:17:32 -07:00
logging.lua [antum (mp)] Update to Git commit 09821b7: 2017-08-04 14:17:32 -07:00
mod.conf [antum (mp)] Update to Git commit 09821b7: 2017-08-04 14:17:32 -07:00
screenshot.png [antum (mp)] Update to Git commit 09821b7: 2017-08-04 14:17:32 -07:00
settings.lua [antum (mp)] Update to Git commit 09821b7: 2017-08-04 14:17:32 -07:00
settingtypes.txt [antum (mp)] Update to Git commit 09821b7: 2017-08-04 14:17:32 -07:00

README.md

List Items (listitems) chat command for Minetest


Description:

Chat Commands:

  • list: Lists registered items or entities available in the game.
    • Invocation: /list type [options] [string1] [string2] ...
      • type: List type (e.g. "items", "entities", etc.) (currently, if omitted, defaults to "items").
      • options: Switches to control output behavior.
        • -v: Display description (if available) after object name.
      • string[1,2] ...: String parameter(s) to filter output.
      • Without any string parameters, all objects registered in game are listed.
      • With string parameters, only objects matching any of the strings will be listed.
  • listitems: Alias for /list items.
  • listentities: Alias for /list entities.
  • listnodes: Alias for /list nodes.
  • listores: Alias for /list ores.
  • listtools: Alias for /list tools.
    • Invocation: /<command> [options] [string1] [string2] ...
      • command: Name of the command (e.g. listitems, listentities, etc.)

Screenshot


Licensing:


Requirements:

  • Dependencies:
    • Required: none
    • Optional:
  • Privileges: none

Documentation:


TODO:

  • Add -d option to search within descriptions.