Pixel Place Parallel Connections
As of
This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/443907/1043364/PPPC.js
const scheme = JSON.parse(await PPPC.show());
await PPPC.remove(username);
await PPPC.add(username, scheme);
await PPPC.save();
const ws = await PPPC.connect(username, serverId);
await PPPC.load(?scheme);