Skip to content

Avankziar/InterfaceHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterfaceHub

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

How to Install

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

For Developer

Integration

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.

Integrated Possible Dependency

  • adventure-platform-bukkit
  • adventure-text-minimessage
  • boosted-yaml
  • mysql-connector-j
  • sqlite-jdbc

About

A plugin, which provides standarts interface for minecraft plugin to plugin communication.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages