Greasy Fork is available in English.

PPPC

Pixel Place Parallel Connections

As of 24.04.2022. See ბოლო ვერსია.

ეს სკრიპტი არ უნდა იყოს პირდაპირ დაინსტალირებული. ეს ბიბლიოთეკაა, სხვა სკრიპტებისთვის უნდა ჩართეთ მეტა-დირექტივაში // @require https://update.greasyfork.org/scripts/443907/1043367/PPPC.js.

ავტორი
Exnonull
ვერსია
1.7
შექმნილია
23.04.2022
განახლებულია
24.04.2022
ლიცენზია
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);