Skip to content

Commit

Permalink
v7.3.52 - [core update] - Support servers without Spigot base unless …
Browse files Browse the repository at this point in the history
…they want to use hex codes
  • Loading branch information
slipcor committed Feb 10, 2024
1 parent 0448839 commit 8707668
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## v7.3 - API Expansion

- v7.3.52 - [core update] - Support servers without Spigot base unless they want to use hex codes
- v7.3.51 - update for 1.20.4, also make updating minecraft-version-dependent to not break servers by introducing unknown blocks or tree definitions
- v7.3.50 - print correct permission message for "treeconfig" command
- v7.3.49 - implement pull #97 manually
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>net.slipcor</groupId>
<artifactId>core</artifactId>
<version>0.3.6</version>
<version>0.3.9</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ It also will take down an entire tree when it is enabled in the config.

## Changelog

- v7.3.51 - update for 1.20.4, also make updating minecraft-version-dependent to not break servers by introducing unknown blocks or tree definitions
- v7.3.52 - [core update] - Support servers without Spigot base unless they want to use hex codes
- [read more](doc/changelog.md)

***
Expand Down

0 comments on commit 8707668

Please sign in to comment.