Greasy Fork is available in English.

PPPC

Pixel Place Parallel Connections

Versión del día 24/4/2022. Echa un vistazo a la versión más reciente.

Este script no debería instalarse directamente. Es una biblioteca que utilizan otros scripts mediante la meta-directiva de inclusión // @require https://update.greasyfork.org/scripts/443907/1043740/PPPC.js

Autor
Exnonull
Versión
2.2
Creado
23/4/2022
Actualizado
24/4/2022
Licencia
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);