Coziest Docs
  • Welcome
  • Coziest Plugins
    • Strikes-Dialogues
      • Commands & Permissions
      • Configuration
      • Creating Dialogues
      • Text Formatting Guide
      • Advanced Features
  • EnchantCore
    • Introduction
    • Getting Started
    • Configuration
      • autosell.yml
      • enchants.yml
      • config.yml
      • messages.yml
      • pickaxe.yml
    • Commands & Permissions
    • Placeholders
    • Dependencies
Powered by GitBook
On this page
  • Text Formatting Guide
  • Table of Contents
  • Colors
  • Gradients
  • Wrapping It Up
  1. Coziest Plugins
  2. Strikes-Dialogues

Text Formatting Guide

Text Formatting Guide

Welcome to the Text Formatting Guide! 🎨 This section is dedicated to teaching you all the cool formatting tricks you can use to enhance the text in your dialogues. Whether you're aiming for colorful text or special effects, we've got you covered! 🌈

In this guide, you'll learn how to use colors and other basic formatting techniques to create stunning dialogues that stand out.

Table of Contents

  • Colors

  • Gradients


Example:

pages:
  - - "&aHello %player_name%!"
    - "&bWelcome to the server!"
    - "&cMake sure to follow the rules."

Colors

Colors are one of the most common formatting options in Minecraft. By using color codes, you can create vibrant and easy-to-read text that stands out.

Color Codes

You can use Minecraft’s built-in color codes to style your dialogue text. Each code starts with & followed by the corresponding color code.

  • &0: Black

  • &1: Dark Blue

  • &2: Dark Green

  • &3: Dark Aqua

  • &4: Dark Red

  • &5: Dark Purple

  • &6: Gold

  • &7: Gray

  • &8: Dark Gray

  • &9: Blue

  • &a: Green

  • &b: Aqua

  • &c: Red

  • &d: Light Purple

  • &e: Yellow

  • &f: White

Example with Colors:

pages:
  - - "&eWelcome %player_name%!"
    - "&cWarning: %player_name%, be careful in the lava zone!"
    - "&aThank you for joining us!"

Gradients

Gradients allow you to add a smooth transition between two or more colors. This creates visually appealing text effects, perfect for titles or important messages.

Gradient Text

To apply gradient effects to your text, you can use the <gradient:#Color1:#Color2> syntax. This creates a smooth transition between two colors.

Example of Gradient Text:

pages:
  - - "<gradient:#FF6347:#FFFF00>Gradient Text</gradient>"
    - "<gradient:#0000FF:#00FF00>Another Gradient!</gradient>"

Wrapping It Up

Text formatting is a powerful tool in Strikes-Dialogues, allowing you to create vibrant, engaging, and visually dynamic dialogues for your players. Whether you’re highlighting important information with colors or making your text more creative with gradients, the possibilities are endless! ✨

Now you have all the tools to start creating exciting and formatted dialogues that grab your players' attention. Enjoy experimenting with different styles and have fun customizing your server dialogues! 🚀


Happy Formatting! 🎉

PreviousCreating DialoguesNextAdvanced Features

Last updated 1 month ago