3.0.0 • Published 7 months ago

pianoverse v3.0.0

Weekly downloads
-
License
GPL-3.0-only
Repository
-
Last release
7 months ago

pianoverse.net protodef's and client

This contains the protocol definitions for pianoverse.net. Reversed from using protobuf_inspector on the packets sent through server and client.

Requirements

  1. Bun

Contact

Please contact me on Discord @fucksophie. I'm in the pianoverse discord. You can also find me elsewhere.

Example

The general API is styled after MPP clients, which Pianoverse has quite a lot of similarities with.

import { Client } from "pianoverse"

const client = new Client("https://pianoverse.net");

client.on("open", () => {
    client.setRoom("Lobby")
    client.setProfile("My Bot!")
})

client.on("message", (user, content) => {
    if(content == "!help") {
        client.message("Hi :P")
    }
})
2.0.3

7 months ago

2.0.2

8 months ago

2.0.4

7 months ago

3.0.0

7 months ago

2.0.1

8 months ago

2.0.0

11 months ago

1.0.1

12 months ago

1.0.0

12 months ago