garrettjoecox / scriptserver

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

JavaServer not running #43

Open 994AK opened 2 years ago

994AK commented 2 years ago

nodejs.Error: JavaServer not running

994AK commented 2 years ago

javaServer.send(give 66a minecraft:skull 1 3 {SkullOwner:"10"});

nodejs.Error: JavaServer not running

garrettjoecox commented 2 years ago

Hey there, would you mind posting your entire server.js? You’ll want to make sure you instantiate a JavaServer or Scriptserver class, then call the .start method on it