
Heals you when near campfires! Fully customizable with support for both normal and soul campfires.
A Minecraft plugin and mod that adds healing effects when players are near campfires or soul campfires.
settings:
enabled: true # Master toggle
campfire:
enabled: true # Normal campfire healing
interval: 40 # Ticks between heals (20 ticks = 1 second)
is_lit: true # Must be lit to heal
amount: 1 # Health per heal (1 = ½ heart)
range: 3 # Block radius for effect
actionbar:
enabled: true # Show actionbar message
message: "<gold>You're getting healed by a campfire"
soul_campfire:
enabled: false # Soul campfire healing
interval: 60
is_lit: true
amount: 1
range: 4
actionbar:
enabled: false
message: "<blue>You're getting healed by a soul campfire"
Fabric
{
"enabled": true,
"campfire": {
"enabled": true,
"interval": 2000, // ms, not ticks
"amount": 1.0,
"range": 3,
"actionbar": {
"enabled": true,
"message": "§2You\u0027re getting healed."
}
},
"soul_campfire": {
"enabled": true,
"interval": 2000, // 1 second = 1000ms
"amount": 1.0,
"range": 3,
"actionbar": {
"enabled": true,
"message": "§2You\u0027re getting healed."
}
}
}
/campfire reload - Reloads the plugin configuration - only Pluginmagicalcampfire.reloadmagicalcampfire.reload - Allows reloading the plugin configurationPerfect for survival or rpg servers looking to add immersive healing mechanics around campfires! 🔥