Pixel Place Parallel Connections
目前為
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/443907/1043740/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);