Untitled

 avatar
unknown
plain_text
9 months ago
268 B
14
Indexable
var mc = require('minecraft-protocol');
var autoVersionForge = require('minecraft-protocol-forge').autoVersionForge;
var client = mc.createClient({
    version: false,
    host: 'localhost',
    port: 51151,
    username: "bot1"
});

autoVersionForge(client);
Editor is loading...
Leave a Comment