A Minecraft server-side mod that adds various teleportation related commands
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix builds failing

MrSnowy b93c4258 d0c14d0e

+5 -5
+4 -5
.github/workflows/build.yml
··· 10 10 build: 11 11 strategy: 12 12 matrix: 13 - # Use these Java versions 14 13 java: 15 14 - 21 # Currently min for minecraft 16 - runs-on: ubuntu-22.04 15 + runs-on: ubuntu-latest 17 16 steps: 18 17 - name: checkout repository 19 18 uses: actions/checkout@v4 20 - - name: validate gradle wrapper 21 - uses: gradle/wrapper-validation-action@v2 22 - - name: setup jdk ${{ matrix.java }} 19 + - name: setup Java ${{ matrix.java }} 23 20 uses: actions/setup-java@v4 24 21 with: 25 22 java-version: ${{ matrix.java }} 26 23 distribution: temurin 27 24 cache: 'gradle' 25 + - name: Setup Gradle 26 + uses: gradle/actions/setup-gradle@v4 28 27 - name: build 29 28 run: chmod +x ./gradlew && ./gradlew build 30 29 - name: merge jars
+1
CHANGELOG.md
··· 6 6 7 7 ### [1.3.4] 8 8 - Updated Italian translations (Thanks to [Jump-333](https://github.com/Jump-333)!) 9 + - Turned DeathLocation into a Hashmap 9 10 10 11 ### [1.3.3] 11 12 - Fixed commands not registering when running `/reload`.