text

package
v1.36.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 4 Imported by: 71

Documentation

Overview

Package text has utility methods used for formatting text to display in Minecraft, and to convert these colour codes into codes suitable for the command line. It also contains constants for each of the Minecraft colours and formatting codes.

Index

Constants

View Source
const (
	Black      = "§0"
	DarkBlue   = "§1"
	DarkGreen  = "§2"
	DarkAqua   = "§3"
	DarkRed    = "§4"
	DarkPurple = "§5"
	Orange     = "§6"
	Grey       = "§7"
	DarkGrey   = "§8"
	Blue       = "§9"
	Green      = "§a"
	Aqua       = "§b"
	Red        = "§c"
	Purple     = "§d"
	Yellow     = "§e"
	White      = "§f"
	DarkYellow = "§g"
	Quartz     = "§h"
	Iron       = "§i"
	Netherite  = "§j"
	Obfuscated = "§k"
	Bold       = "§l"
	Redstone   = "§m"
	Copper     = "§n"
	Italic     = "§o"
	Gold       = "§p"
	Emerald    = "§q"
	Reset      = "§r"
	Diamond    = "§s"
	Lapis      = "§t"
	Amethyst   = "§u"
)

Variables

This section is empty.

Functions

func ANSI

func ANSI(a ...any) string

ANSI converts all Minecraft text formatting codes in the values passed to ANSI formatting codes, so that it may be displayed properly in the terminal.

func Clean added in v1.25.1

func Clean(s string) string

Clean removes all Minecraft formatting codes from the string passed.

func Colourf

func Colourf(format string, a ...any) string

Colourf colours the format string using HTML tags after first escaping all parameters passed and substituting them in the format string. The following colours and formatting may be used:

black, dark-blue, dark-green, dark-aqua, dark-red, dark-purple, gold, grey, dark-grey, blue, green, aqua,
red, purple, yellow, white, dark-yellow, quartz, iron, netherite, redstone, copper, gold, emerald, diamond,
lapis, amethyst, obfuscated, bold (b), and italic (i).

These HTML tags may also be nested, like so: `<red>Hello <bold>World</bold>!</red>`

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL