Magical Campfires

Quick rating

Magical Campfires

No reviews yet

Heals you when near campfires! Fully customizable with support for both normal and soul campfires.

Adventure/Exploration
Mod Loaders
Fabric
Paper
Spigot
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unknown
Server Unknown

About

Project Details

Type
Mod
License
MIT License
Latest Version
2.2
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

❗[Notice] Google will lock-down Android and your ability to install applications❗

Starting in September 2026, Android will require all apps to be registered by verified developers in order to be installed on certified Android devices, and Google gets to decide who 'verified developers' are.

  • Your right to freely develop and install whatever apps (.apk files) you want may cease.
  • App developers will be forced to hand over govt. ids to Google and tie their apps to their real life identities.
  • Google gets to decide who gets approved. Being rejected means nobody can install your apps.
  • Developers Google arbirarily chooses it doesn't like, as well as users who reside in sanctioned regions like Russia, may face difficulties or be cut-off entirely from having their apps installable.

Please visit the following resources for more infromation:

Magical Campfires

A Minecraft plugin and mod that adds healing effects when players are near campfires or soul campfires.

✨ Features

  • Healing Mechanics: Players standing near campfires/soul campfires receive gradual health regeneration
  • Configurable Settings: Adjust healing amount, range, interval, and more
  • Visual Feedback: Optional actionbar messages to notify players when healing
  • Campfire Types: Separate configurations for normal campfires and soul campfires
  • Burning Requirement: Option to require campfires to be lit for healing effects

⚙️ Configuration

Paper/Folia
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."
    }
  }
}

📋 Commands

  • /campfire reload - Reloads the plugin configuration - only Plugin
    Permission: magicalcampfire.reload

🔒 Permissions

  • magicalcampfire.reload - Allows reloading the plugin configuration

🔄 How It Works

  1. The plugin checks around players for campfires at configured intervals
  2. If a campfire is found within range (and lit if configured):
    • Player receives health regeneration
    • Optional actionbar message is displayed
  • Different settings can be configured for normal and soul campfires

Perfect for survival or rpg servers looking to add immersive healing mechanics around campfires! 🔥

Need a reliable server? Check out NeyHost!

NeyHost offers affordable, high-performance servers for Minecraft (Java & Bedrock), 7DTD, Hytale, and more! NeyHost

Screenshots

Gallery

  • Icon of the plugin
    Icon of the plugin

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works