Go to file
DaMachinator 1032ed1619 Merge remote-tracking branch 'origin/master' 2018-02-15 08:19:44 -05:00
1.10.2 Merge remote-tracking branch 'origin/master' 2018-02-15 08:19:44 -05:00
1.11.2 Merge remote-tracking branch 'origin/master' 2018-02-15 08:19:44 -05:00
1.12.2 Merge remote-tracking branch 'origin/master' 2018-02-15 08:19:44 -05:00
core Merge remote-tracking branch 'origin/master' 2018-02-15 08:19:44 -05:00
gradle/wrapper oops 2018-01-19 17:19:56 -05:00
.gitignore add damage type emoji to death message 2018-02-14 05:34:45 +01:00
Jenkinsfile versioning scheme change 2018-02-11 17:23:52 +01:00
LICENSE Initial commit 2018-01-19 16:29:50 -05:00
README.md release 1.2.3 2018-02-12 21:44:03 +01:00
build.gradle adding changelog to cursegradle config 2018-02-14 06:26:12 +01:00
gradle.properties restructure config 2018-02-14 06:52:27 +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
matterbridge-sample.toml add sample and update README 2018-02-12 17:41:07 +01:00
settings.gradle release 1.2.2 2018-02-11 16:33:19 +01:00

README.md

MatterLink

THIS MOD REQUIRES YOU TO ALSO RUN A MATTERBRIDGE https://github.com/42wim/matterbridge

connect matterbridge to MC servers

https://github.com/42wim/matterbridge

requires api section to be setup along these lines

[api]
[api.local]
    BindAddress="0.0.0.0:4242" # or listen only to localhost: 127.0.0.1:4242

    #Bearer token used for authentication
    #curl -H "Authorization: Bearer testtoken" http://localhost:4343/api/messages
    
    #OPTIONAL (no authorization if token is empty)
    Token="mytoken"
    
    Buffer=1000
    
    RemoteNickFormat="{NICK}"
    
    ShowJoinPart = true

Downloads

https://github.com/elytra/MatterLink/releases

https://ci.elytradev.com/job/elytra/job/MatterLink/job/master/lastSuccessfulBuild/

Dependencies

Setup

install matterbridge and try out the basic sample

go get github.com/42wim/matterbridge
mv matterbridge-sample.toml matterbridge.tom
matterbridge

now you just need to run matterbridge on the server, the default configuration works with the provided sample

and then RTFM!!!