diff --git a/README.md b/README.md index d0ec702d..8c77c772 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,6 @@ - - -# KAMI Blue - -### A Minecraft utility mod for anarchy servers - -# - - - - -*** - -[![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) - +[![Download](https://img.shields.io/badge/download-50k%2B-brightgreen)](https://blue.bella.wtf/download) [![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) -[![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) [![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) diff --git a/build.gradle b/build.gradle index 4d932770..0204e4f4 100644 --- a/build.gradle +++ b/build.gradle @@ -70,11 +70,11 @@ dependencies { } compile "com.github.ZeroMemes:Alpine:1.7" 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') { 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.kevinsawicki:http-request:http-request-6.0' }