Skip to content

Commit

Permalink
Disable mc plugin update checker that crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Jan 12, 2025
1 parent 9476d56 commit b02ccbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configuration/devices/headless/server/minecraft-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ in {
url = "https://github.com/${owner}/${repo}/releases/download/v${rev}/BlueMapSpawnMarker-${rev}.jar";
inherit sha256;
};
"plugins/BlueMap/packs/BlueMapSpawnMarker/marker.conf" = pkgs.writeText "marker.conf" ''
name: Spawn
technicjelle.updatechecker.disabled: true
'';
"plugins/BlueMap/webserver.conf" = pkgs.writeText "webserver.conf" ''
ip: "127.0.0.1"
port: ${toString blueMapPort}
Expand Down

0 comments on commit b02ccbe

Please sign in to comment.