Linking co-ordinates to Mumble without a game #5482
Unanswered
Aadhavan2307
asked this question in
Q&A
Replies: 1 comment
-
For that to work, you can create a Mumble plugin that takes care of reading in the respective file (or maybe even directly access the Minecraft API) in order to obtain the player's position. See https://github.com/mumble-voip/mumble/tree/master/docs/dev/plugins for the documentation on how to get started creating a plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Minecraft Bedrock Edition doesn't give access to source code nor does it have mod platforms like Forge to create a Mumble Link mod... It has a Websocket API thingy and using Golang, I am able to fetch a player's location and rotation and store it in a tmp file... How do I make a C app or something along the lines, to read that tmp file and send it to Mumble? I am new to C, so sorry if this is a very basic question... Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions