AstralChat is a lightweight and highly configurable chat management plugin built for modern Paper servers. It combines chat formatting, customizable hover text, and integrated security features into one optimized solution.
With an easy-to-use configuration, server owners can customize every aspect of the chat experience while maintaining excellent performance. Whether you're running a small community or a large network, AstralChat provides a clean, reliable, and efficient chat system without unnecessary bloat.
With an easy-to-use configuration, server owners can customize every aspect of the chat experience while maintaining excellent performance. Whether you're running a small community or a large network, AstralChat provides a clean, reliable, and efficient chat system without unnecessary bloat.
YAML:
# ======================================
# AstralChat Configuration
# Author: Xyr0
# ======================================
license:
key: "AstralChat-xyr0-DHDHE"
modules:
chat-security: true
spam: true
blacklist: true
advertising: true
caps: true
chat-format: true
hover-chat: true
discordsrv-support: true
# ======================================
# Chat Format
# ======================================
chat-format:
format: '%luckperms_prefix%%player%: %message%'
# ======================================
# Chat Security
# ======================================
security:
spam:
max-messages: 3
time-window-seconds: 2
caps:
minimum-message-length: 8
max-uppercase-percent: 70
blacklist:
words:
- badword
- test
advertising:
block-ips: true
block-discord-invites: true
# ======================================
# Hover Chat
# ======================================
hover:
enabled: true
text: |2
%luckperms_prefix%%player%
§7------------
§a$ §fMoney: §a%money%
§c🗡 §fKills: §c%kills%
§e⌚ §fPlaytime: §e%playtime%
§4☠ §fDeaths: §4%deaths%
§7------------
§7Click To Msg!
click-command: /msg %player%
# ======================================
# Chat Disable System
# ======================================
chat-toggle:
disabled: false
# ======================================
# Messages
# ======================================
messages:
reload-success: '&aAstralChat has been reloaded successfully!'
no-permission: '&cYou don''t have permission.'
chat-disabled: '&cGlobal chat is currently disabled.'
blacklisted: '&cYour message was blocked because it contains a blacklisted word.'
spam: '&cPlease slow down.'
advertising: '&cAdvertising is not allowed.'
caps: '&cPlease don''t use excessive caps.'
# ======================================
# Effects
# ======================================
effects:
enabled: true
sound: ENTITY_VILLAGER_NO
title: '&cMessage Blocked'
subtitle: '&7Please follow the chat rules.'
