mcbe-portal
Version:
Connect bedrock servers together using mcbe-portal, manage your servers with ease.
23 lines (20 loc) • 373 B
JavaScript
const { Portal} = require("./lib/portal");
module.exports = {
Portal
}
const Creation = new Portal({
backups: {
active: ["home"],
enabled: true
},
database: {
enabled: true
},
packs: {
enabled: true,
exclude: [],
uuids: []
},
prefix: "-"
});
Creation.create_server("home", "./server/home");