Moved things over to ButtonLib
This commit is contained in:
parent
a31c353de6
commit
6d7f85ffc7
2 changed files with 6 additions and 2 deletions
5
pom.xml
5
pom.xml
|
@ -104,6 +104,11 @@
|
|||
<artifactId>DiscordPlugin</artifactId>
|
||||
<version>master-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.TBMCPlugins</groupId>
|
||||
<artifactId>ButtonLib</artifactId>
|
||||
<version>master-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<organization>
|
||||
<name>TBMCPlugins</name>
|
||||
|
|
|
@ -20,8 +20,7 @@ public class MainPlugin extends JavaPlugin {
|
|||
logger = getLogger();
|
||||
|
||||
logger.info(pdfFile.getName() + " has been Enabled (V." + pdfFile.getVersion() + ").");
|
||||
EventExceptionHandler.registerEvents(new PlayerListener(), this, new EventExceptionDiscordSender() {
|
||||
});
|
||||
EventExceptionHandler.registerEvents(new PlayerListener(), this, new EventExceptionDiscordSender());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue