From 5c04314e88e3e445324e4cbcc3ab522bbb58c6d3 Mon Sep 17 00:00:00 2001 From: foenichs <176672150+foenichs@users.noreply.github.com> Date: Sat, 10 Jan 2026 14:37:59 +0100 Subject: [PATCH 1/2] Add Bonfire to addons.conf --- assets/addon_browser/addons.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/assets/addon_browser/addons.conf b/assets/addon_browser/addons.conf index 55d07f5..76b5c56 100644 --- a/assets/addon_browser/addons.conf +++ b/assets/addon_browser/addons.conf @@ -1,4 +1,15 @@ [ +{ + name: "Bonfire" + description: "Easily claim chunks and manage how others can interact with them, including claim limits adapting to your playtime and BlueMap markers." + author: "foenichs" + apiVersion: "2" + platforms: ["spigot", "paper"] + links: { + "modrinth": "https://modrinth.com/plugin/bonfire" + "github": "https://github.com/foenichs/Bonfire" + } + } { name: "Player Warps" description: "Display your player\'s warps on your BlueMap" From d53e7543f2c720d8f06648e5381f9455b56b9fb0 Mon Sep 17 00:00:00 2001 From: foenichs <176672150+foenichs@users.noreply.github.com> Date: Sat, 10 Jan 2026 15:28:52 +0100 Subject: [PATCH 2/2] Adjust Bonfire's postion in addons.conf --- assets/addon_browser/addons.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/assets/addon_browser/addons.conf b/assets/addon_browser/addons.conf index 76b5c56..3f077bb 100644 --- a/assets/addon_browser/addons.conf +++ b/assets/addon_browser/addons.conf @@ -1,15 +1,4 @@ [ -{ - name: "Bonfire" - description: "Easily claim chunks and manage how others can interact with them, including claim limits adapting to your playtime and BlueMap markers." - author: "foenichs" - apiVersion: "2" - platforms: ["spigot", "paper"] - links: { - "modrinth": "https://modrinth.com/plugin/bonfire" - "github": "https://github.com/foenichs/Bonfire" - } - } { name: "Player Warps" description: "Display your player\'s warps on your BlueMap" @@ -1383,4 +1372,15 @@ "github": "https://github.com/MrChresh/BlueMapFabricWaystonesMarkersMod" } } + { + name: "Bonfire" + description: "Easily claim chunks and manage how others can interact with them, including claim limits adapting to your playtime and BlueMap markers." + author: "foenichs" + apiVersion: "2" + platforms: ["spigot", "paper"] + links: { + "modrinth": "https://modrinth.com/plugin/bonfire" + "github": "https://github.com/foenichs/Bonfire" + } + } ]