-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
This is my .js
var Rcon = require('/home/kibee/node_modules/rcon/node-rcon')
var options = {
tcp: true,
challenge: false
};
var UwU = new Rcon('ip', port, 'passwords', options);
UwU.on('auth', function() {
console.log("Authenticated <3");
}).on('response', function(str) {
console.log("Got response: " + str);
}).on('end', function() {
console.log("Socket closed!");
});
UwU.connect();
when i connect to the server it sent Authenticated <3, i also tried UwU.send("help"); and it works when the command is from the .js
but when i sent the command from my rcon it just doesnt work.
its rcon for minecraft btw.
Metadata
Metadata
Assignees
Labels
No labels