TChat
Tect.host
  • Introduction
  • General
    • Addons
    • Basic chat
    • Commands and permissions
    • Utils
    • Placeholders
  • Autobroadcast
    • Configuration
    • Command
  • BannedCommands
    • Configuration
    • Command
  • BannedWords
    • Configuration
    • Command
  • Channels
    • Configuration
    • Command
  • Chat Color
    • Configuration
    • Command
    • Menu
  • Chat Games
    • Configuration
      • Key words
    • Command
  • Custom Commands
    • Configuration
      • Conditionals
      • Loops
  • Ignore
    • Configuration
    • Command
  • Invsee
    • Configuration
  • Levels
    • Configuration
  • Me formatter
    • Configuration
    • Command
  • Polls
    • Configuration
    • Command
  • Print formatter
    • Configuration
    • Command
  • Show Ender Chest
    • Configuration
  • Tags
    • Configuration
    • Menu configuration
    • Command
  • Worlds
    • Configuration
Powered by GitBook
On this page
  1. Polls

Configuration

Configuration file: config.yml

# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │                            Polls                            │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################

poll:
  options:
    # Progress bar
    bar:
      filled: '█'
      empty: '░'
      # Total characters
      length: 20

Options:

  • Filled: Character used to fill the progress bar when it is voted

  • Empty: Character used to fill the progress bar when it is not voted

  • Length: Number of characters in each progress bar of each option

Last updated 8 months ago