Go to file
NikkyAI 1362147c70 is SCM implied in the declarative pipeline ? 2018-02-10 19:17:00 +01:00
1.11.2 replace logger with System.out until we find a way to log version agnostic 2018-02-10 19:05:10 +01:00
1.12.2 replace logger with System.out until we find a way to log version agnostic 2018-02-10 19:05:10 +01:00
core replace logger with System.out until we find a way to log version agnostic 2018-02-10 19:05:10 +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 is SCM implied in the declarative pipeline ? 2018-02-10 19:17:00 +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 replace logger with System.out until we find a way to log version agnostic 2018-02-10 19:05:10 +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/