Magical Campfires

Magical Campfires

Mod and plugin

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

AdventureGame MechanicsUtility

915 downloads
7 followers
Follow Save

Magical Campfires 2.0

Changelog

2.0 Rewrite

🚀 New Features

  • Added support for lower versions (1.19+)
  • Added /campfire reload command
  • 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 settings section
  • 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.twipnetwork to org.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

Project members

YeahAkis_

Member

Details

Licensed MIT
Published a year ago
Updated 3 months ago