Allay icon indicating copy to clipboard operation
Allay copied to clipboard

allaymc目前的问题

Open Avrilzion opened this issue 1 year ago • 5 comments

服务器官网下载等多个按钮不起作用无法正常跳转服务器官网

  • 你们的服务端不提示服务端所支持的minecraft游戏版本
  • 服务端不论是自己构建\运行,还是从GitHub Actions下载运行都存在下面问题
  • 你们的服务端正常启动了但网络服务器不正常延迟 4448ms

20240515211518

  • 还有server-settings.yml文件中没有提示可以更换其他语言的注释

Avrilzion avatar May 15 '24 13:05 Avrilzion

Thank you for your feedback!

In the near future, we’ll fix the functionality of the buttons on the official website, add support for Minecraft game versions, and include comments in the server-settings.yml file regarding language options.

The time displayed at the end represents the total server startup time, not network startup time. Auxiliary links: Start time: link End time: link Output of the difference between start and end: link

IWareQ avatar May 15 '24 15:05 IWareQ

现在还有个问题服务端可以启动,但mc连接不到本地服务器,我不知道是哪里出了问题

Avrilzion avatar May 15 '24 15:05 Avrilzion

现在还有个问题服务端可以启动,但mc连接不到本地服务器,我不知道是哪里出了问题

Windows UWP apps have some restrictions on what they are allowed to do by default. Unfortunately, this includes connecting to things on localhost.

To lift this restriction from Minecraft, launch Windows PowerShell as an administrator and run the following:

CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe"

IWareQ avatar May 15 '24 15:05 IWareQ

目前来说没有太大问题,但希望将多维度功能提上开发路线图,目前下界维度,末地维度,下届\末地传送框架都无法激活,如果可以的话在添加一个 多维度传送通用框架api 使其mod开发者可以给添加其他维度并调用传送门api 进行维度相互传送,并在更新一下mod编写教程

Avrilzion avatar May 15 '24 15:05 Avrilzion

  • 官网还在弄
  • 4448ms指的是启动耗时,不是网络延时
  • 配置文件的注释目前只有英文,因为是硬编码在代码里面的
  • 多世界已经实现了,你去看下worlds/worlds.json这个文件。游戏内传送用/world tp

smartcmd avatar May 17 '24 10:05 smartcmd