Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]无法使用[+x]在xaero的小地图中创建路径点 #15

Open
qwe4559999 opened this issue Dec 3, 2024 · 6 comments
Open

[Bug]无法使用[+x]在xaero的小地图中创建路径点 #15

qwe4559999 opened this issue Dec 3, 2024 · 6 comments

Comments

@qwe4559999
Copy link

qwe4559999 commented Dec 3, 2024

问题描述:
image
如图所示,在使用where2go插件的!!here指令时无法创建xaero路径点,而是表现为在聊天栏发送消息或者无反应
问题原因:可能是您的插件不兼容xaero的新版本,在将版本回退到[Xaero的小地图] Xaeros_Minimap_23.9.7_Fabric_1.20.4后问题解决
复现步骤:
1.使用where2go插件
2.使用指令(例如!!here)
3.[+x]可以点击,但是无法正确创建xaero路径点,在聊天栏中出现本应传递给xaero的命令
预期行为:
1.使用where2go
2.使用指令(例如!!here)
3.[+x]可以点击,可以正确出现xaero创建路径点对话框
Minecraft version
1.20.4

Where2go version
0.2.5

Other information
其它有关mod信息(server & client):
[Xaero的小地图] Xaeros_Minimap_24.6.1_Fabric_1.20.4
[Xaero的世界地图] XaerosWorldMap_1.39.0_Fabric_1.20.4
LetMeClickAndSendForServer-v1.0.0-mc1.20.4-fabric

@tanhHeng
Copy link
Member

tanhHeng commented Dec 5, 2024

可能是更高版本的Xaero地图更改了添加坐标点的文本,目前暂时没有确定新的文本格式
会在之后修复

@Redapple-one
Copy link

Redapple-one commented Jan 13, 2025

xaero_waypoint_add:lazycat_qwq:l:566:65:-1767:15:false:0:Internal_overworld_waypoints
这似乎是

https://mclo.gs/eyzhEZP
服务器日志

@tanhHeng
Copy link
Member

xaero_waypoint_add:lazycat_qwq:l:566:65:-1767:15:false:0:Internal_overworld_waypoints
这是按下[+X]后的文本还是按下其他人分享的[Add]后的文本?

@Redapple-one
Copy link

image

@tanhHeng
Copy link
Member

预计本周末尝试适配

@Redapple-one
Copy link

Image
改一下能临时用

def get_xaero_waypoint_add(self):
return f"xaero-waypoint:{self.name}:{self.title}:{':'.join(map(str,self.pos))}:{formatting_codes.index(self.color)}:false:0:Internal-{self.dimension}-waypoints"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants