Pixel Place Parallel Connections
Per
Dit script moet niet direct worden geïnstalleerd - het is een bibliotheek voor andere scripts om op te nemen met de meta-richtlijn // @require https://update.greasyfork.org/scripts/443907/1043376/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);
ws.set(x,y,p);
await PPPC.load(?scheme);