garrettjoecox / scriptserver

A Minecraft server wrapper, allows for simple plugins in vanilla
GNU General Public License v3.0
68 stars 10 forks source link

Fixed server.stop() function #30

Closed kellofkindles closed 3 years ago

kellofkindles commented 4 years ago

Program would crash before fix with the following error:

events.js:292
      throw er; // Unhandled 'error' event

Used rcon to send a stop command, then disconnects from rcon to allow the server to shutdown to get around a Minecraft bug

garrettjoecox commented 3 years ago

Just pushed a major version change, if this is still an issue feel free to re-submit an updated PR