Messages

open class Messages

Settings for Taterzen's messages

Properties

_comment_exitEditorAfterMsgEdit
Link copied to clipboard
@SerializedName(value = "// Whether to exit message editor mode after editing a message.")
val _comment_exitEditorAfterMsgEdit: String
_comment_messageDelay
Link copied to clipboard
@SerializedName(value = "// Default delay between each message, in ticks.")
val _comment_messageDelay: String
_comment_speakDistance
Link copied to clipboard
@SerializedName(value = "// How far can player be for messages start appearing.")
val _comment_speakDistance: String
_comment_structure
Link copied to clipboard
@SerializedName(value = "// Message format. First %s is replaced with name, second one with message.")
val _comment_structure: String
exitEditorAfterMsgEdit
Link copied to clipboard
@SerializedName(value = "exit_editor_after_msg_edit")
open val exitEditorAfterMsgEdit: Boolean
Whether to exit message editor mode after editing a message.
messageDelay
Link copied to clipboard
@SerializedName(value = "message_delay")
open val messageDelay: Int
Default delay between each message, in ticks.
speakDistance
Link copied to clipboard
@SerializedName(value = "speak_distance")
open val speakDistance: Float
structure
Link copied to clipboard
open val structure: String