inflamity

A Minecraft plugin that updates the way fire works and makes it much more powerful.

https://github.com/esotericenderman/inflamity

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.4%) to scientific vocabulary

Keywords

difficulty fire game-mechanics kotlin mc mc-dev mc-kotlin minecraft minecraft-fire minecraft-paper minecraft-paper-plugin minecraft-paper-plugins minecraft-plugin minecraft-plugin-development minecraft-plugins minecraft-survival paper papermc plugin survival
Last synced: 6 months ago · JSON representation ·

Repository

A Minecraft plugin that updates the way fire works and makes it much more powerful.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
difficulty fire game-mechanics kotlin mc mc-dev mc-kotlin minecraft minecraft-fire minecraft-paper minecraft-paper-plugin minecraft-paper-plugins minecraft-plugin minecraft-plugin-development minecraft-plugins minecraft-survival paper papermc plugin survival
Created about 1 year ago · Last pushed 10 months ago
Metadata Files
Readme Funding License Code of conduct Citation Security

docs/README.md

Inflamity

Generated from Minecraft Plugin Template

Project Status: Unfinished Repository Size

A Minecraft plugin that updates the way fire works and makes it much more powerful.

Why?

A little-noticed fact about Minecraft fire is that it is much weaker than its real-life counterpart.

Minecraft fire goes out naturally after some time, even if there wasn't much of a reason for that to happen.

Standing on highly-flammable blocks such as logs, coal blocks, or even TNT while you're burning would surely spell doom for the whole building you're in, right? Nope - fire doesn't spread from an entity to a block, only the other way around.

This plugin aims to fix these discrepancies and give fire the power it deserves. The result is that fire becomes more akin to a natural disaster that is not to be messed with - a force of nature that is difficult to survive, let alone contain.

Documentation

Usage

Updating This Project

Releasing New Versions

License

© 2025 Esoteric Enderman and Inflamity contributors

Inflamity is licensed under the AGPL 3.0 only.

Topics

kotlin, plugin, minecraft, paper, fire, minecraft-plugin, mc, survival, difficulty, mc-dev, game-mechanics, minecraft-plugins, mc-kotlin, papermc, minecraft-survival, minecraft-plugin-development, minecraft-fire, minecraft-paper, minecraft-paper-plugin, minecraft-paper-plugins

Owner

  • Name: The Esoteric Enderman
  • Login: EsotericEnderman
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0

title: Inflamity
type: software

abstract: >
  A Minecraft plugin that updates the way fire works and makes it much more powerful.

authors:
  - name: Esoteric Enderman
    alias: EE
    website: https://enderman.dev
    email: esotericenderman@gmail.com
    orcid: https://orcid.org/0009-0007-4990-9556

keywords:
 - kotlin
 - minecraft
 - paper
 - plugin
 - fire
 - difficult

license: AGPL-3.0-only

url: https://github.com/esotericenderman/inflamity?tab=readme-ov-file
repository-code: https://github.com/esotericenderman/inflamity
repository-artifact: https://github.com/esotericenderman/inflamity/releases

identifiers:
  - type: url
    value: https://github.com/esotericenderman/inflamity
    description: The source code of this project.

message: If you need to cite this project, please do it as specified in this file.

GitHub Events

Total
  • Watch event: 1
  • Delete event: 5
  • Push event: 316
  • Create event: 23
Last Year
  • Watch event: 1
  • Delete event: 5
  • Push event: 316
  • Create event: 23

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/build.yaml actions
  • actions/checkout v4 composite
  • actions/setup-java v4 composite
  • gradle/actions/setup-gradle v4 composite
.github/workflows/dokka.yaml actions
  • actions/checkout v4 composite
  • actions/setup-java v4 composite
  • gradle/actions/setup-gradle v4 composite
.github/workflows/markdown.yaml actions
  • DavidAnson/markdownlint-cli2-action v19.1.0 composite
  • actions/checkout v4 composite
.github/workflows/publish.yaml actions
  • actions/checkout v4 composite
  • actions/setup-java v4 composite
  • gradle/actions/setup-gradle v4 composite
.github/workflows/test.yaml actions
  • actions/checkout v4 composite
  • actions/setup-java v4 composite
  • gradle/actions/setup-gradle v4 composite
project/build.gradle.kts maven