mlqsyy
如图
使用cmi setwarp 123命令时
出现此提示
无法创建地标点,后台无报错
使用的cmi插件和vault插件均为最新版
求解决办法以及操作步骤
谢谢



夜雨晨风丶
本帖最后由 夜雨晨风丶 于 2023-3-27 21:10 编辑

CMI默认设置地标名需要4个字符。具体可以在config里修改那个MinLength: 4
  1. Warps:
  2.   # When set to true, warps list will be shown in GUI instead of chat list
  3.   GUI: true
  4.   # Automatically opens GUI when created new warp point
  5.   GUIOnCreation: true
  6.   # Minimal length of warp name
  7.   MinLength: 4
  8.   # Maximal length of warp name
  9.   MaxLength: 16
复制代码