PPPC

Pixel Place Parallel Connections

נכון ליום 24-04-2022. ראה הגרסה האחרונה.

אין להתקין סקריפט זה ישירות. זוהי ספריה עבור סקריפטים אחרים // @require https://update.greasyfork.org/scripts/443907/1043737/PPPC.js

יוצר
Exnonull
גרסה
2.0
נוצר
23-04-2022
עודכן
24-04-2022
רישיון
MIT

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);