Update minecraft server to 1.21.1
This commit is contained in:
parent
9057931161
commit
1c795749ae
3 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
|||
];
|
||||
in
|
||||
''
|
||||
./games/minecraft/modrinth-plugin-list.sh paper 1.20.6 ${builtins.concatStringsSep " " plugins} > games/minecraft/paper-vanilla-plugins.nix
|
||||
./games/minecraft/modrinth-plugin-list.sh paper 1.21.1 ${builtins.concatStringsSep " " plugins} > games/minecraft/paper-vanilla-plugins.nix
|
||||
git add games/minecraft/paper-vanilla-plugins.nix
|
||||
git commit games/minecraft/paper-vanilla-plugins.nix -m "Updated games/minecraft/paper-vanilla-plugins.nix"
|
||||
'';
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# When updating minecraft version make sure the plugins will work!
|
||||
symlinks = import ./paper-vanilla-plugins.nix { inherit pkgs; };
|
||||
package = pkgs.paperServers.paper-1_20_6;
|
||||
package = pkgs.paperServers.paper-1_21_1;
|
||||
|
||||
openFirewall = true;
|
||||
autoStart = true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# auto generated with modrinth-plugin-list.sh paper 1.20.6 9eGKb6K1 1u6JkXh5
|
||||
# auto generated with modrinth-plugin-list.sh paper 1.21.1 9eGKb6K1 1u6JkXh5
|
||||
# for usage with nix-minecraft
|
||||
{ pkgs, ... }: {
|
||||
"plugins/voicechat-bukkit-2.5.20.jar" = pkgs.fetchurl { url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/nS19YToN/voicechat-bukkit-2.5.20.jar"; sha512 = "c62814171e0d896353d0fa89dd81cefb071f36a5063a37c0ef9fa5c9c412546e0e42d5bf5f6966eb39f7294012f264dc63337ecc444cf9e8d7497f43b39e17d8"; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue