Go to file
DaMachinator cac5c59f75 Wrap forge event handlers 2018-02-09 13:06:53 -05:00
gradle/wrapper oops 2018-01-19 17:19:56 -05:00
src/main Wrap forge event handlers 2018-02-09 13:06:53 -05:00
.gitignore port to kotlin 2018-01-21 06:18:59 +01:00
Jenkinsfile fix jenkins file capitalization 2018-01-27 04:20:13 +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 version bump 1.1.0 2018-02-08 21:44:59 +01:00
gradlew make gradlew exutable 2018-01-27 04:22:43 +01: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