2018-01-27 03:08:17 +00:00
|
|
|
# MatterLink
|
2018-01-24 14:40:38 +00:00
|
|
|
|
2018-01-19 21:29:50 +00:00
|
|
|
matterbridge for MC servers
|
2018-01-27 03:08:17 +00:00
|
|
|
|
|
|
|
https://github.com/42wim/matterbridge
|
|
|
|
|
|
|
|
requires api section to be setup along these lines
|
|
|
|
|
|
|
|
```
|
|
|
|
[api]
|
|
|
|
[api.local]
|
|
|
|
BindAddress="0.0.0.0:4343" # or listen only to localhost
|
|
|
|
|
|
|
|
#Bearer token used for authentication
|
|
|
|
#curl -H "Authorization: Bearer testtoken" http://localhost:4343/api/messages
|
|
|
|
|
|
|
|
#OPTIONAL (no authorization if token is empty)
|
|
|
|
Token="testtoken"
|
|
|
|
|
|
|
|
Buffer=1000
|
|
|
|
|
|
|
|
RemoteNickFormat="{NICK}"
|
|
|
|
|
|
|
|
ShowJoinPart = true
|
|
|
|
```
|
|
|
|
|
|
|
|
values you need to remember are obviously the IP, port and token
|
2018-02-08 21:08:35 +00:00
|
|
|
MatterLInk will need them in the configuration
|
|
|
|
|
|
|
|
## Downloads
|
|
|
|
|
|
|
|
https://ci.elytradev.com/job/elytra/job/MatterLink/job/master/
|