A plugin, which provides standarts interface for minecraft plugin to plugin communication.
It can function on Spigot/Paper/Bungee/Velocity! IFH has a Wiki in English or German
To install InterfaceHub (IFH), proceed as follows:
- Download the Jar file.
- Copy the jar file into the plugins folder on all servers.
- Restart all servers.
- Finish
You can integrate IFH with the jar file or you can call maven dependency:
<repository>
<id>github</id>
<name>GitHub Avankziar Apache Maven Packages</name>
<url>https://maven.pkg.github.com/Avankziar/InterfaceHub</url>
</repository>
<dependency>
<groupId>me.avankziar</groupId>
<artifactId>interfacehub</artifactId>
<version>VERSION</version>
</dependency>
Version can be found here! To access this, you need to add a personal access token in github. Else it will fail.
- adventure-platform-bukkit
- adventure-text-minimessage
- boosted-yaml
- mysql-connector-j
- sqlite-jdbc