File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ const util = require("minecraft-server-util");
44var res = { } ;
55
66util
7- . status ( "mc.stibarc.com" , 25561 )
7+ . status ( "mc.stibarc.com" , 25565 )
88 . then ( ( response ) => {
99 res . status = response ;
1010 util
11- . queryFull ( "mc.stibarc.com" , 25561 )
11+ . queryFull ( "mc.stibarc.com" , 25565 )
1212 . then ( ( response ) => {
1313 res . query = response ;
1414 sjs . writeStatusLine ( 200 ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const sjs = require("sprucehttp_sjs");
22const util = require ( "minecraft-server-util" ) ;
33
44util
5- . queryFull ( "mc.stibarc.com" , 25561 )
5+ . queryFull ( "mc.stibarc.com" , 25565 )
66 . then ( ( response ) => {
77 sjs . writeStatusLine ( 200 ) ;
88 sjs . writeHeader ( "Content-Type" , "application/json" ) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const sjs = require("sprucehttp_sjs");
22const util = require ( "minecraft-server-util" ) ;
33
44util
5- . status ( "mc.stibarc.com" , 25561 )
5+ . status ( "mc.stibarc.com" , 25565 )
66 . then ( ( response ) => {
77 sjs . writeStatusLine ( 200 ) ;
88 sjs . writeHeader ( "Content-Type" , "application/json" ) ;
You can’t perform that action at this time.
0 commit comments