PPPC

Pixel Place Parallel Connections

Ekde 2022/04/24. Vidu La ĝisdata versio.

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/1043376/PPPC.js

Aŭtoro
Exnonull
Versio
1.11
Kreita
2022/04/23
Ĝisdatigita
2022/04/24
Size
4,57 kb
Licenco
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);