Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xism4 committed Jun 24, 2023
1 parent 6abc7d6 commit 35eede6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ Lightweight & Async scoreboard based on FastBoard, implementing animations, pack
* [MC-Market page](https://www.mc-market.org/resources/20395/)

## Maintainers
* [ShieldCommunity](https://github.com/ShieldCommunity) Currently mantainers are mostly community owners.
* [xism4](https://github.com/xism4) Main developer
* [jonakls](https://github.com/jonakls) Retired developer

## Features
* Fully bedrock support - Other plugins have's strange view problems
* MiniMessage formatting support - Intutive colours like <red>hello<reset>
* Automatic dependency download to avoid high weights - Also makes all Minecraft versions support
* Not dependency based - Doesn't need other software to run properly
* Packet-based - The plugin will not bug with plugins that use teams
* Animated scoreboard - With all tasks running asynchronous
Expand Down Expand Up @@ -50,7 +53,7 @@ repositories {
}
dependencies {
implementation 'com.github:shieldcommunity:2.0.2'
implementation 'com.github:shieldcommunity:2.2.2'
}
shadowJar {
Expand All @@ -69,7 +72,7 @@ repositories {
}

dependencies {
implementation("com.github:shieldcommunity:2.0.2")
implementation("com.github:shieldcommunity:2.2.2")
}

shadowJar {
Expand Down

0 comments on commit 35eede6

Please sign in to comment.