Installation command
!!MCDR plugin install time_query
Author
Repository
Synced at
...
Last update
...
Latest version
Total downloads
31
Back to catalogue
TimeQuery-MCDR
A MCDR(full name "MCDReforged") plugin use to query the time in real and game.
README will written only by zh_CN, you can translate it yourself.
用途
查询现实和游戏内的时间,以24小时制显示。
配置
修改config/time_query/config.json中的locale项为zh
English users set "locale" option in config/time_query/config.json to "en".
若不进行配置,显示的内容将缺少部分信息和本地化格式
locale仅支持配置为zh(简中)和en(英文),若设置为其他项将发生报错
用法
!!time
- 查询现实和游戏内(尚未实现)的时间,并分别显示
!!time real
- 仅查询现实的时间,显示年月日、星期几、具体时间(精确到秒)
!!time game
- 仅查询游戏内的时间,对应现实24小时制精确到分(尚未实现,后续将更新,有需要直接去装MCDR插件仓库里的Daytime)
指令冲突问题
同时注册了!!time_query:time
等效于!!time
,若发生冲突可使用这个带上了前缀的指令
无法完全解决指令冲突问题,你真的想知道为什么的话,可查看提示
其他
MCDR插件仓库中有个能查询游戏时间的,但是没有能查现实时间的,于是自己做(shui)一个出来。
Introduction source: README.md