英文名称 | listitems |
中文名称 | |
作者 | AntumDeluge - ContentDB |
语言 | 英语 |
版本 | Minetest Minetest Version: 5.5.0 |
依赖Mode或插件 | |
Mode类型 | |
开源协议 | MIT |
视频 | |
代码仓库 | https://github.com/AntumMT/mod-listitems |
下载地址 | List Items Chat Command - ContentDB |
简历 |
Minetest 的 List Items 聊天命令
描述:
Minetest的一个模组,它添加了一个用于列出已注册项目、实体和节点的命令。
用法:
聊天命令:
/list type [options] [string1] [string2] ...
- Lists registered items or entities available in the game.
- type: List type (e.g. "items", "entities", etc.).
- options: Switches to control output behavior.
- -v: Display description (if available) after object name.
- -s: Use shallow search (don't search in descriptions).
- 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.bullet_list
- Displays items in a bulleted list.
- type: boolean
- default: true
listitems.enable_singleword
- Registers "/list<type>" commands (e.g. "/listitems", "/listentities", etc.).
- type: boolean
- default: true
要求:
- Minetest 最低版本:5.0
- 依赖:无
- 可选取决于:
- mobs_redo (添加“列出小怪”聊天命令)
- 特权:无