-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server_command() will now wait specified time between sending command to server and reading log for output/response. E.g. PaperMC is lightweight and fast, so 1s should be enough, vanilla should be about the same, also keep in mind your PC specs and how that effects performance. A Forge heavily modded server will take longer, for me (currently using Valhesia Volatile (~161 mods) 3s is needed (possibly more).
- Loading branch information
Showing
3 changed files
with
12 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters