Go to file
Nikky Ai 0f82a1ad24 move to elytra namespace and rename to matterlink 2018-01-27 04:08:17 +01:00
gradle/wrapper oops 2018-01-19 17:19:56 -05:00
src/main move to elytra namespace and rename to matterlink 2018-01-27 04:08:17 +01:00
.gitignore port to kotlin 2018-01-21 06:18:59 +01:00
JenkinsFile add jenkins instructions and clean build.gradle 2018-01-24 15:38:25 +01:00
LICENSE Initial commit 2018-01-19 16:29:50 -05:00
README.md move to elytra namespace and rename to matterlink 2018-01-27 04:08:17 +01:00
build.gradle move to elytra namespace and rename to matterlink 2018-01-27 04:08:17 +01:00
gradlew oops 2018-01-19 17:19:56 -05:00
gradlew.bat oops 2018-01-19 17:19:56 -05:00

README.md

MatterLink

matterbridge for MC servers

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 MatterLInk will need them in the configuration