Greasy Fork is available in English.

PPPC

Pixel Place Parallel Connections

As of 2022-04-24. See the latest version.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/443907/1043740/PPPC.js

نووسەر
Exnonull
وەشان
2.2
Created
2022-04-23
Updated
2022-04-24
مۆڵەت
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);