parent
d54508cc81
commit
6d56f91230
2 changed files with 6 additions and 3 deletions
|
@ -8,6 +8,10 @@ jobs:
|
|||
run: apt update
|
||||
- name: Install JDK
|
||||
run: apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs
|
||||
|
||||
- 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
|
||||
|
||||
- name: Clone repository
|
||||
run: git clone https://git.m724.eu/Minecon724/tweaks724.git .
|
||||
- name: Build
|
||||
|
|
|
@ -31,9 +31,8 @@ Holding a compass shows a bar with 4 directions and stuff like beds, lodestones,
|
|||
Self-discipline with a pomodoro timer that's actually forced
|
||||
|
||||
### Updater
|
||||
Updates ALL[^1] your plugins
|
||||
|
||||
[^1]: Those on SpigotMC and that release updates there
|
||||
Updates ALL* your plugins \
|
||||
<sub>*Those on SpigotMC and that release updates there</sub>
|
||||
|
||||
### Hardcore <sup><sup><sub>P</sub></sup></sup>
|
||||
Hardcore hearts by chance
|
||||
|
|
Loading…
Reference in a new issue