Texter

class Texter(data: TexterObj)

Constructors

Link copied to clipboard
constructor(data: TexterObj)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun console(text: String)
fun console(text: String, modifiers: TextModifier)
fun console(text: String, wPrefix: Boolean)

Log a text into the console

Link copied to clipboard
fun debugLog(text: String, level: Level): Boolean

Log a text into debug file

Link copied to clipboard
fun response(p0: CommandSender, text: String)
fun response(p0: CommandSender, text: String, modifiers: TextModifier)

Send a message to a CommandSender, can be a player