Compare commits
5 commits
anime_mang
...
main
Author | SHA1 | Date | |
---|---|---|---|
33ce79cb13 | |||
041c8d3d10 | |||
58098f164d | |||
1acf7f3180 | |||
5ba6e01693 |
18 changed files with 56 additions and 226 deletions
40
.forgejo/workflows/geyser.yml
Normal file
40
.forgejo/workflows/geyser.yml
Normal file
|
@ -0,0 +1,40 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
schedule:
|
||||
# - cron: '0 0 * * *'
|
||||
- cron: '0 * * * *'
|
||||
|
||||
# using code from the nixos repo
|
||||
jobs:
|
||||
# deploy_active:
|
||||
# strategy:
|
||||
# matrix:
|
||||
# batch: [ active-core, active, active-ext ]
|
||||
# runs-on: nix
|
||||
# needs: [ deploy_dns ]
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# - run: colmena apply -v --on @${{ matrix.batch }} --show-trace
|
||||
# shell: bash
|
||||
|
||||
update:
|
||||
strategy:
|
||||
matrix:
|
||||
branch: [ main, skynet, anime_manga ]
|
||||
runs-on: nix
|
||||
permissions:
|
||||
# Give the default GITHUB_TOKEN write permission to commit and push the
|
||||
# added or changed files to the repository.
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ matrix.branch }}
|
||||
token: ${{ secrets.PIPELINE_TOKEN }}
|
||||
- run: nix run .#update_plugin -- update geyser
|
||||
shell: bash
|
||||
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: "Updated geyser for ${{ matrix.branch }}"
|
|
@ -30,6 +30,11 @@
|
|||
name = "Skynet Mod env";
|
||||
packages = packages;
|
||||
};
|
||||
|
||||
packages = {
|
||||
# nix run .#update_plugin -- update $PLUGIN_NAME
|
||||
update_plugin = (pkgs.callPackage ./nix/packwiz.nix {});
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
64
index.toml
64
index.toml
|
@ -1,19 +1,8 @@
|
|||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "plugins/admin-hax.pw.toml"
|
||||
hash = "550089f6be8d7fa5a20b313bafd2a54fc8e14b6d7190f74589abf2425fd8cd80"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/advanced-admin-menu.pw.toml"
|
||||
hash = "efcf40a218e281752cd9b5f51c376640198cf7102828a6c85cfa6235f7b5a014"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/better-beacon-range.pw.toml"
|
||||
hash = "0cb1f9bc9916e314270bc47e8adc727e2d75205ae0b61c83591700c51cbfd85d"
|
||||
metafile = true
|
||||
file = ".forgejo/workflows/geyser.yml"
|
||||
hash = "4b7870694ad423e69562fb15217b1dc43bfb8ef914089a895c67dfee3f1832ab"
|
||||
|
||||
[[files]]
|
||||
file = "plugins/essentialsx-discord.pw.toml"
|
||||
|
@ -27,27 +16,12 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "plugins/floodgate.pw.toml"
|
||||
hash = "c616c56eb2fbc6fddee463fa101926923c67db9f1619f63dc9d7630c6c9978f1"
|
||||
hash = "115d1c40762ee4418d0677cfa34a2005d1c50dcf1f5bd64e107797b7c781003b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/geyser.pw.toml"
|
||||
hash = "6205232cc01ee728bbaea947911182ae5f7f2691480d4e4df243b1a11a4361a9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/huskhomes.pw.toml"
|
||||
hash = "18fd20aada484474cfd6b5b7da69f820a7d673fb08c07fdebea5703dd64cca7e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/imageframe.pw.toml"
|
||||
hash = "31cdef8c68bf03f6e3753be47bd0ded2c755ed5a45838a8ff0b585fae99a8317"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/kotlinmc.pw.toml"
|
||||
hash = "5613c7a57bee2aba333c64a72d4e3de2d725badea0ea701ff52b4814b31d3f84"
|
||||
hash = "ca8bf1de06f10064f1a4cb227d7c876e944a71896b0e946d63006a17f67a951e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -55,41 +29,11 @@ file = "plugins/mcemptyserverstopper.pw.toml"
|
|||
hash = "650fc53a5de8739d85b1cfe8e21561e79d30d1a4c5fa4d5acaf5f77b14498813"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/quickec.pw.toml"
|
||||
hash = "f49c9174e744e44167fd4c8ea910d0362b707e9df454478d4de735f8a9c58ebd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/setspawn.pw.toml"
|
||||
hash = "6af7b980ae91dfae074836f7670aaa6feb1b2657b99421010c1155374ad947fc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/simple-voice-chat.pw.toml"
|
||||
hash = "f15730f91ba5e96ea7be0b2f17bd61aafdf991b78902cdf3f6a12793e78857ff"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/sleeper.pw.toml"
|
||||
hash = "bc11d13bbf20403ce0bf6b6ba261653c6a34830efd18525bf7ad65cbd24f27ac"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/stairsit.pw.toml"
|
||||
hash = "bf2a6781f31228c2f80263a1406b2f42264e11a76d9ab7db5277acb9aa41ea51"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/thizzyz-tree-feller.pw.toml"
|
||||
hash = "432a58318b4531f3da13e7d7bc8ad055e9b54a59ea29f08886e304db58214dab"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/veinminer.pw.toml"
|
||||
hash = "805c8ca0d8f1c979a6fbb220b69ceca4f377a1203cdfa8dc88f9540818fe2859"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "plugins/viabackwards.pw.toml"
|
||||
hash = "a20eb880b91e852d55f784dc3cfc4f78f4dd26110ee8ebb1e6129350a2016b25"
|
||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "cb84350f99b036ef47ef9b089649174b6e49d40783c8dc2ea93c47584ca98112"
|
||||
hash = "888c1bb8f85c1946a91040d311b3b0a8faad4bff5c3fd952ad7f84c90cdf43a7"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.21.3"
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
name = "Admin Hax"
|
||||
filename = "AdminHax-1.2.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MBv2mtJG/versions/zfAaR8T0/AdminHax-1.2.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a68fb0c6d1aa1f7fe301f6ae1ad499d94d7cf20668e01fdb9ecf376fd0df415a6a262d15648e06ee42e09306315725e9930bca68d1a517f08089aaa7090c235e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MBv2mtJG"
|
||||
version = "zfAaR8T0"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Advanced Admin-Menu"
|
||||
filename = "adminmenu-1.5.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/axXFoiej/versions/wSC5Bdil/adminmenu-1.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0e9a08498aa11396930c121b83a67722e707374dbd193fce7bdfac369b719142de1c5cadd0299a9ac22df1c7c434052826b5f57ebc2acfe8d7068d0f6d44551d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "axXFoiej"
|
||||
version = "wSC5Bdil"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Better Beacon Range"
|
||||
filename = "BetterBeaconRange-2.2.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nMi4H2vS/versions/YbWtmPwV/BetterBeaconRange-2.2.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e988ede5fa977a4adea2e8dec9c7cd0e34ddd836e309344f4f7c6c03779aa742a0ff66a64223548b9f3c0bd8b1018bd18ec0ccdb3c34d95d5e75d1690122b4e3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nMi4H2vS"
|
||||
version = "YbWtmPwV"
|
|
@ -1,6 +1,5 @@
|
|||
name = "Floodgate"
|
||||
filename = "Floodgate-Spigot.jar"
|
||||
side = "server"
|
||||
filename = "spigot"
|
||||
|
||||
[download]
|
||||
url = "https://download.geysermc.org/v2/projects/floodgate/versions/2.2.3/builds/114/downloads/spigot"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name = "Geyser"
|
||||
filename = "Geyser-Spigot.jar"
|
||||
filename = "geyser-fabric-Geyser-Fabric-2.6.0-b739.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/T7F2YvxM/Geyser-Spigot.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "062756145aca22a0d8beae3d07182330460a848db68c2684920f8866023ab7b7b49f2cbc063355e407f1b91dd9fbb0d8cbacc351fcb0f1cb14d211b8d3366116"
|
||||
url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/LRKpBXy0/geyser-fabric-Geyser-Fabric-2.6.0-b739.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f473af5c3ec8b9473bf08879a4c1a55c482a100e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "wKkoqHrH"
|
||||
version = "T7F2YvxM"
|
||||
version = "LRKpBXy0"
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
name = "HuskHomes"
|
||||
filename = "HuskHomes-Paper-4.8.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://github.com/WiIIiam278/HuskHomes/releases/download/4.8.3/HuskHomes-Paper-4.8.3.jar"
|
||||
hash-format = "sha256"
|
||||
hash = "4cb874d2c3345d49849449b8a4eea596f4201a0d4d329500fb492635eb9137a1"
|
||||
|
||||
[update]
|
||||
[update.github]
|
||||
branch = "master"
|
||||
regex = ".*Paper.*"
|
||||
slug = "WiIIiam278/HuskHomes"
|
||||
tag = "4.8.3"
|
|
@ -1,13 +0,0 @@
|
|||
name = "ImageFrame"
|
||||
filename = "ImageFrame-1.7.14.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lJFOpcEj/versions/mB9pIXP1/ImageFrame-1.7.14.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5b6e60edbd4b86dfadbe23e02a4a071e913faf7e4f7bd402c0d4dd9c7837f86f5c6ea690466befd2a503f2f48d4c50443c04ff650d0824d9f35f4adb1aa03122"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lJFOpcEj"
|
||||
version = "mB9pIXP1"
|
|
@ -1,13 +0,0 @@
|
|||
name = "KotlinMC"
|
||||
filename = "KotlinMC-2.1.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5Z9kTs3P/versions/eXevh5Fd/KotlinMC-2.1.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "b6ef74320c4a1b418ba2420cb3bb99e16d74b2ac92000f2fb000dc3679c3477ccd9757e0b46afcb2fc3c53ce62f4ae40e41c00d1eda9b7bc9c6284b30e2efffa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5Z9kTs3P"
|
||||
version = "eXevh5Fd"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Quick Ender Chest"
|
||||
filename = "QuickEC-2.1.0.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BKtFPESp/versions/zBtCbCOo/QuickEC-2.1.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "93596d377db913d563a1a0433cbac7233b4691203eaebf451ff55f2c88703894a6e7f4b077c4eaa2466ee7c1548a9266693d97954911622074ac962cb3fd7be9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BKtFPESp"
|
||||
version = "zBtCbCOo"
|
|
@ -1,13 +0,0 @@
|
|||
name = "SetSpawn"
|
||||
filename = "SetSpawn-3.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/L695BdOy/versions/EjNpDfo3/SetSpawn-3.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "acf12c436c384f6b3648c9920e0a8e82469190c6c92ae54060b081dab0b0e51958980ba160e123d4e5b99a366a118d1ddec1390cac32fbd2c58436cc8ee65cca"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "L695BdOy"
|
||||
version = "EjNpDfo3"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Sleeper"
|
||||
filename = "Sleeper-1.6.2.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Kt3eUOUy/versions/AJnc8xNL/Sleeper-1.6.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bff1e64a9d19d0531eac8db82d39b05f173c5468a2aee9a3e1713f4e70a2182a58f9e98c1b96eaff1c4310c0e135a1e872717c6ebcd49519d04b97b4de36b2d8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Kt3eUOUy"
|
||||
version = "AJnc8xNL"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Sit"
|
||||
filename = "sit-1.7.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/tFLdoQMh/versions/B6I3qrhY/sit-1.7.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a4f1c39c7a148d8c3f2609ab19b01203c58e344e74fc9caea53e6caa688fea3fa908e399b0135bad6f62b258e10382f1395a025827bc8884b4208608ff858c3c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "tFLdoQMh"
|
||||
version = "B6I3qrhY"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Thizzy'z Tree Feller"
|
||||
filename = "TreeFeller-1.25.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/YrkmSvXh/versions/MoQWr6cI/TreeFeller-1.25.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "06292343be1a3c58776495be92244c24b74cd004ae62b36dcca4ee2fc851960c93bc3d72d5ba364981caaccfb4fdabe5225c6464b1c3bd44698d310f144b2db1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "YrkmSvXh"
|
||||
version = "MoQWr6cI"
|
|
@ -1,13 +0,0 @@
|
|||
name = "Veinminer"
|
||||
filename = "veinminer-paper-2.3.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/OhduvhIc/versions/xTjs576l/veinminer-paper-2.3.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f738ea645cbd5d3e36a8b5ec6ec7040aefc77c5a66012ff2403cfd0ef6028e446730b18953b902cb8a2dfbd05148782b81a2aadb2a15624f4f6cd64241ff75c6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "OhduvhIc"
|
||||
version = "xTjs576l"
|
Loading…
Reference in a new issue