Skip to content

Commit

Permalink
mistral: revert 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Jul 10, 2024
1 parent bf36773 commit 9e0d10a
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions hosts/mistral/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
servers.volta = {
enable = true;
autoStart = false;
package = pkgs.paperServers.paper-1_21;
package = pkgs.paperServers.paper-1_20_1;
openFirewall = true;

jvmOpts = lib.concatStringsSep " " [
Expand Down Expand Up @@ -83,8 +83,8 @@
gamemode = "survival";
enable-rcon = true;
"rcon.password" = "longview";
view-distance = 20;
simulation-distance = 20;
view-distance = 8;
simulation-distance = 8;
spawn-protection = 5;
allow-flight = true;
};
Expand All @@ -106,18 +106,13 @@
};

"plugins/spark.jar" = pkgs.fetchurl {
url = "https://ci.lucko.me/job/spark/419/artifact/spark-bukkit/build/libs/spark-1.10.74-bukkit.jar";
hash = "sha256-tfYJg+0lRuHGz1Lr4HuTzbPqMZMMcFN30h2lA1WT3WE";
};

"plugins/chunky.jar" = pkgs.fetchurl {
url = "https://cdn.modrinth.com/data/fALzjamp/versions/6ENKPUbu/Chunky-1.4.10.jar";
hash = "sha256-iOyPboWgHpRB5BO+G5fTh42e1cSGPDmBdvwhUCeyn3s";
url = "https://ci.lucko.me/job/spark/418/artifact/spark-bukkit/build/libs/spark-1.10.73-bukkit.jar";
hash = "sha256-mKjywddvqZAp0wMZakTCLeQvKhu0h9VDPzXzjTydedg";
};

"plugins/viaversion.jar" = pkgs.fetchurl {
url = "https://cdn.modrinth.com/data/P1OZGk5p/versions/543Ndqg7/ViaVersion-5.0.2-SNAPSHOT.jar";
hash = "sha512-vM5wuMXlfskfpIPrhuDB833aWSVyeHanfRkUrpBnCg1AwDA4S7Om9RsZc8WMLf88+VexpzhPfjCljY1qval60g";
url = "https://cdn.modrinth.com/data/P1OZGk5p/versions/5ELLKlnY/ViaVersion-4.9.3-SNAPSHOT.jar";
hash = "sha512-e4QzpI+rtOhVde8gFiOz3nAoofB89R6/EkkXFPmddCJlnrWL0CTSyhtdMha5xQsRtxxLIJ4Kd662PxGZ/QPL+w==";
};

"plugins/vault.jar" = pkgs.fetchurl {
Expand All @@ -141,13 +136,18 @@
};

"plugins/deathchest.jar" = pkgs.fetchurl {
url = "https://hangarcdn.papermc.io/plugins/CyntrixAlgorithm/DeathChest/versions/2.2.5/PAPER/deathchest.jar";
hash = "sha256-LbiuNnUP+frH0bPV1NNZIzEwaz9w/hOkbbJn+tWbdps";
url = "https://hangarcdn.papermc.io/plugins/CyntrixAlgorithm/DeathChest/versions/2.1.1/PAPER/deathchest.jar";
hash = "sha256-djHwoB3AsLBEtegyaWaIBkAwM2WTL8vqtCtJrHduNSw=";
};

"plugins/chunky.jar" = pkgs.fetchurl {
url = "https://cdn.modrinth.com/data/fALzjamp/versions/B0xkCkk4/Chunky-1.3.92.jar";
hash = "sha512-Y8QYSQICdqbwFW/F0Rq+93ylPBq0SiQsl8pSJmaAnClCeAXP84st5ITH1eLz5+s+uKmJq8/rvSBBlxiIHhKwCw==";
};

"plugins/luckperms.jar" = pkgs.fetchurl {
url = "https://download.luckperms.net/1552/bukkit/loader/LuckPerms-Bukkit-5.4.137.jar";
hash = "sha256-nvSzZsCxb8ZaVKVK3RFkG9KzZipCmYoanCCJuNnEc88";
url = "https://download.luckperms.net/1551/bukkit/loader/LuckPerms-Bukkit-5.4.136.jar";
hash = "sha256-Zr7wGzriaVeeFZE5Wm424w3A2ow4GocWDjkpN9hxknQ";
};

"plugins/placeholderapi.jar" = pkgs.fetchurl {
Expand Down Expand Up @@ -195,4 +195,3 @@
extraGroups = [ "wheel" ];
};
}

0 comments on commit 9e0d10a

Please sign in to comment.