Add home grown event bus

This commit is contained in:
md_5
2013-05-14 11:30:08 +10:00
parent aefe3333a9
commit 21a354fa75
9 changed files with 238 additions and 457 deletions

View File

@@ -31,6 +31,12 @@
<version>1.7.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-event</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>