.
This commit is contained in:
parent
ce56c6e105
commit
35a0784e40
46 changed files with 597 additions and 673 deletions
|
|
@ -7,7 +7,7 @@ shared_deps = [
|
|||
artifact("org.jetbrains:annotations"),
|
||||
artifact("com.google.guava:guava"),
|
||||
artifact("org.slf4j.slf4j:api"),
|
||||
artifact("de.kentoj.scrow:kencommandapi-core"),
|
||||
artifact("site.lab0x13.scrow:commands-common"),
|
||||
artifact("net.kyori:adventure-api"),
|
||||
artifact("net.kyori:adventure-text-minimessage"),
|
||||
artifact("org.jdbi:jdbi3-core"),
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
package de.kentoj.scrowlib.convention;
|
||||
|
||||
import de.kentoj.kencommandapi.api.platform.MessageStyle;
|
||||
import net.kyori.adventure.text.Component;
|
||||
import net.kyori.adventure.text.format.NamedTextColor;
|
||||
import net.kyori.adventure.text.format.TextColor;
|
||||
import net.kyori.adventure.text.format.TextDecoration;
|
||||
import site.lab0x13.scrow.commands.model.literal.MessageStyle;
|
||||
|
||||
public record ScrowMessageStyle(
|
||||
Component prefix,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue