Greasy Fork is available in English.

PPPC

Pixel Place Parallel Connections

La data de 24-04-2022. Vezi ultima versiune.

Acest script nu ar trebui instalat direct. Aceasta este o bibliotecă pentru alte scripturi care este inclusă prin directiva meta a // @require https://update.greasyfork.org/scripts/443907/1043365/PPPC.js

Autor
Exnonull
Versiune
1.6
Creat
23-04-2022
Actualizat
24-04-2022
Licență
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);