Pixel Place Parallel Connections
À partir de
Ce script ne devrait pas être installé directement. C'est une librairie créée pour d'autres scripts. Elle doit être inclus avec la commande // @require https://updategf.qytechs.cn/scripts/443907/1043737/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);