Untitled
unknown
plain_text
9 months ago
268 B
13
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