Compare commits

...

4 commits

Author SHA1 Message Date
d8c392c5af
"optimize" workflow
All checks were successful
/ deploy (push) Successful in 1m46s
2024-11-30 15:03:32 +01:00
f05457fb8a
"optimize" workflow
All checks were successful
/ deploy (push) Successful in 6m58s
2024-11-30 13:14:36 +01:00
e0a217eb68
"optimize" workflow
Some checks failed
/ deploy (push) Failing after 6m23s
2024-11-30 13:04:05 +01:00
e957f88883
"optimize" workflow 2024-11-30 13:02:47 +01:00
2 changed files with 8 additions and 5 deletions

View file

@ -7,10 +7,13 @@ jobs:
- name: Prepare for installation - name: Prepare for installation
run: apt update run: apt update
- name: Install JDK and other deps - name: Install JDK and other deps
run: apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl run: apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl zstd
- name: BuildTools for NMS #- name: BuildTools for NMS
run: mkdir /tmp/buildtools && cd /tmp/buildtools && curl -O https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar && java -jar BuildTools.jar --rev 1.21.1 --remapped && cd # run: mkdir /tmp/buildtools && cd /tmp/buildtools && curl -O https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar && java -jar BuildTools.jar --rev 1.21.1 --remapped && cd
- name: Download NMS
run: curl -O https://git.m724.eu/Minecon724/temporary/raw/branch/master/XRIH.tar.zst && tar -xaf XRIH.tar.zst -C ~ && rm XRIH.tar.zst
- name: Clone repository - name: Clone repository
run: git clone https://git.m724.eu/Minecon724/tweaks724.git . run: git clone https://git.m724.eu/Minecon724/tweaks724.git .
@ -19,4 +22,4 @@ jobs:
- name: Upload artifacts - name: Upload artifacts
uses: https://github.com/actions/upload-artifact@v3 uses: https://github.com/actions/upload-artifact@v3
with: with:
path: target/tweaks-*.jar path: target

View file

@ -42,8 +42,8 @@ chat:
# Name of the default / global chatroom # Name of the default / global chatroom
defaultName: "global" defaultName: "global"
# Compass shown in a text form on the actionbar
compass: compass:
# Compass will be shown in a text form
enabled: true enabled: true
# How much points (each point is separated with a space) # How much points (each point is separated with a space)
# I suggest making this uneven to make center... in center # I suggest making this uneven to make center... in center