Skip to content

Commit

Permalink
Add colored and placeholder modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Oct 23, 2024
1 parent 680586c commit ed7af0e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ package com.typewritermc.engine.paper.entry.entries
import com.typewritermc.core.entries.PriorityEntry
import com.typewritermc.core.entries.Ref
import com.typewritermc.core.entries.ref
import com.typewritermc.core.extension.annotations.Tags
import com.typewritermc.core.extension.annotations.Help
import com.typewritermc.core.extension.annotations.WithRotation
import com.typewritermc.core.extension.annotations.*
import com.typewritermc.core.utils.point.Position
import com.typewritermc.engine.paper.entry.*
import com.typewritermc.engine.paper.entry.entity.*
Expand All @@ -16,6 +14,8 @@ import kotlin.reflect.KClass

@Tags("speaker")
interface SpeakerEntry : PlaceholderEntry {
@Colored
@Placeholder
@Help("The name of the entity that will be displayed in the chat (e.g. 'Steve' or 'Alex').")
val displayName: String

Expand Down

0 comments on commit ed7af0e

Please sign in to comment.