patrick-choe / hyper-core-game

A hyper crazy game for bukkit
GNU General Public License v2.0
3 stars 2 forks source link

HyperCore

Build Status Twitch Status

GitHub License GitHub Repository Size GitHub Commit Activity GitHub Last Commit GitHub Release Date GitHub Latest Release GitHub Downloads GitHub Issues GitHub Closed Issues GitHub Issues GitHub Closed Issues

A hyper crazy game for bukkit


Features

  • Something fun would happen xD

    Gradle (Groovy)

    
    allprojects {
    repositories {
       ...
       mavenCentral()
    }
    }

... dependencies { implementation 'com.github.patrick-mc:hyper-core-game:0.4-beta' }

---
#### Gradle (Kotlin DSL)
```groovy
allprojects {
   repositories {
       ...
       mavenCentral()
   }
}

...
dependencies {
   implementation("com.github.patrick-mc:hyper-core-game:0.4-beta")
}