Despical / BridgeRace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bridge Race

Bridge Race is a Minecraft minigame designed for small and big servers. This minigame is unique and very configurable, 100% free and open source!

Show your speed on your opponent and use your bridging skills to win the Duel! Who will be the winner? Have fun using it! Leave a good rating if you really like it.

Want to contribute in this project?

💣 Issues Reporting (Discord)      ❤ Make Donation

Open Source Libraries

Library Author License
InventoryFramework Despical Unlicense
ScoreboardLib Despical GPLv3
HikariCP brettwooldridge Apache License 2.0
bStats Bastian LGPLv3
Commons Box Despical GPLv3

Want to use Classic Duels API?

Add repository

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

Then add the dependency

    <dependencies>
        <dependency>
            <groupId>com.github.Despical</groupId>
            <artifactId>BridgeRace</artifactId>
            <version>1.0.0</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

License

Bridge Race is free and open source software under the GPL-3.0 License

About

License:GNU General Public License v3.0


Languages

Language:Java 100.0%