Greasy Fork is available in English.

PPPC

Pixel Place Parallel Connections

Tính đến 24-04-2022. Xem phiên bản mới nhất.

Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta // @require https://update.greasyfork.org/scripts/443907/1043372/PPPC.js

Tác giả
Exnonull
Phiên bản
1.9
Đã tạo
23-04-2022
Đã cập nhật
24-04-2022
Giấy phép
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);