diff --git a/src/main/kotlin/net/axay/kspigot/chat/KSpigotChat.kt b/src/main/kotlin/net/axay/kspigot/chat/KSpigotChat.kt index 063bfcbc..8a4c2de4 100644 --- a/src/main/kotlin/net/axay/kspigot/chat/KSpigotChat.kt +++ b/src/main/kotlin/net/axay/kspigot/chat/KSpigotChat.kt @@ -70,4 +70,4 @@ fun BaseComponent.clickEvent(action: ClickEvent.Action, value: String) { * GLOBAL SHORTCUTS */ -fun c(hex: String): ChatColor = ChatColor.of(hex) \ No newline at end of file +fun col(hex: String): ChatColor = ChatColor.of(hex) \ No newline at end of file