Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/fetch-mc-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
1.21.5,
1.21.6,
1.21.7,
1.21.8,
1.21.9,
1.21.10,
1.21.11,
]
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/fetch-papermc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
1.21.5,
1.21.6,
1.21.7,
1.21.8,
1.21.9,
1.21.10,
1.21.11,
]
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/fetch-spigot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
{ java-version: "21", spigot-version: "1.21.6" },
{ java-version: "21", spigot-version: "1.21.7" },
{ java-version: "21", spigot-version: "1.21.8" },
{ java-version: "21", spigot-version: "1.21.9" },
{ java-version: "21", spigot-version: "1.21.10" },
{ java-version: "21", spigot-version: "1.21.11" },
]
runs-on: ubuntu-latest
steps:
Expand Down
72 changes: 72 additions & 0 deletions scrolls/minecraft/forge/1.21.10/scroll.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
name: artifacts.druid.gg/druid-team/scroll-minecraft-forge
desc: Minecraft Forge
version: 0.0.1
app_version: 1.21.10
ports:
- name: main
protocol: tcp
port: 25565
sleep_handler: packet_handler/minecraft.lua
start_delay: 10
finish_after_command: install
- name: rcon
protocol: tcp
port: 25575
init: "start"
commands:
start:
needs: [install]
run: restart
dependencies: [jdk21]
procedures:
- mode: exec
data:
- sh
- ./update_user_args.sh
- mode: exec
data:
- sh
- ./run.sh
stop:
procedures:
- mode: rcon
data: stop
install:
run: once
dependencies: [wget, cacert, jdk21]
procedures:
- mode: exec
data:
- wget
- -q
- -O
- forge-installer.jar
- http://192.168.100.200:9000/snapshot-cache/minecraft/forge/forge-1.21.7.jar
- mode: exec
data:
- java
- -jar
- forge-installer.jar
- --installServer
- mode: exec
data:
- rm
- forge-installer.jar
- mode: exec
data:
- bash
- -c
- echo eula=true > eula.txt
update:
procedures:
- mode: exec
data:
- sh
- $SCROLL_DIR/update.sh
- mode: exec
data:
- bash
- -c
- echo eula=true > eula.txt
plugins:
rcon: {}
72 changes: 72 additions & 0 deletions scrolls/minecraft/forge/1.21.11/scroll.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
name: artifacts.druid.gg/druid-team/scroll-minecraft-forge
desc: Minecraft Forge
version: 0.0.1
app_version: 1.21.11
ports:
- name: main
protocol: tcp
port: 25565
sleep_handler: packet_handler/minecraft.lua
start_delay: 10
finish_after_command: install
- name: rcon
protocol: tcp
port: 25575
init: "start"
commands:
start:
needs: [install]
run: restart
dependencies: [jdk21]
procedures:
- mode: exec
data:
- sh
- ./update_user_args.sh
- mode: exec
data:
- sh
- ./run.sh
stop:
procedures:
- mode: rcon
data: stop
install:
run: once
dependencies: [wget, cacert, jdk21]
procedures:
- mode: exec
data:
- wget
- -q
- -O
- forge-installer.jar
- http://192.168.100.200:9000/snapshot-cache/minecraft/forge/forge-1.21.7.jar
- mode: exec
data:
- java
- -jar
- forge-installer.jar
- --installServer
- mode: exec
data:
- rm
- forge-installer.jar
- mode: exec
data:
- bash
- -c
- echo eula=true > eula.txt
update:
procedures:
- mode: exec
data:
- sh
- $SCROLL_DIR/update.sh
- mode: exec
data:
- bash
- -c
- echo eula=true > eula.txt
plugins:
rcon: {}
72 changes: 72 additions & 0 deletions scrolls/minecraft/forge/1.21.8/scroll.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
name: artifacts.druid.gg/druid-team/scroll-minecraft-forge
desc: Minecraft Forge
version: 0.0.1
app_version: 1.21.8
ports:
- name: main
protocol: tcp
port: 25565
sleep_handler: packet_handler/minecraft.lua
start_delay: 10
finish_after_command: install
- name: rcon
protocol: tcp
port: 25575
init: "start"
commands:
start:
needs: [install]
run: restart
dependencies: [jdk21]
procedures:
- mode: exec
data:
- sh
- ./update_user_args.sh
- mode: exec
data:
- sh
- ./run.sh
stop:
procedures:
- mode: rcon
data: stop
install:
run: once
dependencies: [wget, cacert, jdk21]
procedures:
- mode: exec
data:
- wget
- -q
- -O
- forge-installer.jar
- http://192.168.100.200:9000/snapshot-cache/minecraft/forge/forge-1.21.7.jar
- mode: exec
data:
- java
- -jar
- forge-installer.jar
- --installServer
- mode: exec
data:
- rm
- forge-installer.jar
- mode: exec
data:
- bash
- -c
- echo eula=true > eula.txt
update:
procedures:
- mode: exec
data:
- sh
- $SCROLL_DIR/update.sh
- mode: exec
data:
- bash
- -c
- echo eula=true > eula.txt
plugins:
rcon: {}
72 changes: 72 additions & 0 deletions scrolls/minecraft/forge/1.21.9/scroll.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
name: artifacts.druid.gg/druid-team/scroll-minecraft-forge
desc: Minecraft Forge
version: 0.0.1
app_version: 1.21.9
ports:
- name: main
protocol: tcp
port: 25565
sleep_handler: packet_handler/minecraft.lua
start_delay: 10
finish_after_command: install
- name: rcon
protocol: tcp
port: 25575
init: "start"
commands:
start:
needs: [install]
run: restart
dependencies: [jdk21]
procedures:
- mode: exec
data:
- sh
- ./update_user_args.sh
- mode: exec
data:
- sh
- ./run.sh
stop:
procedures:
- mode: rcon
data: stop
install:
run: once
dependencies: [wget, cacert, jdk21]
procedures:
- mode: exec
data:
- wget
- -q
- -O
- forge-installer.jar
- http://192.168.100.200:9000/snapshot-cache/minecraft/forge/forge-1.21.7.jar
- mode: exec
data:
- java
- -jar
- forge-installer.jar
- --installServer
- mode: exec
data:
- rm
- forge-installer.jar
- mode: exec
data:
- bash
- -c
- echo eula=true > eula.txt
update:
procedures:
- mode: exec
data:
- sh
- $SCROLL_DIR/update.sh
- mode: exec
data:
- bash
- -c
- echo eula=true > eula.txt
plugins:
rcon: {}
59 changes: 59 additions & 0 deletions scrolls/minecraft/minecraft-spigot/1.21.10/scroll.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: artifacts.druid.gg/druid-team/scroll-minecraft-spigot
desc: Minecraft Spigot
version: 0.0.1
app_version: 1.21.10
ports:
- name: main
protocol: tcp
port: 25565
sleep_handler: packet_handler/minecraft.lua
mandatory: true
start_delay: 10
finish_after_command: install
- name: rcon
protocol: tcp
port: 25575
init: "start"
commands:
start:
needs: [install]
dependencies: [jdk21]
run: restart
procedures:
- mode: exec
data:
- bash
- ./start.sh
stop:
procedures:
- mode: rcon
data: stop
install:
run: once
dependencies: [wget, cacert]
procedures:
- mode: exec
data:
- wget
- -q
- -O
- spigot.jar
- http://192.168.100.200:9000/snapshot-cache/minecraft/spigot/spigot-1.21.7.jar
- mode: exec
data:
- bash
- -c
- echo eula=true > eula.txt
update:
procedures:
- mode: exec
data:
- sh
- $SCROLL_DIR/update.sh
- mode: exec
data:
- bash
- -c
- echo eula=true > eula.txt
plugins:
rcon: {}
Loading
Loading