Go to file
DaMachinator 7d02199eb1 Update 1.11.2 EventWrapper 2018-02-10 12:39:38 -05:00
1.11.2 Update 1.11.2 EventWrapper 2018-02-10 12:39:38 -05:00
1.12.2 shuffling the build logic a little bit more 2018-02-10 18:08:42 +01:00
core add a (not yet working) 1.11.2 subproject 2018-02-10 17:54:43 +01:00
gradle/wrapper oops 2018-01-19 17:19:56 -05:00
.gitignore port to kotlin 2018-01-21 06:18:59 +01:00
Jenkinsfile refactor project into modules 2018-02-09 21:50:38 +01:00
LICENSE Initial commit 2018-01-19 16:29:50 -05:00
README.md fix playerlist command and add download link 2018-02-08 22:08:35 +01:00
build.gradle shuffling the build logic a little bit more 2018-02-10 18:08:42 +01:00
gradle.properties formattable join/leave messages and version bump 2018-02-10 15:28:39 +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
settings.gradle add a (not yet working) 1.11.2 subproject 2018-02-10 17:54:43 +01: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

Downloads

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