Text Particle

This page was last updated for version v1.2.0

Format

text [args]

Description

You can easily create text using text particles. You can modify various properties of the text, such as font and scale. You can write text with any desired particle and color. It is recommended to keep the interval value high (for a more pleasant appearance and to prevent server lag).

All the arguments in Single Particle also apply to this.

Arguments

Arg

text

Description

text input

Format

text="<STRING>"

Example(s)

text="Hello World"

Default Value

*

Exclusive

*

Required
Aliases

*

Arg

font

Description

text font

Format

font="<STRING>"

Example(s)

font="Montserrat"

Default Value

"Tahoma"

Exclusive

*

Required
Aliases

*

Arg

step-x

Description

step value for x-coord

Format

step-x=<INTEGER>

Example(s)

step-x=2

Default Value

1

Exclusive

*

Required
Aliases

*

Arg

step-y

Description

step value for y-coord

Format

step-y=<INTEGER>

Example(s)

step-y=5

Default Value

1

Exclusive

*

Required
Aliases

*

Arg

scale

Description

text scale

Format

scale=<FLOAT>

Example(s)

scale=1

Default Value

0.2

Exclusive

*

Required
Aliases

*

Arg

vertical

Description

text orientation

Format

vertical=<BOOLEAN>

Example(s)

vertical=false

Default Value

true

Exclusive

*

Required
Aliases

*

Arg

tick-data

Description

sets the color by each particle if enabled, or all the particles will be the same colored

Format

tick-data=<BOOLEAN>

Example(s)

tick=true

Default Value

false

Exclusive

*

Required
Aliases

tick

Last updated