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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ jobs:

druid registry push ./scrolls/lgsm/terrariaserver -p todo=8211/udp -i artifacts.druid.gg/druid-team/druid:stable-nix-steamcmd -m
druid registry push ./scrolls/lgsm/csgoserver -p query=27005/udp -p main=27015/udp -p sourcetv=27020/udp -p steam=27015 -i artifacts.druid.gg/druid-team/druid:stable-nix-steamcmd -m --smart


druid registry push ./scrolls/hytale/hytale-standalone -p main=5520/udp -i artifacts.druid.gg/druid-team/druid:stable-nix --min-disk 10Gi --min-ram 4Gi --min-cpu 1 --smart
druid registry push ./scrolls/hytale/hytale-druid-gg -p main=5520/udp -i artifacts.druid.gg/druid-team/druid:stable-nix --min-disk 10Gi --min-ram 4Gi --min-cpu 1 --smart
- name: Push Meta
run: |
druid registry push meta artifacts.druid.gg/druid-team/scroll-minecraft-spigot ./scrolls/minecraft/minecraft-spigot/.meta
Expand Down
6 changes: 6 additions & 0 deletions scrolls/hytale/hytale-druid-gg/.meta/de-DE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Hytale
description: Hytale ist ein Sandbox-Rollenspiel mit Fokus auf Erkundung, Kreativität und Abenteuer in einer prozedural generierten Fantasy-Welt.
---

Hytale ist eine ambitionierte Mischung aus Sandbox-, Rollenspiel- und Abenteuerelementen, die Spielern eine lebendige, prozedural generierte Welt voller Geheimnisse bietet. Spieler erkunden vielfältige Biome – von üppigen Wäldern über gefährliche Dungeons bis hin zu eisigen Regionen – und erleben dabei eine handgefertigt wirkende Story mit Quests, Fraktionen und einzigartigen Gegnern.
6 changes: 6 additions & 0 deletions scrolls/hytale/hytale-druid-gg/.meta/en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Hytale
description: Hytale is a sandbox role-playing game focused on exploration, creativity, and adventure in a procedurally generated fantasy world.
---

Hytale is an ambitious blend of sandbox, role-playing, and adventure elements that offers players a vibrant, procedurally generated world full of secrets to discover. Players explore diverse biomes—from lush forests and dangerous dungeons to icy regions—while experiencing a handcrafted-feeling story with quests, factions, and unique enemies.
41 changes: 41 additions & 0 deletions scrolls/hytale/hytale-druid-gg/scroll.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: artifacts.druid.gg/druid-team/hytale
desc: Hytale
version: 0.0.1
app_version: latest
ports:
- name: main
protocol: udp
port: 5520
init: "start"
commands:
install:
run: once
dependencies: [wget, cacert, unzip]
procedures:
- mode: exec
data:
- wget
- -q
- -O
- hytale-downloader.zip
- https://downloader.hytale.com/hytale-downloader.zip
- mode: exec
data:
- unzip
- hytale-downloader.zip
- mode: exec
data:
- ./hytale-downloader-linux-amd64
start:
run: once
needs: [install]
dependencies: [jdk21]
procedures:
- mode: exec
data:
- java
- -jar
- HytaleServer.jar

plugins:
rcon: {}
41 changes: 41 additions & 0 deletions scrolls/hytale/hytale-standalone/scroll.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: artifacts.druid.gg/druid-team/hytale
desc: Hytale
version: 0.0.1
app_version: standalone
ports:
- name: main
protocol: udp
port: 5520
init: "start"
commands:
install:
run: once
dependencies: [wget, cacert, unzip]
procedures:
- mode: exec
data:
- wget
- -q
- -O
- hytale-downloader.zip
- https://downloader.hytale.com/hytale-downloader.zip
- mode: exec
data:
- unzip
- hytale-downloader.zip
- mode: exec
data:
- ./hytale-downloader-linux-amd64
start:
run: once
needs: [install]
dependencies: [jdk21]
procedures:
- mode: exec
data:
- java
- -jar
- HytaleServer.jar

plugins:
rcon: {}