-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Question] Custom command to restart my server doesn't seem to work #225
Comments
Further testing I realized the problem only occurs when there's players online. When you do it with no one online it basically execute the command completely and the server restarts. So the problem have to be with users. |
It doesn't seem to be a problem with DMCC. Even when the server is completely clean (only restart-server and its dependencies are installed), it still cannot restart normally and crashes.
|
It works for me when doing it ingame or in the console, it just doesn't work when doing it through discord when players are online. |
What game version are you? |
fabric 1.20.1 |
Lemme try that |
Boom... That restart-server mod is incompatible with 1.20.4. (@Steveplays28) And the restart function still works perfectly in 1.20.1 with player in the server |
Then I don't know what could it be that is causing me to not work when players are online through discord console command. Could it be for having stuff messing with nicknames? Like my minecraft name is |
Could you send me your server zip for testing? The world folder is not needed. You may obscure the token if you feel it necessary. You may send it via my email: i#xujiayao.com |
Thanks for the heads up. Had no clue it was incompatible with 1.20.4. |
Oops, sorry. I didn't know you two had been in touch 😂 |
All good! |
Closing due to not being able to reproduce. |
Checks
Description
So i have a custom command created by this mod (https://modrinth.com/mod/restart-server). Basically restarts the servers; I have it edited so it works with screen on linux, so basically when I hit restart, server closes, delete the current screen and creates a new one with the new instance of the starting process working.
When I try to execute this command through "/console restart" on my discord channel using this mod, my minecraft character exits the game as if the game is closing as normal, but the game doesn't really close.
and it shows this error after doing so. (server is still up and I can join back, it just that it doesn't restart at all)
edit: https://mclo.gs/An6qAmo for better formatting.
If I do it normally just using the command /restart ingame it works perfectly, so I'm not really sure what could be the problem here. Any ideas or solutions?
The text was updated successfully, but these errors were encountered: