Turns campfires into configurable healing stations with smart range detection
⚠️ Compatibility Note: This plugin is built for Minecraft 1.21.5 Purpur. I tested it on Purpur 1.21.5 and Spigot 1.21.1. It should work on 1.21.1-1.21.5 Spigot/Purpur/Paper/Bukkit.
If you want to report a bug or suggest a new plugin, join my Discord server.
This is a cut-out and improved fragment of my SmpMechanics plugin and forms a harmonious whole with CustomDayNightTime and BetterSleep.
Turn Campfires into Healing Stations: Configurable AOE Regeneration, Potion Effects, and RPG Buffs.
CozyCampfire transforms ordinary Minecraft campfires into strategic resting spots. Instead of just cooking food, lit campfires now provide warmth, healing, and other configurable buffs to nearby players! Perfect for RPG servers, Survival lobbies, or just making your base feel more alive.
through-blocks system. You decide if warmth penetrates walls or requires a direct Line-of-Sight.radius, height-up, and height-down independently.The plugin is fully configurable via config.yml or in-game commands:
through-blocks to true or false depending on your server style.Main command: /cozycampfire or /cp
| Command | Description | Permission |
|---|---|---|
/cp help |
Shows the list of available commands. | cozycampfire.help |
/cp lang [en/pl] |
Switches your personal message language. | cozycampfire.language |
/cp add <effect> <amp> <time> |
Adds a new effect to campfires. | cozycampfire.add |
/cp remove <effect> |
Removes an effect from the config. | cozycampfire.remove |
/cp radius <value> |
Sets the horizontal radius. | cozycampfire.radius |
/cp height-up <value> |
Sets the detection height upwards. | cozycampfire.height |
/cp height-down <value> |
Sets the detection height downwards. | cozycampfire.height |
/cp tb |
Toggles "Through Blocks" (Raytracing) mode. | cozycampfire.throughblocks |
/cp fire |
Toggles burning players on contact. | cozycampfire.fire |
/cp reload |
Reloads the configuration and messages. | cozycampfire.reload |
Wildcard Permission (Full Admin): cozycampfire.*
.jar file./plugins/ folder of your server (Spigot/Paper/Purpur 1.21+)./cp lang pl in-game if you prefer Polish messages!config.yml - Main settings.messages_en.yml - English translation file.messages_pl.yml - Polish translation file.