From 9548da887b4dd0ebc0703d9c61a43418e85221d4 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 21:14:32 +0100 Subject: [PATCH 01/55] fix: should not be having any of these files in the pack --- .packwizignore | 2 ++ index.toml | 8 -------- pack.toml | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.packwizignore b/.packwizignore index 746c876..0ac0d94 100644 --- a/.packwizignore +++ b/.packwizignore @@ -1,5 +1,7 @@ # DOnt add teh IDE's +/.forgejo /.idea +/docs # dont add nix stuff flake.* diff --git a/index.toml b/index.toml index f55d256..a3cb8ab 100644 --- a/index.toml +++ b/index.toml @@ -1,13 +1,5 @@ hash-format = "sha256" -[[files]] -file = ".forgejo/actions/update_branch/action.yml" -hash = "d766aa4529c72ab0b451e518367bd8b58126697181670248397b13db6ab16cb2" - -[[files]] -file = ".forgejo/workflows/geyser.yml" -hash = "552840ea9426de23a692cd4f0dabef497acff0918d9fac9c074ad7a328cb2df5" - [[files]] file = "plugins/essentialsx-discord.pw.toml" hash = "3980e4f0ba4095425a76680031b9c469eda86845879160c34679d626b531c776" diff --git a/pack.toml b/pack.toml index 6503036..103e991 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "93853b87fdbba621190f0cbacbcee0475f153c3d9eb744a8c2d0c2c4bfad4556" +hash = "7f2fb350c383602605a62cd5d4f9a3ca02a214dfc14cd6e480aca74c949168fa" [versions] minecraft = "1.21.5" From 58f1cfd110752c7734ce2cbf51b930cf0b5da256 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 21:44:57 +0100 Subject: [PATCH 02/55] fix: tidy up what goes into teh Pack --- .packwizignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.packwizignore b/.packwizignore index 746c876..591a7a4 100644 --- a/.packwizignore +++ b/.packwizignore @@ -1,8 +1,13 @@ -# DOnt add teh IDE's +# No need to have anything outside teh packwiz files inside teh pack +/.forgejo /.idea +/docs +/nix + +.git* # dont add nix stuff flake.* -/nix +# Dont add documentation *.md From e3f139b8b00059b10c742a339a6d484f8ebd938b Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 21:45:17 +0100 Subject: [PATCH 03/55] fix: tidy up what goes into teh Pack 2 --- index.toml | 8 -------- pack.toml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/index.toml b/index.toml index f55d256..a3cb8ab 100644 --- a/index.toml +++ b/index.toml @@ -1,13 +1,5 @@ hash-format = "sha256" -[[files]] -file = ".forgejo/actions/update_branch/action.yml" -hash = "d766aa4529c72ab0b451e518367bd8b58126697181670248397b13db6ab16cb2" - -[[files]] -file = ".forgejo/workflows/geyser.yml" -hash = "552840ea9426de23a692cd4f0dabef497acff0918d9fac9c074ad7a328cb2df5" - [[files]] file = "plugins/essentialsx-discord.pw.toml" hash = "3980e4f0ba4095425a76680031b9c469eda86845879160c34679d626b531c776" diff --git a/pack.toml b/pack.toml index 6503036..103e991 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "93853b87fdbba621190f0cbacbcee0475f153c3d9eb744a8c2d0c2c4bfad4556" +hash = "7f2fb350c383602605a62cd5d4f9a3ca02a214dfc14cd6e480aca74c949168fa" [versions] minecraft = "1.21.5" From d9c4ea3dc71e726544dcfc0169f62b89b3dc1b9d Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 21:59:05 +0100 Subject: [PATCH 04/55] feat: use a better version of packwiz --- nix/packwiz.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/packwiz.nix b/nix/packwiz.nix index 93289fe..de16856 100644 --- a/nix/packwiz.nix +++ b/nix/packwiz.nix @@ -8,13 +8,13 @@ buildGoModule { pname = "packwiz"; - version = "0-unstable-2024-10-15"; + version = "0-unstable-2025-05-08"; src = fetchFromGitHub { owner = "Silver-Golden"; repo = "packwiz"; - rev = "453264019e54eae69f495078b0f3fa073f071e73"; - sha256 = "sha256-x6Z8MLaacZFlRYOVkTU+ffYtCJu4FAB3I2W/uQITwns="; + rev = "7ae91a58dbec3b76ce0aaaf15aeba3118021a34f"; + sha256 = "sha256-3zUkePmVJTpU9+mkLyeqlZ1KNVDXNsFvoh8ifwXya1M="; }; passthru.updateScript = unstableGitUpdater { }; From b0b4e95ba2a1e3b0b7f6a80322d3b6447c2a168c Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 22:14:46 +0100 Subject: [PATCH 05/55] fix@ properly set teh datapack folder --- pack.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pack.toml b/pack.toml index 103e991..f8a626b 100644 --- a/pack.toml +++ b/pack.toml @@ -13,3 +13,4 @@ purpur = "2428" [options] acceptable-game-versions = ["1.21", "1.21.1", "1.21.2", "1.21.3", "1.21.4", "1.21.5"] +datapack-folder = "plugins" From 3432122a7379241eb167449d5f7bb113d9c35c13 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 8 May 2025 22:24:59 +0100 Subject: [PATCH 06/55] feat: now hidfes what path ye are on and inbuilds the ``[Skynet Dev]`` into teh terminal --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 03733d8..e7da961 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,6 @@ }; nixConfig = { - bash-prompt-suffix = "[Skynet Dev] "; extra-substituters = "https://nix-cache.skynet.ie/skynet-cache"; extra-trusted-public-keys = "skynet-cache:zMFLzcRZPhUpjXUy8SF8Cf7KGAZwo98SKrzeXvdWABo="; }; @@ -29,6 +28,7 @@ devShells.default = pkgs.mkShell { name = "Skynet Mod env"; packages = packages_local; + shellHook = "export PS1='[Skynet Dev] '"; }; packages = { From 149237909445af8e11aeb6af5535ce550a36f349 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 15 May 2025 08:25:13 +0100 Subject: [PATCH 07/55] fix: better handling of lfs --- .forgejo/workflows/geyser.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.forgejo/workflows/geyser.yml b/.forgejo/workflows/geyser.yml index ce36206..69d8f20 100644 --- a/.forgejo/workflows/geyser.yml +++ b/.forgejo/workflows/geyser.yml @@ -16,6 +16,15 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.PIPELINE_TOKEN }} + - name: "Get LFS objects" + uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v3 + with: + repository: ${{ gitea.repository }} + ref_name: ${{ gitea.ref_name }} + - name: Get all LFS objects + run: | + # Pull in all objects for all branches + git lfs fetch --all - name: setup git config run: | # setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default @@ -30,6 +39,7 @@ jobs: # need to convert "'refs/remotes/origin/main" to "main" branch_local=$(echo "$branch" | awk -F'[\\\\/]' ' { print $4 }') git switch $branch_local + git lfs pull git status nix run .#update_plugin -- update geyser From a7d8333d6879db79579872552a2d0482af97feb8 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Thu, 15 May 2025 07:29:06 +0000 Subject: [PATCH 08/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index a3cb8ab..f4cda0a 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "7dce743e21119b286b2014756451e7e860ef4a9d06d708eb449e835df5d54f2f" +hash = "cc0a36dd060c7aaff62700fb23937dd36f70f2a5614bb8180b75d550446da322" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index f8a626b..bbc1e50 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "7f2fb350c383602605a62cd5d4f9a3ca02a214dfc14cd6e480aca74c949168fa" +hash = "9acfdc214b58861dd753d0410ca6d2c6964ec8cdb50d06468cd5f561615f7ea7" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index ef58728..9cb14d0 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/xIN8Ujrm/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/mc1Ogrh1/Geyser-Spigot.jar" hash-format = "sha512" -hash = "6ac40376aa5603e1a8de7c4fe39fe4925c76e26b1a66a1a9db43995542195d620c7adf1079ba75c7205d9f62ab16f3897fca3da0c7fa6ad18fab63a6ac2a6304" +hash = "8cab28fdb758ad7592a6091006f524e1622ff1e860442e660edacd3d92d810191073ede907de48bb0c94ac0427628cfe57208581452ef084353bf5c7226caf8e" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "xIN8Ujrm" +version = "mc1Ogrh1" From 86518d5e0d84c736f488b3a4661b5961dce608c6 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Thu, 15 May 2025 07:29:16 +0000 Subject: [PATCH 09/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index a3cb8ab..f4cda0a 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "7dce743e21119b286b2014756451e7e860ef4a9d06d708eb449e835df5d54f2f" +hash = "cc0a36dd060c7aaff62700fb23937dd36f70f2a5614bb8180b75d550446da322" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 103e991..02a0f2f 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "7f2fb350c383602605a62cd5d4f9a3ca02a214dfc14cd6e480aca74c949168fa" +hash = "9acfdc214b58861dd753d0410ca6d2c6964ec8cdb50d06468cd5f561615f7ea7" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index ef58728..9cb14d0 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/xIN8Ujrm/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/mc1Ogrh1/Geyser-Spigot.jar" hash-format = "sha512" -hash = "6ac40376aa5603e1a8de7c4fe39fe4925c76e26b1a66a1a9db43995542195d620c7adf1079ba75c7205d9f62ab16f3897fca3da0c7fa6ad18fab63a6ac2a6304" +hash = "8cab28fdb758ad7592a6091006f524e1622ff1e860442e660edacd3d92d810191073ede907de48bb0c94ac0427628cfe57208581452ef084353bf5c7226caf8e" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "xIN8Ujrm" +version = "mc1Ogrh1" From 5026f5557df066185ef20adc21d8bc5af01e1c7d Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Fri, 16 May 2025 00:01:30 +0000 Subject: [PATCH 10/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index f4cda0a..52d8f19 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "cc0a36dd060c7aaff62700fb23937dd36f70f2a5614bb8180b75d550446da322" +hash = "93ad699f17016834e18db6190ef55551525fdb2c670186213df82a45baf5d00d" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index bbc1e50..52c28e3 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "9acfdc214b58861dd753d0410ca6d2c6964ec8cdb50d06468cd5f561615f7ea7" +hash = "801ed9a5b62c846ab3401dc3b8de57d226c27185e065a5a9a75fbec704ef70cb" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 9cb14d0..16e5800 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/mc1Ogrh1/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/irO7D4Gs/Geyser-Spigot.jar" hash-format = "sha512" -hash = "8cab28fdb758ad7592a6091006f524e1622ff1e860442e660edacd3d92d810191073ede907de48bb0c94ac0427628cfe57208581452ef084353bf5c7226caf8e" +hash = "c3695d67775441dcc6c87c0901f16ef6429636869b52868fb1c33df426456193bb034f41484bedbc162808f087bc2278f8c1cabfa032cb88644794970aa2d370" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "mc1Ogrh1" +version = "irO7D4Gs" From 099b0c910a2628f76ed49a5b4cd8374b59eb2709 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Fri, 16 May 2025 00:01:37 +0000 Subject: [PATCH 11/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index f4cda0a..52d8f19 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "cc0a36dd060c7aaff62700fb23937dd36f70f2a5614bb8180b75d550446da322" +hash = "93ad699f17016834e18db6190ef55551525fdb2c670186213df82a45baf5d00d" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 02a0f2f..39218bf 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "9acfdc214b58861dd753d0410ca6d2c6964ec8cdb50d06468cd5f561615f7ea7" +hash = "801ed9a5b62c846ab3401dc3b8de57d226c27185e065a5a9a75fbec704ef70cb" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 9cb14d0..16e5800 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/mc1Ogrh1/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/irO7D4Gs/Geyser-Spigot.jar" hash-format = "sha512" -hash = "8cab28fdb758ad7592a6091006f524e1622ff1e860442e660edacd3d92d810191073ede907de48bb0c94ac0427628cfe57208581452ef084353bf5c7226caf8e" +hash = "c3695d67775441dcc6c87c0901f16ef6429636869b52868fb1c33df426456193bb034f41484bedbc162808f087bc2278f8c1cabfa032cb88644794970aa2d370" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "mc1Ogrh1" +version = "irO7D4Gs" From cdeee718eeb3ec2032a42113a805bd510aec5273 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Sat, 17 May 2025 00:01:30 +0000 Subject: [PATCH 12/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 52d8f19..7caf59d 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "93ad699f17016834e18db6190ef55551525fdb2c670186213df82a45baf5d00d" +hash = "aafdff5668728cc6c9967ba547fa4d6c31250aeb6189e49bf7318aaef8edff20" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 52c28e3..b022da5 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "801ed9a5b62c846ab3401dc3b8de57d226c27185e065a5a9a75fbec704ef70cb" +hash = "da6f8b326ae924f1e4b56c6589e524c6030dc2064bc9b4bd94b6ef064f064921" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 16e5800..6585a48 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/irO7D4Gs/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/eiQ2IgY4/Geyser-Spigot.jar" hash-format = "sha512" -hash = "c3695d67775441dcc6c87c0901f16ef6429636869b52868fb1c33df426456193bb034f41484bedbc162808f087bc2278f8c1cabfa032cb88644794970aa2d370" +hash = "d0f6941bb19830074ef2ac7f195047f002e224bd19baacc186fd0067f5331d4ecaeda9d6eb8cea23ca494ecc579bf213043a03ba0d2ca3c2c11701c1b0cb894e" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "irO7D4Gs" +version = "eiQ2IgY4" From ae18c6bb89ba1cee47d0358c67096778d31e19b6 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Sat, 17 May 2025 00:01:40 +0000 Subject: [PATCH 13/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 52d8f19..7caf59d 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "93ad699f17016834e18db6190ef55551525fdb2c670186213df82a45baf5d00d" +hash = "aafdff5668728cc6c9967ba547fa4d6c31250aeb6189e49bf7318aaef8edff20" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 39218bf..b57503d 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "801ed9a5b62c846ab3401dc3b8de57d226c27185e065a5a9a75fbec704ef70cb" +hash = "da6f8b326ae924f1e4b56c6589e524c6030dc2064bc9b4bd94b6ef064f064921" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 16e5800..6585a48 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/irO7D4Gs/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/eiQ2IgY4/Geyser-Spigot.jar" hash-format = "sha512" -hash = "c3695d67775441dcc6c87c0901f16ef6429636869b52868fb1c33df426456193bb034f41484bedbc162808f087bc2278f8c1cabfa032cb88644794970aa2d370" +hash = "d0f6941bb19830074ef2ac7f195047f002e224bd19baacc186fd0067f5331d4ecaeda9d6eb8cea23ca494ecc579bf213043a03ba0d2ca3c2c11701c1b0cb894e" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "irO7D4Gs" +version = "eiQ2IgY4" From d8a46c37d7fe115895168010ece1be5dfedf974c Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Mon, 19 May 2025 00:03:33 +0000 Subject: [PATCH 14/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 7caf59d..c4d77b4 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "aafdff5668728cc6c9967ba547fa4d6c31250aeb6189e49bf7318aaef8edff20" +hash = "3435fafb7c52e5b23a87ab984d2195bf5e4e0d8ed0a96c842119e7587a267f77" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index b022da5..96089d2 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "da6f8b326ae924f1e4b56c6589e524c6030dc2064bc9b4bd94b6ef064f064921" +hash = "aeb8b0fd23bee47a88530be8fdb34ac32064f163749f1b47cee5bdc8f61aa404" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 6585a48..f37ede9 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/eiQ2IgY4/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/erM3N5E3/Geyser-Spigot.jar" hash-format = "sha512" -hash = "d0f6941bb19830074ef2ac7f195047f002e224bd19baacc186fd0067f5331d4ecaeda9d6eb8cea23ca494ecc579bf213043a03ba0d2ca3c2c11701c1b0cb894e" +hash = "3dc2152051b88b3467a3269876866e4784353a60c9a4f7e956e1d224a3feaf55c45b691ea6b2dd661bd2341a175eb139f20c8253a4181da1d32138732d0d1563" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "eiQ2IgY4" +version = "erM3N5E3" From 3e378896539de62156f25620534315e062fa99c9 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Mon, 19 May 2025 00:03:43 +0000 Subject: [PATCH 15/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 7caf59d..c4d77b4 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "aafdff5668728cc6c9967ba547fa4d6c31250aeb6189e49bf7318aaef8edff20" +hash = "3435fafb7c52e5b23a87ab984d2195bf5e4e0d8ed0a96c842119e7587a267f77" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index b57503d..0a12732 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "da6f8b326ae924f1e4b56c6589e524c6030dc2064bc9b4bd94b6ef064f064921" +hash = "aeb8b0fd23bee47a88530be8fdb34ac32064f163749f1b47cee5bdc8f61aa404" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 6585a48..f37ede9 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/eiQ2IgY4/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/erM3N5E3/Geyser-Spigot.jar" hash-format = "sha512" -hash = "d0f6941bb19830074ef2ac7f195047f002e224bd19baacc186fd0067f5331d4ecaeda9d6eb8cea23ca494ecc579bf213043a03ba0d2ca3c2c11701c1b0cb894e" +hash = "3dc2152051b88b3467a3269876866e4784353a60c9a4f7e956e1d224a3feaf55c45b691ea6b2dd661bd2341a175eb139f20c8253a4181da1d32138732d0d1563" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "eiQ2IgY4" +version = "erM3N5E3" From 6d370db912612e0f258a2a65f5113eea7e491bc0 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Mon, 26 May 2025 00:01:59 +0000 Subject: [PATCH 16/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index c4d77b4..ac1a686 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "3435fafb7c52e5b23a87ab984d2195bf5e4e0d8ed0a96c842119e7587a267f77" +hash = "5f620a51b41f15a2d55aace98a9262b2f7d0ac088251c2a9200bf91e35af3662" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 96089d2..679bd1b 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "aeb8b0fd23bee47a88530be8fdb34ac32064f163749f1b47cee5bdc8f61aa404" +hash = "57efb0f1756af8828fc60565f120324bf336a8c135db4ae5c404958b2aab40e7" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index f37ede9..7bcb239 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/erM3N5E3/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/JaKQ3Gx0/Geyser-Spigot.jar" hash-format = "sha512" -hash = "3dc2152051b88b3467a3269876866e4784353a60c9a4f7e956e1d224a3feaf55c45b691ea6b2dd661bd2341a175eb139f20c8253a4181da1d32138732d0d1563" +hash = "a5a56dbbf1a61fc51529967fd83373a968b73762b66412928cb5a130b757991dcb5a3cb5ee903eee4c7b233114aefce1b432de4008b826b117f9ceafef696275" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "erM3N5E3" +version = "JaKQ3Gx0" From 59cf77fc23ab6a9e9d0150ba04ffede356fc523f Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Mon, 26 May 2025 00:02:13 +0000 Subject: [PATCH 17/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index c4d77b4..ac1a686 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "3435fafb7c52e5b23a87ab984d2195bf5e4e0d8ed0a96c842119e7587a267f77" +hash = "5f620a51b41f15a2d55aace98a9262b2f7d0ac088251c2a9200bf91e35af3662" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 0a12732..8615406 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "aeb8b0fd23bee47a88530be8fdb34ac32064f163749f1b47cee5bdc8f61aa404" +hash = "57efb0f1756af8828fc60565f120324bf336a8c135db4ae5c404958b2aab40e7" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index f37ede9..7bcb239 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/erM3N5E3/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/JaKQ3Gx0/Geyser-Spigot.jar" hash-format = "sha512" -hash = "3dc2152051b88b3467a3269876866e4784353a60c9a4f7e956e1d224a3feaf55c45b691ea6b2dd661bd2341a175eb139f20c8253a4181da1d32138732d0d1563" +hash = "a5a56dbbf1a61fc51529967fd83373a968b73762b66412928cb5a130b757991dcb5a3cb5ee903eee4c7b233114aefce1b432de4008b826b117f9ceafef696275" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "erM3N5E3" +version = "JaKQ3Gx0" From 0f53a996fd3fb6cc63a784b93802f2eda1fb26e0 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Thu, 29 May 2025 00:03:15 +0000 Subject: [PATCH 18/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index ac1a686..665d8a4 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "5f620a51b41f15a2d55aace98a9262b2f7d0ac088251c2a9200bf91e35af3662" +hash = "ade6ceec0257409894f01134b643433b8f78ff2de2f80e77d63b5ef888e171e8" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 679bd1b..4160fbb 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "57efb0f1756af8828fc60565f120324bf336a8c135db4ae5c404958b2aab40e7" +hash = "318009a83c9273104a03fd9ac611d88bd76b52d4587787a4c94d9c9b651cc9d8" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 7bcb239..7ba736c 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/JaKQ3Gx0/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/ftMzNrv7/Geyser-Spigot.jar" hash-format = "sha512" -hash = "a5a56dbbf1a61fc51529967fd83373a968b73762b66412928cb5a130b757991dcb5a3cb5ee903eee4c7b233114aefce1b432de4008b826b117f9ceafef696275" +hash = "1f6f14995cec590429977555c898f5dc0b97140aa4e535a318dece94c8794d54f7407b9b66b20bd709bed0eaeaf6fa262605ff5502e7846926a4211bf19465b6" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "JaKQ3Gx0" +version = "ftMzNrv7" From 936244576f1455960b96b648d269cf171082f530 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Thu, 29 May 2025 00:03:33 +0000 Subject: [PATCH 19/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index ac1a686..665d8a4 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "5f620a51b41f15a2d55aace98a9262b2f7d0ac088251c2a9200bf91e35af3662" +hash = "ade6ceec0257409894f01134b643433b8f78ff2de2f80e77d63b5ef888e171e8" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 8615406..51c4c8d 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "57efb0f1756af8828fc60565f120324bf336a8c135db4ae5c404958b2aab40e7" +hash = "318009a83c9273104a03fd9ac611d88bd76b52d4587787a4c94d9c9b651cc9d8" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 7bcb239..7ba736c 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/JaKQ3Gx0/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/ftMzNrv7/Geyser-Spigot.jar" hash-format = "sha512" -hash = "a5a56dbbf1a61fc51529967fd83373a968b73762b66412928cb5a130b757991dcb5a3cb5ee903eee4c7b233114aefce1b432de4008b826b117f9ceafef696275" +hash = "1f6f14995cec590429977555c898f5dc0b97140aa4e535a318dece94c8794d54f7407b9b66b20bd709bed0eaeaf6fa262605ff5502e7846926a4211bf19465b6" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "JaKQ3Gx0" +version = "ftMzNrv7" From 75ce74dc8f7690ac199d2715c2383b28eaabe730 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Wed, 11 Jun 2025 00:03:33 +0000 Subject: [PATCH 20/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 665d8a4..dee4545 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "ade6ceec0257409894f01134b643433b8f78ff2de2f80e77d63b5ef888e171e8" +hash = "2489262435dec2ad0f764cfa2977e0e18c39cc86d22102dcdabcb3ba9ea41fc6" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 4160fbb..a8c7d80 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "318009a83c9273104a03fd9ac611d88bd76b52d4587787a4c94d9c9b651cc9d8" +hash = "2f9e9285e8020ff38b5f9fa3f8b8d6aa4d4438f53002480d7221d94b854ffdd6" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 7ba736c..d288427 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/ftMzNrv7/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/Rwlghjmd/Geyser-Spigot.jar" hash-format = "sha512" -hash = "1f6f14995cec590429977555c898f5dc0b97140aa4e535a318dece94c8794d54f7407b9b66b20bd709bed0eaeaf6fa262605ff5502e7846926a4211bf19465b6" +hash = "e7bd65424edc28a530d1a83158a54aae0214ac8c64e561e9f315d73b3f8942a2d85aac411d31442e4dc22b90d1e46f7c4274efc5a8fee1c60733b30f1cddf7a5" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "ftMzNrv7" +version = "Rwlghjmd" From 4d9550cb9dda62495455bf216855c4b9320eb6cd Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Wed, 11 Jun 2025 00:04:00 +0000 Subject: [PATCH 21/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 665d8a4..dee4545 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "ade6ceec0257409894f01134b643433b8f78ff2de2f80e77d63b5ef888e171e8" +hash = "2489262435dec2ad0f764cfa2977e0e18c39cc86d22102dcdabcb3ba9ea41fc6" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 51c4c8d..81adac9 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "318009a83c9273104a03fd9ac611d88bd76b52d4587787a4c94d9c9b651cc9d8" +hash = "2f9e9285e8020ff38b5f9fa3f8b8d6aa4d4438f53002480d7221d94b854ffdd6" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 7ba736c..d288427 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/ftMzNrv7/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/Rwlghjmd/Geyser-Spigot.jar" hash-format = "sha512" -hash = "1f6f14995cec590429977555c898f5dc0b97140aa4e535a318dece94c8794d54f7407b9b66b20bd709bed0eaeaf6fa262605ff5502e7846926a4211bf19465b6" +hash = "e7bd65424edc28a530d1a83158a54aae0214ac8c64e561e9f315d73b3f8942a2d85aac411d31442e4dc22b90d1e46f7c4274efc5a8fee1c60733b30f1cddf7a5" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "ftMzNrv7" +version = "Rwlghjmd" From 785e3f718929d316663468136013dd3353948de0 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Mon, 16 Jun 2025 15:55:15 +0000 Subject: [PATCH 22/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index dee4545..c2ed2f0 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "2489262435dec2ad0f764cfa2977e0e18c39cc86d22102dcdabcb3ba9ea41fc6" +hash = "6f856281aa0191a05c406c7433f902c32c8609b09ef6dfe9c9defeed1522b651" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index a8c7d80..701189c 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2f9e9285e8020ff38b5f9fa3f8b8d6aa4d4438f53002480d7221d94b854ffdd6" +hash = "0e920a71ce36b8d9b961155683c13c4c15a64dc2a372e96cb3f785cfb01aa01b" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index d288427..34f003e 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/Rwlghjmd/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/zkGY43yF/Geyser-Spigot.jar" hash-format = "sha512" -hash = "e7bd65424edc28a530d1a83158a54aae0214ac8c64e561e9f315d73b3f8942a2d85aac411d31442e4dc22b90d1e46f7c4274efc5a8fee1c60733b30f1cddf7a5" +hash = "3e343fcf8abe2d11c61a40ceb6f93c07e0f53be7f07ffb4df2642ab1db2666063e087e261278fbbb9c84068ea3fe2aedab86166c5e0c6f864122ddc79d9da425" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "Rwlghjmd" +version = "zkGY43yF" From 1d7bcdd0ef97d1ec360ffe1b4c843f8435a53d79 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Mon, 16 Jun 2025 15:55:28 +0000 Subject: [PATCH 23/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index dee4545..c2ed2f0 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "2489262435dec2ad0f764cfa2977e0e18c39cc86d22102dcdabcb3ba9ea41fc6" +hash = "6f856281aa0191a05c406c7433f902c32c8609b09ef6dfe9c9defeed1522b651" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 81adac9..8b795a4 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2f9e9285e8020ff38b5f9fa3f8b8d6aa4d4438f53002480d7221d94b854ffdd6" +hash = "0e920a71ce36b8d9b961155683c13c4c15a64dc2a372e96cb3f785cfb01aa01b" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index d288427..34f003e 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/Rwlghjmd/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/zkGY43yF/Geyser-Spigot.jar" hash-format = "sha512" -hash = "e7bd65424edc28a530d1a83158a54aae0214ac8c64e561e9f315d73b3f8942a2d85aac411d31442e4dc22b90d1e46f7c4274efc5a8fee1c60733b30f1cddf7a5" +hash = "3e343fcf8abe2d11c61a40ceb6f93c07e0f53be7f07ffb4df2642ab1db2666063e087e261278fbbb9c84068ea3fe2aedab86166c5e0c6f864122ddc79d9da425" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "Rwlghjmd" +version = "zkGY43yF" From 3299103050777980187eee2d98b351694928cbd7 Mon Sep 17 00:00:00 2001 From: silver Date: Tue, 5 Aug 2025 23:04:53 +0000 Subject: [PATCH 24/55] test: dig into why this isnt running --- .forgejo/workflows/geyser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/geyser.yml b/.forgejo/workflows/geyser.yml index 69d8f20..679e238 100644 --- a/.forgejo/workflows/geyser.yml +++ b/.forgejo/workflows/geyser.yml @@ -36,6 +36,8 @@ jobs: branches=() eval "$(git for-each-ref --shell --format='branches+=(%(refname))' refs/remotes/origin/)" for branch in "${branches[@]}"; do + # for debugging + echo "$branch" # need to convert "'refs/remotes/origin/main" to "main" branch_local=$(echo "$branch" | awk -F'[\\\\/]' ' { print $4 }') git switch $branch_local From 08bd6b5aa059bb8618f3aaf8e04a9db919d6cc98 Mon Sep 17 00:00:00 2001 From: silver Date: Tue, 5 Aug 2025 23:09:45 +0000 Subject: [PATCH 25/55] test: see if skipping the head "branch" works --- .forgejo/workflows/geyser.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/geyser.yml b/.forgejo/workflows/geyser.yml index 679e238..ce6e66d 100644 --- a/.forgejo/workflows/geyser.yml +++ b/.forgejo/workflows/geyser.yml @@ -38,6 +38,10 @@ jobs: for branch in "${branches[@]}"; do # for debugging echo "$branch" + if [ "$branch" == "refs/remotes/origin/HEAD" ]; then + continue + fi + # need to convert "'refs/remotes/origin/main" to "main" branch_local=$(echo "$branch" | awk -F'[\\\\/]' ' { print $4 }') git switch $branch_local From 665c43c0a3b4cac4692d44531abe1b177b7b4827 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Tue, 5 Aug 2025 23:10:55 +0000 Subject: [PATCH 26/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index c2ed2f0..a85f0ac 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "6f856281aa0191a05c406c7433f902c32c8609b09ef6dfe9c9defeed1522b651" +hash = "94bc16d561f559b01c6cd8df329cef09b5986d318c14953ac56fecf8e6a47406" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 701189c..01d4c3e 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0e920a71ce36b8d9b961155683c13c4c15a64dc2a372e96cb3f785cfb01aa01b" +hash = "2a9311e1c3906134bc578ff6ce434412f8566cd940320adcc0e800cdd39cbb6d" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 34f003e..307610c 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/zkGY43yF/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/v87Lsple/Geyser-Spigot.jar" hash-format = "sha512" -hash = "3e343fcf8abe2d11c61a40ceb6f93c07e0f53be7f07ffb4df2642ab1db2666063e087e261278fbbb9c84068ea3fe2aedab86166c5e0c6f864122ddc79d9da425" +hash = "cd6b983c92a875b89b95254a26cd14064de9b1b437497f9a5cc5a4da550daa2bc569aff778a52f4b41576da5b98c626507e5ea9725ce791bbec18276254fe6ec" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "zkGY43yF" +version = "v87Lsple" From dc6a6daf48976829adee4cfd80346e87ea7c40a0 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Tue, 5 Aug 2025 23:11:04 +0000 Subject: [PATCH 27/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index c2ed2f0..a85f0ac 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "6f856281aa0191a05c406c7433f902c32c8609b09ef6dfe9c9defeed1522b651" +hash = "94bc16d561f559b01c6cd8df329cef09b5986d318c14953ac56fecf8e6a47406" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 8b795a4..f5079c6 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0e920a71ce36b8d9b961155683c13c4c15a64dc2a372e96cb3f785cfb01aa01b" +hash = "2a9311e1c3906134bc578ff6ce434412f8566cd940320adcc0e800cdd39cbb6d" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 34f003e..307610c 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/zkGY43yF/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/v87Lsple/Geyser-Spigot.jar" hash-format = "sha512" -hash = "3e343fcf8abe2d11c61a40ceb6f93c07e0f53be7f07ffb4df2642ab1db2666063e087e261278fbbb9c84068ea3fe2aedab86166c5e0c6f864122ddc79d9da425" +hash = "cd6b983c92a875b89b95254a26cd14064de9b1b437497f9a5cc5a4da550daa2bc569aff778a52f4b41576da5b98c626507e5ea9725ce791bbec18276254fe6ec" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "zkGY43yF" +version = "v87Lsple" From dbc46130440e19f64b00f0d6f7cedf1f02920dbe Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Tue, 12 Aug 2025 14:50:01 +0000 Subject: [PATCH 28/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index a85f0ac..922fdc8 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "94bc16d561f559b01c6cd8df329cef09b5986d318c14953ac56fecf8e6a47406" +hash = "c0532c670fc20b3bcae62758af6da6577b4f6d704727b9ec71bd64ff40c32193" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 01d4c3e..02dabfa 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2a9311e1c3906134bc578ff6ce434412f8566cd940320adcc0e800cdd39cbb6d" +hash = "bbdeb57ad3a372193603b710f50fce2f27e097347cad36edf9d66a1fa5dae6b5" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 307610c..6076dc6 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/v87Lsple/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/jnT7vgip/Geyser-Spigot.jar" hash-format = "sha512" -hash = "cd6b983c92a875b89b95254a26cd14064de9b1b437497f9a5cc5a4da550daa2bc569aff778a52f4b41576da5b98c626507e5ea9725ce791bbec18276254fe6ec" +hash = "3346d81757bb74591314c8427ff1fca0c88e9a89b7e6ede7b908f1c4c93eda35bcfcd30464edce3286c8401a682fa8820603644bbbb60b5da4a99883dad1d144" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "v87Lsple" +version = "jnT7vgip" From b6ff7557f9ff727f390718864fa4c4c51c2543e3 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Tue, 12 Aug 2025 14:50:12 +0000 Subject: [PATCH 29/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index a85f0ac..922fdc8 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "94bc16d561f559b01c6cd8df329cef09b5986d318c14953ac56fecf8e6a47406" +hash = "c0532c670fc20b3bcae62758af6da6577b4f6d704727b9ec71bd64ff40c32193" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index f5079c6..61a8ea2 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "2a9311e1c3906134bc578ff6ce434412f8566cd940320adcc0e800cdd39cbb6d" +hash = "bbdeb57ad3a372193603b710f50fce2f27e097347cad36edf9d66a1fa5dae6b5" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 307610c..6076dc6 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/v87Lsple/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/jnT7vgip/Geyser-Spigot.jar" hash-format = "sha512" -hash = "cd6b983c92a875b89b95254a26cd14064de9b1b437497f9a5cc5a4da550daa2bc569aff778a52f4b41576da5b98c626507e5ea9725ce791bbec18276254fe6ec" +hash = "3346d81757bb74591314c8427ff1fca0c88e9a89b7e6ede7b908f1c4c93eda35bcfcd30464edce3286c8401a682fa8820603644bbbb60b5da4a99883dad1d144" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "v87Lsple" +version = "jnT7vgip" From 5059fcc4c52393d679360bee4f898d87a54325b2 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Fri, 15 Aug 2025 00:02:54 +0000 Subject: [PATCH 30/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 922fdc8..9f59282 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "c0532c670fc20b3bcae62758af6da6577b4f6d704727b9ec71bd64ff40c32193" +hash = "f5fc38026b143cb44bcddb74427ccb57bd2dd6570e8230488e23506025263749" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 02dabfa..190d75b 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "bbdeb57ad3a372193603b710f50fce2f27e097347cad36edf9d66a1fa5dae6b5" +hash = "4e4eb7af31247c91d5bb0e8a0af8a917868861a6c5ccf2e63a17c8668a5a2171" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 6076dc6..a3739d0 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/jnT7vgip/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/le2wkcma/Geyser-Spigot.jar" hash-format = "sha512" -hash = "3346d81757bb74591314c8427ff1fca0c88e9a89b7e6ede7b908f1c4c93eda35bcfcd30464edce3286c8401a682fa8820603644bbbb60b5da4a99883dad1d144" +hash = "8bd7f7f5c75bd827e3240164624d2c7564ba93be0a36aaabcc692c630ef5e412fae69211f46220a0776612d6f53f2c8e42dc04e6d5c9148856319ffd3f59c507" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "jnT7vgip" +version = "le2wkcma" From 643c3510ed291cd6f90b28b785f08a3c34c0c7d4 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Fri, 15 Aug 2025 00:03:39 +0000 Subject: [PATCH 31/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 922fdc8..9f59282 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "c0532c670fc20b3bcae62758af6da6577b4f6d704727b9ec71bd64ff40c32193" +hash = "f5fc38026b143cb44bcddb74427ccb57bd2dd6570e8230488e23506025263749" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 61a8ea2..743a2ac 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "bbdeb57ad3a372193603b710f50fce2f27e097347cad36edf9d66a1fa5dae6b5" +hash = "4e4eb7af31247c91d5bb0e8a0af8a917868861a6c5ccf2e63a17c8668a5a2171" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 6076dc6..a3739d0 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/jnT7vgip/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/le2wkcma/Geyser-Spigot.jar" hash-format = "sha512" -hash = "3346d81757bb74591314c8427ff1fca0c88e9a89b7e6ede7b908f1c4c93eda35bcfcd30464edce3286c8401a682fa8820603644bbbb60b5da4a99883dad1d144" +hash = "8bd7f7f5c75bd827e3240164624d2c7564ba93be0a36aaabcc692c630ef5e412fae69211f46220a0776612d6f53f2c8e42dc04e6d5c9148856319ffd3f59c507" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "jnT7vgip" +version = "le2wkcma" From e19b46f92b4b0a101e974981136b5505a5f8e0ea Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Thu, 21 Aug 2025 00:04:11 +0000 Subject: [PATCH 32/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 9f59282..741497b 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "f5fc38026b143cb44bcddb74427ccb57bd2dd6570e8230488e23506025263749" +hash = "42ff5c8ca6e8008bc670f02c074cbd0c68c022fafe45bad85b5e599688040261" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 190d75b..e5a6535 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4e4eb7af31247c91d5bb0e8a0af8a917868861a6c5ccf2e63a17c8668a5a2171" +hash = "caef60e3965c4526fdd741f3ae6621e2a214d095dedf1a9e77b35747023c2f7a" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index a3739d0..641dd48 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/le2wkcma/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/6uIhhxut/Geyser-Spigot.jar" hash-format = "sha512" -hash = "8bd7f7f5c75bd827e3240164624d2c7564ba93be0a36aaabcc692c630ef5e412fae69211f46220a0776612d6f53f2c8e42dc04e6d5c9148856319ffd3f59c507" +hash = "34f7e389fd58aae80ec5522c6683ffd87f021f93bf9c3a94b0717aef261959daff58416373a59798252b9c64967393e6d04300ddc8b894c6ee5a916bfa19b69a" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "le2wkcma" +version = "6uIhhxut" From 3c17a5936244700b30ddb776fe8f8b3b86623aab Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Thu, 21 Aug 2025 00:05:08 +0000 Subject: [PATCH 33/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 9f59282..741497b 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "f5fc38026b143cb44bcddb74427ccb57bd2dd6570e8230488e23506025263749" +hash = "42ff5c8ca6e8008bc670f02c074cbd0c68c022fafe45bad85b5e599688040261" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 743a2ac..ec51ee1 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4e4eb7af31247c91d5bb0e8a0af8a917868861a6c5ccf2e63a17c8668a5a2171" +hash = "caef60e3965c4526fdd741f3ae6621e2a214d095dedf1a9e77b35747023c2f7a" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index a3739d0..641dd48 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/le2wkcma/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/6uIhhxut/Geyser-Spigot.jar" hash-format = "sha512" -hash = "8bd7f7f5c75bd827e3240164624d2c7564ba93be0a36aaabcc692c630ef5e412fae69211f46220a0776612d6f53f2c8e42dc04e6d5c9148856319ffd3f59c507" +hash = "34f7e389fd58aae80ec5522c6683ffd87f021f93bf9c3a94b0717aef261959daff58416373a59798252b9c64967393e6d04300ddc8b894c6ee5a916bfa19b69a" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "le2wkcma" +version = "6uIhhxut" From f067c0ee01a25242c3851ef34e954f346adab65b Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Sun, 24 Aug 2025 00:02:41 +0000 Subject: [PATCH 34/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 741497b..a2011db 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "42ff5c8ca6e8008bc670f02c074cbd0c68c022fafe45bad85b5e599688040261" +hash = "af8314053f22f28d740b7f5667ffdfa8f69ebb6918c1a439e1ff578bf89ad8a1" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index e5a6535..1ab0d61 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "caef60e3965c4526fdd741f3ae6621e2a214d095dedf1a9e77b35747023c2f7a" +hash = "5ba18c7d160ede16e8725ee17c947cb17590e79487e05a75880195d7c8a5bcf1" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 641dd48..c2a48a2 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/6uIhhxut/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/2pDy6MPF/Geyser-Spigot.jar" hash-format = "sha512" -hash = "34f7e389fd58aae80ec5522c6683ffd87f021f93bf9c3a94b0717aef261959daff58416373a59798252b9c64967393e6d04300ddc8b894c6ee5a916bfa19b69a" +hash = "4ee190ecd86cc46e51f9a0d9a0d0b7a83a0cf74e05d83c7fa453da6478d3cc39f93eb8dbb5ebcf8218906fd1834bd14c1474201e0fdb6ff8859d81860a9f661a" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "6uIhhxut" +version = "2pDy6MPF" From 3042fe8ab78b52eea3903791f86dc6f980e966ca Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Sun, 24 Aug 2025 00:03:11 +0000 Subject: [PATCH 35/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 741497b..a2011db 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "42ff5c8ca6e8008bc670f02c074cbd0c68c022fafe45bad85b5e599688040261" +hash = "af8314053f22f28d740b7f5667ffdfa8f69ebb6918c1a439e1ff578bf89ad8a1" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index ec51ee1..9e0d9b2 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "caef60e3965c4526fdd741f3ae6621e2a214d095dedf1a9e77b35747023c2f7a" +hash = "5ba18c7d160ede16e8725ee17c947cb17590e79487e05a75880195d7c8a5bcf1" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 641dd48..c2a48a2 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/6uIhhxut/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/2pDy6MPF/Geyser-Spigot.jar" hash-format = "sha512" -hash = "34f7e389fd58aae80ec5522c6683ffd87f021f93bf9c3a94b0717aef261959daff58416373a59798252b9c64967393e6d04300ddc8b894c6ee5a916bfa19b69a" +hash = "4ee190ecd86cc46e51f9a0d9a0d0b7a83a0cf74e05d83c7fa453da6478d3cc39f93eb8dbb5ebcf8218906fd1834bd14c1474201e0fdb6ff8859d81860a9f661a" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "6uIhhxut" +version = "2pDy6MPF" From 766eac8913acdecd638b3ea1c75f787ea0e3fee8 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Thu, 4 Sep 2025 00:02:44 +0000 Subject: [PATCH 36/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index a2011db..2a1e8ab 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "af8314053f22f28d740b7f5667ffdfa8f69ebb6918c1a439e1ff578bf89ad8a1" +hash = "375dd56e2d8caeab97c22f440c5462e861e530e08ebc87642c89602ff7e5df47" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 1ab0d61..b692345 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "5ba18c7d160ede16e8725ee17c947cb17590e79487e05a75880195d7c8a5bcf1" +hash = "57430ae0b20eb6722c17c4f6ecfed90e90244be4109634229033f0497980822e" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index c2a48a2..d210023 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/2pDy6MPF/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/e696WVsd/Geyser-Spigot.jar" hash-format = "sha512" -hash = "4ee190ecd86cc46e51f9a0d9a0d0b7a83a0cf74e05d83c7fa453da6478d3cc39f93eb8dbb5ebcf8218906fd1834bd14c1474201e0fdb6ff8859d81860a9f661a" +hash = "5397aad4916364617aeaa0d4f08a8bb0a9c39f471d70fbb514f8cc81fc576d431d8eabcd7ff4911964fc64592e3b9f395d934ffbfb1d2149baa6d2874d27154f" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "2pDy6MPF" +version = "e696WVsd" From f11e352d4ce00a365b27b4a1510d2af47bbc5395 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Thu, 4 Sep 2025 00:03:20 +0000 Subject: [PATCH 37/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index a2011db..2a1e8ab 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "af8314053f22f28d740b7f5667ffdfa8f69ebb6918c1a439e1ff578bf89ad8a1" +hash = "375dd56e2d8caeab97c22f440c5462e861e530e08ebc87642c89602ff7e5df47" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 9e0d9b2..c88477c 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "5ba18c7d160ede16e8725ee17c947cb17590e79487e05a75880195d7c8a5bcf1" +hash = "57430ae0b20eb6722c17c4f6ecfed90e90244be4109634229033f0497980822e" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index c2a48a2..d210023 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/2pDy6MPF/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/e696WVsd/Geyser-Spigot.jar" hash-format = "sha512" -hash = "4ee190ecd86cc46e51f9a0d9a0d0b7a83a0cf74e05d83c7fa453da6478d3cc39f93eb8dbb5ebcf8218906fd1834bd14c1474201e0fdb6ff8859d81860a9f661a" +hash = "5397aad4916364617aeaa0d4f08a8bb0a9c39f471d70fbb514f8cc81fc576d431d8eabcd7ff4911964fc64592e3b9f395d934ffbfb1d2149baa6d2874d27154f" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "2pDy6MPF" +version = "e696WVsd" From 5c8888dc224cb79b4acc3ea448bbddf0444957f8 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Fri, 5 Sep 2025 00:00:54 +0000 Subject: [PATCH 38/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 2a1e8ab..b170a1d 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "375dd56e2d8caeab97c22f440c5462e861e530e08ebc87642c89602ff7e5df47" +hash = "cdea54e23beef0d4a99bd687ef3a66f25bde2a0c0bd25dc43aa7ee6c2db5851c" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index b692345..2cd9f42 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "57430ae0b20eb6722c17c4f6ecfed90e90244be4109634229033f0497980822e" +hash = "f4ee370e609d9d6010c6a92381c6871c06e30e1bec7316fbff6028a1abed28a7" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index d210023..de3ab2b 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/e696WVsd/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/Bt87qKeB/Geyser-Spigot.jar" hash-format = "sha512" -hash = "5397aad4916364617aeaa0d4f08a8bb0a9c39f471d70fbb514f8cc81fc576d431d8eabcd7ff4911964fc64592e3b9f395d934ffbfb1d2149baa6d2874d27154f" +hash = "41d074c2d1145e05fc8040d401812394cfde631962b97cb2be403b930cd07435ed0968c47188a1906f927db0b03f018ececd4fa4982f17b601f157db755163e5" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "e696WVsd" +version = "Bt87qKeB" From 19196fda68e11a8dcf2621232e5deb6bfbdbec71 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Fri, 5 Sep 2025 00:00:58 +0000 Subject: [PATCH 39/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 2a1e8ab..b170a1d 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "375dd56e2d8caeab97c22f440c5462e861e530e08ebc87642c89602ff7e5df47" +hash = "cdea54e23beef0d4a99bd687ef3a66f25bde2a0c0bd25dc43aa7ee6c2db5851c" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index c88477c..1859072 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "57430ae0b20eb6722c17c4f6ecfed90e90244be4109634229033f0497980822e" +hash = "f4ee370e609d9d6010c6a92381c6871c06e30e1bec7316fbff6028a1abed28a7" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index d210023..de3ab2b 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/e696WVsd/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/Bt87qKeB/Geyser-Spigot.jar" hash-format = "sha512" -hash = "5397aad4916364617aeaa0d4f08a8bb0a9c39f471d70fbb514f8cc81fc576d431d8eabcd7ff4911964fc64592e3b9f395d934ffbfb1d2149baa6d2874d27154f" +hash = "41d074c2d1145e05fc8040d401812394cfde631962b97cb2be403b930cd07435ed0968c47188a1906f927db0b03f018ececd4fa4982f17b601f157db755163e5" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "e696WVsd" +version = "Bt87qKeB" From 955b95c27cd31d7eedbbe9ab16596ee41404cc64 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Thu, 11 Sep 2025 00:00:47 +0000 Subject: [PATCH 40/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index b170a1d..287215a 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "cdea54e23beef0d4a99bd687ef3a66f25bde2a0c0bd25dc43aa7ee6c2db5851c" +hash = "fecf335db6e0e641e5aa671015ae3e934db18cb687bfa40db1629284fbb8bb71" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 2cd9f42..220a1a8 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "f4ee370e609d9d6010c6a92381c6871c06e30e1bec7316fbff6028a1abed28a7" +hash = "86042f71ed3d6521d1fd565a8782b3216246bf34e66e48219a83e217d3fa3318" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index de3ab2b..de619ee 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/Bt87qKeB/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/K6w2fXgE/Geyser-Spigot.jar" hash-format = "sha512" -hash = "41d074c2d1145e05fc8040d401812394cfde631962b97cb2be403b930cd07435ed0968c47188a1906f927db0b03f018ececd4fa4982f17b601f157db755163e5" +hash = "6dfdbc149b2d97fa737896f02b5f6fee9d152475a257ed5c7f98e4d359d5724aa0b2cf01b25f3c05e4ed726bfd0ad8bde01aae19989f7da0ea87db84a1c88ab1" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "Bt87qKeB" +version = "K6w2fXgE" From e0d09b10e977dea0bf8c8d59402f9afa1e6579c0 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Thu, 11 Sep 2025 00:00:50 +0000 Subject: [PATCH 41/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index b170a1d..287215a 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "cdea54e23beef0d4a99bd687ef3a66f25bde2a0c0bd25dc43aa7ee6c2db5851c" +hash = "fecf335db6e0e641e5aa671015ae3e934db18cb687bfa40db1629284fbb8bb71" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 1859072..607bbd3 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "f4ee370e609d9d6010c6a92381c6871c06e30e1bec7316fbff6028a1abed28a7" +hash = "86042f71ed3d6521d1fd565a8782b3216246bf34e66e48219a83e217d3fa3318" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index de3ab2b..de619ee 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/Bt87qKeB/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/K6w2fXgE/Geyser-Spigot.jar" hash-format = "sha512" -hash = "41d074c2d1145e05fc8040d401812394cfde631962b97cb2be403b930cd07435ed0968c47188a1906f927db0b03f018ececd4fa4982f17b601f157db755163e5" +hash = "6dfdbc149b2d97fa737896f02b5f6fee9d152475a257ed5c7f98e4d359d5724aa0b2cf01b25f3c05e4ed726bfd0ad8bde01aae19989f7da0ea87db84a1c88ab1" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "Bt87qKeB" +version = "K6w2fXgE" From 40bd725b3c3b01a75253c28501672b585783d3dc Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Fri, 12 Sep 2025 00:00:48 +0000 Subject: [PATCH 42/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 287215a..c611840 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "fecf335db6e0e641e5aa671015ae3e934db18cb687bfa40db1629284fbb8bb71" +hash = "1b9687a14b300b0f8b06c6c3d8ecddc4fa22ebc02f47b9b84e889b3578ed91f9" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 220a1a8..2bc56d0 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "86042f71ed3d6521d1fd565a8782b3216246bf34e66e48219a83e217d3fa3318" +hash = "808ef69f5c537aff48be752689a53038297de253a9659ff6dc3af9d65c89b016" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index de619ee..ecc09cd 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/K6w2fXgE/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/lF6fFvyU/Geyser-Spigot.jar" hash-format = "sha512" -hash = "6dfdbc149b2d97fa737896f02b5f6fee9d152475a257ed5c7f98e4d359d5724aa0b2cf01b25f3c05e4ed726bfd0ad8bde01aae19989f7da0ea87db84a1c88ab1" +hash = "c1604835e4db5faab1e883925e7c307fdf95aa8e57316ce4c36d77a8d5d68fd51557492b454bf1d37d37fcd3974ecd38091f4ecee4ee7a61e9e8a768537f2448" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "K6w2fXgE" +version = "lF6fFvyU" From 71e7ec36f4a1ec574e02034939b8758c03f88bce Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Fri, 12 Sep 2025 00:00:52 +0000 Subject: [PATCH 43/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 287215a..c611840 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "fecf335db6e0e641e5aa671015ae3e934db18cb687bfa40db1629284fbb8bb71" +hash = "1b9687a14b300b0f8b06c6c3d8ecddc4fa22ebc02f47b9b84e889b3578ed91f9" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 607bbd3..7aa82ff 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "86042f71ed3d6521d1fd565a8782b3216246bf34e66e48219a83e217d3fa3318" +hash = "808ef69f5c537aff48be752689a53038297de253a9659ff6dc3af9d65c89b016" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index de619ee..ecc09cd 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/K6w2fXgE/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/lF6fFvyU/Geyser-Spigot.jar" hash-format = "sha512" -hash = "6dfdbc149b2d97fa737896f02b5f6fee9d152475a257ed5c7f98e4d359d5724aa0b2cf01b25f3c05e4ed726bfd0ad8bde01aae19989f7da0ea87db84a1c88ab1" +hash = "c1604835e4db5faab1e883925e7c307fdf95aa8e57316ce4c36d77a8d5d68fd51557492b454bf1d37d37fcd3974ecd38091f4ecee4ee7a61e9e8a768537f2448" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "K6w2fXgE" +version = "lF6fFvyU" From 9ad0b9820e4ac8e6c14e138293b604d77d025f3e Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Sat, 13 Sep 2025 00:00:56 +0000 Subject: [PATCH 44/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index c611840..d6a144c 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "1b9687a14b300b0f8b06c6c3d8ecddc4fa22ebc02f47b9b84e889b3578ed91f9" +hash = "27d192f6af6f336b799ea12dbac970b5d3bfced6e75c707843b112085084c72a" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 2bc56d0..ab32454 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "808ef69f5c537aff48be752689a53038297de253a9659ff6dc3af9d65c89b016" +hash = "d1ab528e5e4dfa66414abb3b9263860dc7e01f05305030862f18db73469ecdbc" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index ecc09cd..4713466 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/lF6fFvyU/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/rXfZDNgn/Geyser-Spigot.jar" hash-format = "sha512" -hash = "c1604835e4db5faab1e883925e7c307fdf95aa8e57316ce4c36d77a8d5d68fd51557492b454bf1d37d37fcd3974ecd38091f4ecee4ee7a61e9e8a768537f2448" +hash = "86929f9ecf83b9808aac283dba51507bd9d9b07815eee941ae623ec5a7b2f580e6f28b7ee1eaef478aaea05cacb710c53507fa91e7b2876b436072d73998ed07" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "lF6fFvyU" +version = "rXfZDNgn" From 66c3823ee32c7b023462b3af258eb20876cb89f7 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Sat, 13 Sep 2025 00:00:59 +0000 Subject: [PATCH 45/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index c611840..d6a144c 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "1b9687a14b300b0f8b06c6c3d8ecddc4fa22ebc02f47b9b84e889b3578ed91f9" +hash = "27d192f6af6f336b799ea12dbac970b5d3bfced6e75c707843b112085084c72a" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 7aa82ff..735742d 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "808ef69f5c537aff48be752689a53038297de253a9659ff6dc3af9d65c89b016" +hash = "d1ab528e5e4dfa66414abb3b9263860dc7e01f05305030862f18db73469ecdbc" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index ecc09cd..4713466 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/lF6fFvyU/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/rXfZDNgn/Geyser-Spigot.jar" hash-format = "sha512" -hash = "c1604835e4db5faab1e883925e7c307fdf95aa8e57316ce4c36d77a8d5d68fd51557492b454bf1d37d37fcd3974ecd38091f4ecee4ee7a61e9e8a768537f2448" +hash = "86929f9ecf83b9808aac283dba51507bd9d9b07815eee941ae623ec5a7b2f580e6f28b7ee1eaef478aaea05cacb710c53507fa91e7b2876b436072d73998ed07" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "lF6fFvyU" +version = "rXfZDNgn" From 831b9ffda94a247821c3dc30ba3e8b1cb5b832af Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Sun, 14 Sep 2025 00:01:01 +0000 Subject: [PATCH 46/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index d6a144c..46685b2 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "27d192f6af6f336b799ea12dbac970b5d3bfced6e75c707843b112085084c72a" +hash = "1c99eadd8b95c07a4cd84ef58a3de655a10aa584bfe7d84971bd3da7542be8f4" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index ab32454..8cb7aa2 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d1ab528e5e4dfa66414abb3b9263860dc7e01f05305030862f18db73469ecdbc" +hash = "4e9b851507c805d6313b96e01e501e79f207a8c15820791141e750f8a9f6a5a3" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 4713466..c6df176 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/rXfZDNgn/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/HPlW7BxK/Geyser-Spigot.jar" hash-format = "sha512" -hash = "86929f9ecf83b9808aac283dba51507bd9d9b07815eee941ae623ec5a7b2f580e6f28b7ee1eaef478aaea05cacb710c53507fa91e7b2876b436072d73998ed07" +hash = "e08d122b398873995d968be1df0fd446608325c456a60875c4dd20c03a4db93565d768b21b65bcfe4d81084a44c3bfc54b7ef976e9032a749d1e1e38bbb72a23" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "rXfZDNgn" +version = "HPlW7BxK" From b51fdc1ff595af396eb125d351fac1602718c5cf Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Sun, 14 Sep 2025 00:01:05 +0000 Subject: [PATCH 47/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index d6a144c..46685b2 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "27d192f6af6f336b799ea12dbac970b5d3bfced6e75c707843b112085084c72a" +hash = "1c99eadd8b95c07a4cd84ef58a3de655a10aa584bfe7d84971bd3da7542be8f4" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 735742d..03a5f89 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d1ab528e5e4dfa66414abb3b9263860dc7e01f05305030862f18db73469ecdbc" +hash = "4e9b851507c805d6313b96e01e501e79f207a8c15820791141e750f8a9f6a5a3" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 4713466..c6df176 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/rXfZDNgn/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/HPlW7BxK/Geyser-Spigot.jar" hash-format = "sha512" -hash = "86929f9ecf83b9808aac283dba51507bd9d9b07815eee941ae623ec5a7b2f580e6f28b7ee1eaef478aaea05cacb710c53507fa91e7b2876b436072d73998ed07" +hash = "e08d122b398873995d968be1df0fd446608325c456a60875c4dd20c03a4db93565d768b21b65bcfe4d81084a44c3bfc54b7ef976e9032a749d1e1e38bbb72a23" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "rXfZDNgn" +version = "HPlW7BxK" From 0a74e1f9a63346d0f4657387ce612e71b6147e69 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Tue, 16 Sep 2025 00:01:12 +0000 Subject: [PATCH 48/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 46685b2..ffdf5c0 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "1c99eadd8b95c07a4cd84ef58a3de655a10aa584bfe7d84971bd3da7542be8f4" +hash = "66961ff809b537359913fe88d768db595a650eb898e5e53a8a1430cf2abfed35" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 8cb7aa2..db7dfcf 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4e9b851507c805d6313b96e01e501e79f207a8c15820791141e750f8a9f6a5a3" +hash = "6a99f0ed831cae3ad5fc70fa6c0b16efac73df1bccea30fa2e3de97b707d4896" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index c6df176..a90685e 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/HPlW7BxK/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/Faac8bqc/Geyser-Spigot.jar" hash-format = "sha512" -hash = "e08d122b398873995d968be1df0fd446608325c456a60875c4dd20c03a4db93565d768b21b65bcfe4d81084a44c3bfc54b7ef976e9032a749d1e1e38bbb72a23" +hash = "abd2a6675c3d1c17fdb61c0a7f77503d4cf1381d6f0860e2c3bc76ef4af548ec16620c5ba3f133b4596d8942f8168f8489e3659f2d8befe5565483bf5c2214d3" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "HPlW7BxK" +version = "Faac8bqc" From a846f08b7614068f12fb3509bf49a2e50bcadd8e Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Tue, 16 Sep 2025 00:01:15 +0000 Subject: [PATCH 49/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 46685b2..ffdf5c0 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "1c99eadd8b95c07a4cd84ef58a3de655a10aa584bfe7d84971bd3da7542be8f4" +hash = "66961ff809b537359913fe88d768db595a650eb898e5e53a8a1430cf2abfed35" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 03a5f89..8ceee15 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "4e9b851507c805d6313b96e01e501e79f207a8c15820791141e750f8a9f6a5a3" +hash = "6a99f0ed831cae3ad5fc70fa6c0b16efac73df1bccea30fa2e3de97b707d4896" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index c6df176..a90685e 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/HPlW7BxK/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/Faac8bqc/Geyser-Spigot.jar" hash-format = "sha512" -hash = "e08d122b398873995d968be1df0fd446608325c456a60875c4dd20c03a4db93565d768b21b65bcfe4d81084a44c3bfc54b7ef976e9032a749d1e1e38bbb72a23" +hash = "abd2a6675c3d1c17fdb61c0a7f77503d4cf1381d6f0860e2c3bc76ef4af548ec16620c5ba3f133b4596d8942f8168f8489e3659f2d8befe5565483bf5c2214d3" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "HPlW7BxK" +version = "Faac8bqc" From 36e7896f07d51d48fd7b9cdc9b2a07d00f39745f Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Thu, 18 Sep 2025 00:00:56 +0000 Subject: [PATCH 50/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index ffdf5c0..8a93c47 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "66961ff809b537359913fe88d768db595a650eb898e5e53a8a1430cf2abfed35" +hash = "09c4804ee2a4f884eb9ff30e1fed00b39762196065e0cf97a06998d65c985507" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index db7dfcf..8883bd8 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "6a99f0ed831cae3ad5fc70fa6c0b16efac73df1bccea30fa2e3de97b707d4896" +hash = "dee43100b150c761a236e58217e04431a6aaa4a77656c52aab5f710a8df7e5dd" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index a90685e..8df5c32 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/Faac8bqc/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/zVeReBHc/Geyser-Spigot.jar" hash-format = "sha512" -hash = "abd2a6675c3d1c17fdb61c0a7f77503d4cf1381d6f0860e2c3bc76ef4af548ec16620c5ba3f133b4596d8942f8168f8489e3659f2d8befe5565483bf5c2214d3" +hash = "58622ccbab2e378d3efa750399c475bc326454c8eeed0039b49a344dc7cb51cadcbef64f9ed3e46e568dbc88b151ace573405438eb5eac713280ee5c981974a9" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "Faac8bqc" +version = "zVeReBHc" From f80ac39968bc652f491c7d8eccc7e737087a05f1 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Thu, 18 Sep 2025 00:00:59 +0000 Subject: [PATCH 51/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index ffdf5c0..8a93c47 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "66961ff809b537359913fe88d768db595a650eb898e5e53a8a1430cf2abfed35" +hash = "09c4804ee2a4f884eb9ff30e1fed00b39762196065e0cf97a06998d65c985507" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 8ceee15..239d095 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "6a99f0ed831cae3ad5fc70fa6c0b16efac73df1bccea30fa2e3de97b707d4896" +hash = "dee43100b150c761a236e58217e04431a6aaa4a77656c52aab5f710a8df7e5dd" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index a90685e..8df5c32 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/Faac8bqc/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/zVeReBHc/Geyser-Spigot.jar" hash-format = "sha512" -hash = "abd2a6675c3d1c17fdb61c0a7f77503d4cf1381d6f0860e2c3bc76ef4af548ec16620c5ba3f133b4596d8942f8168f8489e3659f2d8befe5565483bf5c2214d3" +hash = "58622ccbab2e378d3efa750399c475bc326454c8eeed0039b49a344dc7cb51cadcbef64f9ed3e46e568dbc88b151ace573405438eb5eac713280ee5c981974a9" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "Faac8bqc" +version = "zVeReBHc" From 683eca836794a293d6332cf4ab7f24f08c7a1139 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Sat, 20 Sep 2025 00:00:48 +0000 Subject: [PATCH 52/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 8a93c47..0c30d61 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "09c4804ee2a4f884eb9ff30e1fed00b39762196065e0cf97a06998d65c985507" +hash = "1cd8f7d76722483f6947c6d074c2df69604fbacfe8e916d31ce0b96de73f6699" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 8883bd8..0196426 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "dee43100b150c761a236e58217e04431a6aaa4a77656c52aab5f710a8df7e5dd" +hash = "95c8d8372432b6fdd38c5c1cbd4aa7c095bfedff87f0ddcf5d014fc4b11329b7" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 8df5c32..5c7da07 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/zVeReBHc/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/1iWpS0RA/Geyser-Spigot.jar" hash-format = "sha512" -hash = "58622ccbab2e378d3efa750399c475bc326454c8eeed0039b49a344dc7cb51cadcbef64f9ed3e46e568dbc88b151ace573405438eb5eac713280ee5c981974a9" +hash = "413d46bdfe387a441b8b22ec0af392f0cefee28dd051e9742d966df326d28dbb0cd14c951980a00c2ddca76939c77430594af3f9bea291ebb77aa737d453ee3b" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "zVeReBHc" +version = "1iWpS0RA" From 726d912062e39fd002102ba90eae5983393cc9e5 Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Sat, 20 Sep 2025 00:00:51 +0000 Subject: [PATCH 53/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 8a93c47..0c30d61 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "09c4804ee2a4f884eb9ff30e1fed00b39762196065e0cf97a06998d65c985507" +hash = "1cd8f7d76722483f6947c6d074c2df69604fbacfe8e916d31ce0b96de73f6699" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 239d095..7d5a59e 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "dee43100b150c761a236e58217e04431a6aaa4a77656c52aab5f710a8df7e5dd" +hash = "95c8d8372432b6fdd38c5c1cbd4aa7c095bfedff87f0ddcf5d014fc4b11329b7" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 8df5c32..5c7da07 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/zVeReBHc/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/1iWpS0RA/Geyser-Spigot.jar" hash-format = "sha512" -hash = "58622ccbab2e378d3efa750399c475bc326454c8eeed0039b49a344dc7cb51cadcbef64f9ed3e46e568dbc88b151ace573405438eb5eac713280ee5c981974a9" +hash = "413d46bdfe387a441b8b22ec0af392f0cefee28dd051e9742d966df326d28dbb0cd14c951980a00c2ddca76939c77430594af3f9bea291ebb77aa737d453ee3b" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "zVeReBHc" +version = "1iWpS0RA" From 8904e14a27fac43d49adf32e877c0c14d702e6cb Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Sun, 21 Sep 2025 00:01:14 +0000 Subject: [PATCH 54/55] Updated geyser for main --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 0c30d61..6bb1d2b 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "1cd8f7d76722483f6947c6d074c2df69604fbacfe8e916d31ce0b96de73f6699" +hash = "cfcebc4e44d75a227f46216b100437fb3d1dc786b10c6e517790f6aca2cbcff3" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 0196426..9f8f38d 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "95c8d8372432b6fdd38c5c1cbd4aa7c095bfedff87f0ddcf5d014fc4b11329b7" +hash = "8232fce7440db8e2f5f8be1a01d74cf04852e9f8a220f32803614b7a1cecc814" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 5c7da07..6824b5b 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/1iWpS0RA/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/29cMfxqV/Geyser-Spigot.jar" hash-format = "sha512" -hash = "413d46bdfe387a441b8b22ec0af392f0cefee28dd051e9742d966df326d28dbb0cd14c951980a00c2ddca76939c77430594af3f9bea291ebb77aa737d453ee3b" +hash = "e2b7d92bda3c4ef0f61027ed321816b9d8a88d4c60ab38279caa36c776f767588260fed4f3de183ec518a764695552e2cb7d6165c55f7c2c8a655f97a3109c4c" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "1iWpS0RA" +version = "29cMfxqV" From b904d35ac34d72bb2e75f87f3bf315983fe2c70b Mon Sep 17 00:00:00 2001 From: Skynet <> Date: Sun, 21 Sep 2025 00:01:17 +0000 Subject: [PATCH 55/55] Updated geyser for phildeb --- index.toml | 2 +- pack.toml | 2 +- plugins/geyser.pw.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.toml b/index.toml index 0c30d61..6bb1d2b 100644 --- a/index.toml +++ b/index.toml @@ -17,7 +17,7 @@ metafile = true [[files]] file = "plugins/geyser.pw.toml" -hash = "1cd8f7d76722483f6947c6d074c2df69604fbacfe8e916d31ce0b96de73f6699" +hash = "cfcebc4e44d75a227f46216b100437fb3d1dc786b10c6e517790f6aca2cbcff3" metafile = true [[files]] diff --git a/pack.toml b/pack.toml index 7d5a59e..ba7b70b 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "95c8d8372432b6fdd38c5c1cbd4aa7c095bfedff87f0ddcf5d014fc4b11329b7" +hash = "8232fce7440db8e2f5f8be1a01d74cf04852e9f8a220f32803614b7a1cecc814" [versions] minecraft = "1.21.5" diff --git a/plugins/geyser.pw.toml b/plugins/geyser.pw.toml index 5c7da07..6824b5b 100644 --- a/plugins/geyser.pw.toml +++ b/plugins/geyser.pw.toml @@ -3,11 +3,11 @@ filename = "Geyser-Spigot.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/1iWpS0RA/Geyser-Spigot.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/29cMfxqV/Geyser-Spigot.jar" hash-format = "sha512" -hash = "413d46bdfe387a441b8b22ec0af392f0cefee28dd051e9742d966df326d28dbb0cd14c951980a00c2ddca76939c77430594af3f9bea291ebb77aa737d453ee3b" +hash = "e2b7d92bda3c4ef0f61027ed321816b9d8a88d4c60ab38279caa36c776f767588260fed4f3de183ec518a764695552e2cb7d6165c55f7c2c8a655f97a3109c4c" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "1iWpS0RA" +version = "29cMfxqV"