We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
不然还需要手动连接到服务器重启一次。这样的话我只需要把8080放开 在网页上点点就好了。
The text was updated successfully, but these errors were encountered:
可以的,但是这一块不太好写,因为有的人是用的docker,有的是在宿主机跑的,还有跨平台的一些适配,其他功能写完后会写这个。
Sorry, something went wrong.
这块可以使用rcon实现,比如修改配置文件,通过rcon通知服务器shutdown,如果使用docker部署的,那么会因为进程管理自动重启,Windows没想好咋弄。
是一个不错的思路,简化了停止的代码,启动的时候,因为用户在配置文件填过路径了,只需要判断是不是容器内的就可以了。
0.1.4已实现自动重启,在配置文件那里填写重启需要的命令即可。例如docker,则填写"docker restart palworld"
No branches or pull requests
不然还需要手动连接到服务器重启一次。这样的话我只需要把8080放开 在网页上点点就好了。
The text was updated successfully, but these errors were encountered: