Ozaner Hansha
Ozaner Hansha
I've updated the readme, regenerated the action code, and added a unit test. Not too familiar with typescript (or even javascript) so I might be missing something.
The `USERNAME` and `EMAIL` env variables have been renamed, and the readme updated.
I'd like this merged as well. I have a long lived mineflayer node instance, and the bot joins/leaves the server in sync with when another program connects/disconnects to it via...
Hey @rom1504 this solves Deno compatibility. Without this fix, the node-minecraft-protocol library would only work with the NodeJS runtime and not others that have properly implemented [RFC7468](https://datatracker.ietf.org/doc/html/rfc7468) (i.e. Deno). I've...
I see. Honestly, even though I didn't make this PR, I think it should be closed. The main purpose of this PR was to enable Deno support, but since changing...
Looked into it a bit more and it seems the language string for `en_us` is correct: [azalea-language/src/en_us.json L2594](https://github.com/azalea-rs/azalea/blob/2992fc6b4793e00cb35568e6bc42f7bde02463dd/azalea-language/src/en_us.json#L2594): ``` "commands.message.display.incoming": "%s whispers to you: %s", "commands.message.display.outgoing": "You whisper to %s:...