AdvancedChat
Get AdvancedChatMinecraft Hosting
  • 🏠Home
  • 💾First Install
  • â„šī¸Guides
    • Prefix Guide
  • âš™ī¸Main
    • âš’ī¸Commands & Permissions
    • Languages
    • 🌈Gradients, Toasts & more
    • 🧩PlaceholderAPI Placeholders
    • 🌐Using With Networks
    • 💡Common Issues
    • ➕Plugin Integrations
      • ItemsAdder
      • Oraxen
      • Factions
      • Towny
      • TownyChat
      • DiscordSRV
  • ⭐FEATURES
    • đŸ’ŦChat Format
    • 🤖AI Chat Moderation
    • âœ’ī¸Chat Text Customizer
    • 🙂Auto Moderation
    • 🎮Chat Games
    • Custom Commands
    • 🤝Community-Submitted Filter
    • Channels
    • Chat Rules
    • Auto Announcements
    • Chat Tags GUI
    • 🎨Chat Color GUI
    • Custom Variables
  • FOR DEVELOPERS
    • API
Powered by GitBook
On this page
  • Key Features
  • Configuration Overview
  • Message Customization
  • Identifying Messages
  • Example: Customizing the "Unknown Command" Message
  1. FEATURES

Chat Text Customizer

Learn how to modify any impossible to edit message!

PreviousAI Chat ModerationNextAuto Moderation

Last updated 1 year ago

Elevate your server's chat experience with the Chat Text Customizer. This tool surpasses the conventional limitations of plugins and Minecraft itself, offering unparalleled flexibility in message display customization. Whether you aim to modify messages from various plugins or Minecraft's default communications, this customizer facilitates seamless edits, ensuring your chat environment is uniquely yours.

Key Features

  • Full Compatibility: Works with messages from any source, be it Minecraft or third-party plugins.

  • Advanced Editing: Supports gradients, PlaceholderAPI, and more, for dynamic and vibrant chat messages.

  • Versatile Matching: Utilizes different matching strategies (EQUALS, STARTS_WITH, ENDS_WITH, CONTAINS, REGEX) to accurately identify and modify messages.

  • ProtocolLib Requirement: Ensure you have ProtocolLib installed to utilize this feature. You can learn how to add ProtocolLib to your server here:

Configuration Overview

Message Customization

Customize any chat message leveraging extensive editing capabilities. The customization process involves identifying the target message and applying the desired modifications.

Identifying Messages

Use findType to specify how to match the message you intend to replace. This could be an exact match, a prefix, suffix, substring, or a regular expression for complex patterns.

Example: Customizing the "Unknown Command" Message

unknownCommand:
  findType: EQUALS
  find: '&fUnknown command. Type "/help" for help.'
  replace:
    0:
      from: '&fUnknown command. Type "/help" for help.'
      to: '&cYou''ve typed an unknown command! Type "/help" for help or use "/discord" to join our Discord server!'

This example demonstrates how to replace the default "unknown command" message with a more informative and engaging one.

⭐
âœ’ī¸
Step 1 - Installing the plugin