Skip to content
This repository was archived by the owner on May 9, 2021. It is now read-only.

Development | Get started

Dkrieger edited this page Apr 5, 2019 · 7 revisions

DKBansV2 has a big developer API to customise the plugin completely.

If you have questions or problems about the api, use our development channel on our discord for discussing with other developers.

We have described simple examples about the DKBans api, use our javadocs for seeing all possibilities with the api.

Maven

Repository

<repositories>
    <repository>
        <id>bansystem-repo</id>
        <url>https://raw.githubusercontent.com/DevKrieger/repository/master/</url>
    </repository>
</repositories>

Dependency

<dependencies>
    <dependency>
        <groupId>ch.dkrieger.bansystem.lib</groupId>
        <artifactId>bansystem-lib</artifactId>
        <version>2.1.2</version>
        <scope>provide</scope>
    </dependency>
    <dependency>
        <groupId>ch.dkrieger.bansystem.bukkit</groupId>
        <artifactId>bansystem-bukkit</artifactId>
        <version>2.1.2</version>
        <scope>provide</scope>
    </dependency>
    <dependency>
        <groupId>ch.dkrieger.bansystem.bungeecord</groupId>
        <artifactId>bansystem-bungeecord</artifactId>
        <version>2.1.2</version>
        <scope>provide</scope>
    </dependency>
</dependencies>

Javadocs

JavaDocs will be created soon.

Developer Index

Clone this wiki locally