Changelog
2.0 Rewrite
🚀 New Features
- Added support for lower versions (1.19+)
 - Added 
/campfire reloadcommand - Complete configuration overhaul with nested settings
 - Separate configuration for normal campfires and soul campfires
 - Added actionbar messages when being healed
 - Added global enable/disable toggle
 - Added range configuration for campfire effects
 - Added healing amount configuration
 - Added lit/unlit configuration option
 - Added separate intervals for each campfire type
 
🔧 Configuration Changes
- New YAML structure with 
settingssection - Moved all settings under nested configuration:
settings: enabled: true campfire: enabled: true interval: 40 is_lit: true amount: 1 range: 3 actionbar: enabled: true message: "<gold>You're getting healed by a campfire" soul_campfire: enabled: false interval: 60 is_lit: true amount: 1 range: 4 actionbar: enabled: false message: "<blue>You're getting healed by a soul campfire" 
⚙️ Technical Changes (the nerd stuff)
- Rewrote plugin with better OOP structure
 - Improved performance with separate tasks for each campfire type
 - Changed package name from 
org.twipnetworktoorg.notionsmp 
🐛 Bug Fixes
- Fixed potential memory leaks in task scheduling
 - Improved campfire detection logic
 - More robust configuration handling
 - Players don't get healed while dead anymore which caused reviving when relogging
 
Files
MagicalCampfire-2.0.jar(332.69 KiB) Primary  Download 
Details
 Licensed MIT
 Published a year ago
 Updated 3 months ago

