Rewrite Update
This version is a complete rewrite of the mod and brings full support for Minecraft 1.21.11.
Changes
- Full codebase rewrite
- Improved performance and stability
- Cleaner and more maintainable architecture
Features
- Text Displayer: Render custom text on screen
- Timer: Create and manage countdown timers
Compatibility
- Updated to Minecraft 1.21.11
Removed
- All legacy systems and outdated implementations
1.21.4 update
📋 Changelog - v0.0.1
🎉 Initial Release
✨ Core Features
- 🖥️ Dynamic Text System: Display custom text on screen with positioning, scaling, and visual effects
- ⏰ Interactive Timers: Create progress bars with real-time countdown, pause/resume, and auto-sync
- 🎯 Mission System: Manage objectives with visual progress tracking and completion states
- 🔧 Hybrid Variables: Flexible global/player variables system (completely manual)
- 🗡️ Advanced KillFeed: Combat system with customizable statistics and kill types
🎮 Advanced Features
- 👥 Universal Support:
@acommand to apply actions to all connected players - 🔍 Smart Autocomplete: Automatic suggestions for active text IDs when removing
- 🎨 Full Customization: Colors, animations, and positions fully configurable
- 📊 Real-time Tracking: Automatic monitoring of active texts per player
⚙️ Command System
- Text:
/dp show,/dp remove,/dp welcome,/dp notify - Timers:
/dp timer create/remove/list/pause/resume/sync/clear - Missions:
/dp mission create/add/update/remove/show/list/clear - Variables:
/dp var create/get/set/remove/list/player_level - KillFeed:
/dp killfeed enable/disable/stats/clear
🔧 Technical Features
- Compatibility: Minecraft 1.21.1+, Fabric Loader 0.17.2+
- Architecture: Pure client mod with Plugin Messaging communication
- Performance: Optimized with thread pools and efficient memory management
- Persistence: Automatic variable saving with backup

