Greasy Fork is available in English.

PPPC

Pixel Place Parallel Connections

As of 24/04/2022. 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/1043737/PPPC.js

Autor
Exnonull
Verzija
2.0
Napravljeno
23/04/2022
Ažurirano
24/04/2022
Licenca
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);