Skip to content

Commit

Permalink
Moved to new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
OakLoaf committed May 22, 2024
1 parent 8f66cd2 commit ee05bc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ChatColorHandler
![Version Number](https://repo.smrt-1.com/api/badge/latest/releases/me/dave/ChatColorHandler?color=40c14a&name=Maven)
![Version Number](https://repo.lushplugins.org/api/badge/latest/releases/me/dave/ChatColorHandler?color=40c14a&name=Maven)

ChatColorHandler allows you to easily add Hex Colour and MiniMessage support to your Minecraft plugins.
This Library works with all versions of Spigot and also adds [MiniMessage](https://docs.advntr.dev/minimessage/format.html) support for servers running [Paper](https://papermc.io/downloads/paper) (or forks).
Expand Down Expand Up @@ -51,7 +51,7 @@ ChatColorHandler.translate("Test String")
## Add ChatColorHandler to your project:
You can simply add ChatColorHandler to your project by adding the below into your pom.xml

![Version Number](https://repo.smrt-1.com/api/badge/latest/releases/me/dave/ChatColorHandler?color=40c14a&name=Maven)
![Version Number](https://repo.lushplugins.org/api/badge/latest/releases/me/dave/ChatColorHandler?color=40c14a&name=Maven)

**Javadocs:** https://cooldcb.github.io/ChatColorHandler/me/dave/chatcolorhandler/ChatColorHandler.html

Expand Down
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ tasks {
publishing {
repositories {
maven {
name = "smrt1Releases"
url = uri("https://repo.smrt-1.com/releases")
name = "lushReleases"
url = uri("https://repo.lushplugins.org/releases")
credentials(PasswordCredentials::class)
authentication {
isAllowInsecureProtocol = true
Expand All @@ -48,8 +48,8 @@ publishing {
}

maven {
name = "smrt1Snapshots"
url = uri("https://repo.smrt-1.com/snapshots")
name = "lushSnapshots"
url = uri("https://repo.lushplugins.org/snapshots")
credentials(PasswordCredentials::class)
authentication {
isAllowInsecureProtocol = true
Expand Down

0 comments on commit ee05bc2

Please sign in to comment.