๐Ÿ’š
Treasure Particles
  • Home Page
  • Discord Server
  • Download
    • ๐ŸงกBuiltByBit
  • Effects
    • Basic Usage
    • Creating Effect
      • Caching
      • Variables
      • Tick Handlers
        • Events
        • Mixer Options
      • Script Types
        • Variable
        • Variable Cycle
        • Particle
          • Single Particle
          • Circle Particle
            • Spread Particle
            • Targeted Circle Particle
          • Spiral Effects
            • Spiral Particle
            • Multi Spiral Particle
            • Full Spiral Particle
          • Targeted Particle
          • Sphere Particle
          • Text Particle
            • Animated Text Particle
          • Particles
          • Color Format
        • Parkour
        • Condition
        • Preset
        • Sound
        • Message
          • Chat Message
          • Action Bar Message
          • Title Message
        • Lightning
        • Others
    • Presets
    • Mixer
    • Static Effects
  • Colors
    • Adding New Color Scheme
    • Adding New Color Group
  • Configuration
    • General Options
    • Database
    • Permissions
    • GUI Config
      • Item Properties
  • Translations
Powered by GitBook
On this page
  • Format
  • Description
  • Arguments
  1. Effects
  2. Creating Effect
  3. Script Types
  4. Particle

Text Particle

This page was last updated for version v1.2.0

PreviousSphere ParticleNextAnimated Text Particle

Last updated 3 months ago

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 also apply to this.

Arguments

Arg
Description
Format
Example(s)
Default Value
Exclusive
Required
Aliases
Arg
Description
Format
Example(s)
Default Value
Exclusive
Required
Aliases
Arg
Description
Format
Example(s)
Default Value
Exclusive
Required
Aliases
Arg
Description
Format
Example(s)
Default Value
Exclusive
Required
Aliases
Arg
Description
Format
Example(s)
Default Value
Exclusive
Required
Aliases
Arg
Description
Format
Example(s)
Default Value
Exclusive
Required
Aliases
Arg
Description
Format
Example(s)
Default Value
Exclusive
Required
Aliases

text

text input

text="<STRING>"

text="Hello World"

*

*

*

font

text font

font="<STRING>"

font="Montserrat"

"Tahoma"

*

*

step-x

step value for x-coord

step-x=<INTEGER>

step-x=2

1

*

*

step-y

step value for y-coord

step-y=<INTEGER>

step-y=5

1

*

*

scale

text scale

scale=<FLOAT>

scale=1

0.2

*

*

vertical

text orientation

vertical=<BOOLEAN>

vertical=false

true

*

*

tick-data

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

tick-data=<BOOLEAN>

tick=true

false

*

tick

Single Particle