My server keeps crashing for an unknown reason. https://pastebin.com/exTfyRis I've tried resetting windows sockets using netsh winsock reset, but that doesn't seem to work. Any ideas?
You should specify how much memory you want Java to use for the heap. Add this before -jar -Xms3072m -Xmx3072m
Looking at other people with the same problem, some had trouble with the IPV6 remote access software installed on their computer and fixed it by specifying -Djava.net.preferIPv4Stack=true Other people had problems with their firewall.