Pixel Place Parallel Connections
נכון ליום
אין להתקין סקריפט זה ישירות. זוהי ספריה עבור סקריפטים אחרים // @require https://update.greasyfork.org/scripts/443907/1043374/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);