Compatibility
Minecraft: Java Edition
1.21–1.21.5
Platforms
Creators
Details
Licensed MIT
Published 4 weeks ago
Updated 2 weeks ago
Changelog
Changelog
Version 2.4.1 (June 6, 2025)
New Features
-
Global Chat System: Added network-wide chat functionality
- New
/gc
command to toggle between server chat and global chat per player - Global chat messages display with globe emoji (🌐) instead of text
- Players can individually choose their chat preference
- Chat from all servers is broadcasted across the network when global chat is enabled
- New
-
LuckPerms Integration: Enhanced chat display with permission-based formatting
- Automatic prefix and suffix integration from LuckPerms
- MiniMessage support for rich text formatting in prefixes/suffixes
- Graceful fallback when LuckPerms is not available
- Global chat format:
🌐 [prefix]username[suffix]: message
UI Improvements
- Replaced
<global>
text with globe emoji (🌐) for better visual clarity - Enhanced command feedback with consistent emoji usage
- Improved chat message formatting with proper spacing
Technical Changes
- Added
PrefixUtils.java
utility class for LuckPerms integration - Enhanced chat event handling to support network-wide messaging with rich formatting
- New command registration for global chat toggle
- Player preference storage for global chat toggle
Version 2.4 (June 6, 2025)
New Features
-
Network Join/Leave Configuration: Added comprehensive network messaging system
broadcast_join_to_all_servers
- Control network-wide join message broadcastingbroadcast_leave_to_all_servers
- Control network-wide leave message broadcastingshow_server_transfers
- Optional notifications for server transfers- Custom message formats for network join/leave events
-
Discord Name Format Options: Enhanced Discord integration
name_format
setting - Choose between "username" or "displayname"message_format
setting - Customizable Discord-to-game message format- Support for Discord display names vs usernames
Configuration Updates
- Added
network
section todiscord_config.yml
- All new features are fully configurable via YAML
- Enhanced MiniMessage format support for all message types
Technical Improvements
- Updated configuration loading system
- Enhanced Discord message handling
- Improved network broadcasting functionality
Version 2.3 (June 5, 2025)
Breaking Changes
- Removed Chat Filter System: Complete removal of chat filtering functionality
- Deleted
ChatFilterCommand.java
andChatFilterModule.java
- Removed all filter configuration files and directories
- Removed filter-related documentation
- Simplified Discord integration to remove filter dependencies
- Deleted
Changes
- Simplified main plugin class by removing chat filter initialization
- Updated Discord configuration to remove filter-related settings
- Streamlined event handling without filter checks
- Removed unused LuckPerms imports and dependencies
- Updated documentation to focus on rules system and Discord integration
- Preserved SnakeYAML dependency for Discord configuration
Current Features
- Discord Integration: Full chat bridging with MiniMessage support
- Rules System: Comprehensive server rules management
- Lobby Commands:
/lobby
,/l
,/hub
teleportation - Administrative Tools: Configuration reload capabilities
Version 2.2 (Previous)
- Discord Integration enhancements
- Rules System implementation
- Chat Filter functionality (now removed)
- Server management improvements
Version 2.1 (Previous)
- Initial Rules System
- MiniMessage support
- Admin commands
- JSON-based configuration
Breaking Changes
- Removed Chat Filter System: Complete removal of chat filtering functionality
- Deleted
ChatFilterCommand.java
andChatFilterModule.java
- Removed all filter configuration files and directories
- Removed filter-related documentation
- Simplified Discord integration to remove filter dependencies
- Deleted
Changes
- Simplified main plugin class by removing chat filter initialization
- Updated Discord configuration to remove filter-related settings
- Streamlined event handling without filter checks
- Removed unused LuckPerms imports and dependencies
- Updated documentation to focus on rules system and Discord integration
- Preserved SnakeYAML dependency for Discord configuration
Current Features
- Discord Integration: Full chat bridging with MiniMessage support
- Rules System: Comprehensive server rules management
- Lobby Commands:
/lobby
,/l
,/hub
teleportation - Administrative Tools: Configuration reload capabilities
Version 2.2 (Previous)
- Discord Integration enhancements
- Rules System implementation
- Chat Filter functionality (now removed)
- Server management improvements
Version 2.1 (Previous)
- Initial Rules System
- MiniMessage support
- Admin commands
- JSON-based configuration