Skip to content

A library that makes it easier to use the PluginMessagingChannel

Notifications You must be signed in to change notification settings

DerEingerostete/BungeeBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

BungeeBridge

A library that makes it easier to use the PluginMessagingChannel

Maven:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependency>
    <groupId>com.github.DerEingerostete</groupId>
    <artifactId>BungeeBridge</artifactId>
    <version>1.2.6</version>
</dependency>