forked from RepoMirrors/kami-blue
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2d7c9505bd
19
README.md
19
README.md
|
@ -1,23 +1,6 @@
|
||||||
<img src="https://github.com/kami-blue/assets/blob/assets/assets/icons/kami.svg" align="left" width="120"/>
|
[![Download](https://img.shields.io/badge/download-50k%2B-brightgreen)](https://blue.bella.wtf/download)
|
||||||
|
|
||||||
# KAMI Blue
|
|
||||||
|
|
||||||
### A Minecraft utility mod for anarchy servers
|
|
||||||
|
|
||||||
#
|
|
||||||
<a href="https://blue.bella.wtf/download">
|
|
||||||
<img src="https://github.com/kami-blue/assets/blob/assets/assets/icons/download.svg" width="200"/>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
[![Dl discord](https://img.shields.io/badge/downloads-47k-brightgreen?logo=discord&logoColor=white)](https://discord.gg/KfpqwZB)
|
|
||||||
[![Dl Github](https://img.shields.io/github/downloads/kami-blue/client/total?label=downloads&logo=github)](https://github.com/kami-blue/client/releases)
|
|
||||||
|
|
||||||
[![Build Status features-master](https://img.shields.io/travis/com/kami-blue/client/master?logo=gradle&label=build)](https://travis-ci.com/kami-blue/client)
|
[![Build Status features-master](https://img.shields.io/travis/com/kami-blue/client/master?logo=gradle&label=build)](https://travis-ci.com/kami-blue/client)
|
||||||
[![Discord Mine](https://img.shields.io/discord/573954110454366214?label=chat&logo=discord&logoColor=white)](https://discord.gg/KfpqwZB)
|
[![Discord Mine](https://img.shields.io/discord/573954110454366214?label=chat&logo=discord&logoColor=white)](https://discord.gg/KfpqwZB)
|
||||||
[![Commits Mine](https://img.shields.io/github/commits-since/kami-blue/client/v1.0.1/master?color=light-green&label=commits&logo=git&logoColor=white)](https://github.com/kami-blue/client/releases)
|
|
||||||
|
|
||||||
[![Paypal](https://img.shields.io/badge/paypal-donate-red?color=169bd7&logo=paypal)](https://paypal.me/bellawhotwo)
|
[![Paypal](https://img.shields.io/badge/paypal-donate-red?color=169bd7&logo=paypal)](https://paypal.me/bellawhotwo)
|
||||||
[![BTC](https://img.shields.io/badge/btc-clickme-red?color=f08b16&logo=bitcoin)](https://www.blockchain.com/btc/address/19pH4aNZZMPJkqQ2826BauRokyBs1NYon7)
|
[![BTC](https://img.shields.io/badge/btc-clickme-red?color=f08b16&logo=bitcoin)](https://www.blockchain.com/btc/address/19pH4aNZZMPJkqQ2826BauRokyBs1NYon7)
|
||||||
[![BCH](https://img.shields.io/badge/bch-clickme-red?color=2db300&logo=cash-app)](https://www.blockchain.com/bch/address/19pH4aNZZMPJkqQ2826BauRokyBs1NYon7)
|
[![BCH](https://img.shields.io/badge/bch-clickme-red?color=2db300&logo=cash-app)](https://www.blockchain.com/bch/address/19pH4aNZZMPJkqQ2826BauRokyBs1NYon7)
|
||||||
|
|
|
@ -70,11 +70,11 @@ dependencies {
|
||||||
}
|
}
|
||||||
compile "com.github.ZeroMemes:Alpine:1.7"
|
compile "com.github.ZeroMemes:Alpine:1.7"
|
||||||
compile group: 'net.jodah', name: 'typetools', version: '0.5.0'
|
compile group: 'net.jodah', name: 'typetools', version: '0.5.0'
|
||||||
compile group: 'org.yaml', name: 'snakeyaml', version: '1.25'
|
compile group: 'org.yaml', name: 'snakeyaml', version: '1.26'
|
||||||
compile(group: 'org.reflections', name: 'reflections', version: '0.9.12') {
|
compile(group: 'org.reflections', name: 'reflections', version: '0.9.12') {
|
||||||
exclude group: 'com.google.guava', module: 'guava'
|
exclude group: 'com.google.guava', module: 'guava'
|
||||||
}
|
}
|
||||||
compile 'club.minnced:java-discord-rpc:v2.0.1'
|
compile 'club.minnced:java-discord-rpc:2.0.2'
|
||||||
compile 'com.github.MrPowerGamerBR:TemmieWebhook:-SNAPSHOT'
|
compile 'com.github.MrPowerGamerBR:TemmieWebhook:-SNAPSHOT'
|
||||||
compile 'com.github.kevinsawicki:http-request:http-request-6.0'
|
compile 'com.github.kevinsawicki:http-request:http-request-6.0'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue