Skip to content

Commit

Permalink
Fix sidebar version (#945)
Browse files Browse the repository at this point in the history
* fix bStats tracked id

* remove scoreboard numbers, replace with team status when applicable on 1.20.3 scoreboard

* fix default blast protection from fireballs on 1.8.8 (#937)

* add deprecation notice for 1.8.8, 1.17.1, 1.19.1 and 1.20 (#939)

* fix metric tracking

* add 1.20.3 support
  • Loading branch information
andrei1058 authored Dec 7, 2023
1 parent 91e6a76 commit 978c24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bedwars-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<dependency>
<groupId>com.andrei1058.spigot.sidebar</groupId>
<artifactId>sidebar-base</artifactId>
<version>23.12.1-SNAPSHOT</version>
<version>23.12</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -312,7 +312,7 @@
<dependency>
<groupId>com.andrei1058.spigot.sidebar</groupId>
<artifactId>sidebar-v1_20_R3</artifactId>
<version>23.12.1-SNAPSHOT</version>
<version>23.12</version>
<scope>compile</scope>
</dependency>
<!-- End of Sidebar LIB-->
Expand Down

0 comments on commit 978c24a

Please sign in to comment.