Skip to content

Commit 076d999

Browse files
authored
Merge pull request #106 from josemmo/develop
v1.2.12
2 parents d421ff2 + 1d67bac commit 076d999

File tree

6 files changed

+394
-216
lines changed

6 files changed

+394
-216
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
timeout-minutes: 8
9-
continue-on-error: ${{ matrix.version == '1.20.1' }}
9+
continue-on-error: ${{ matrix.version == '1.20.2' }}
1010
strategy:
1111
fail-fast: false
1212
matrix:
1313
flavor: ['bukkit', 'spigot', 'paper', 'purpur']
14-
version: ['1.20.1', '1.19.4', '1.18.2', '1.17.1', '1.16.5']
14+
version: ['1.20.2', '1.19.4', '1.18.2', '1.17.1', '1.16.5']
1515
steps:
1616
# Download code from repository
1717
- name: Checkout code
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js
4040
uses: actions/setup-node@v3
4141
with:
42-
node-version: '19'
42+
node-version: '20'
4343

4444
# Setup automata
4545
- name: Setup automata
@@ -78,7 +78,7 @@ jobs:
7878
# Install dependencies
7979
- name: Install plugin dependencies
8080
run: |
81-
url="https://github.com/dmulloy2/ProtocolLib/releases/download/5.0.0/ProtocolLib.jar"
81+
url="https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/build/libs/ProtocolLib.jar"
8282
mkdir -p ./server/plugins/ProtocolLib
8383
wget -q "$url" -O ./server/plugins/ProtocolLib.jar
8484
echo -e "global:\n auto updater:\n notify: false\n download: false" > ./server/plugins/ProtocolLib/config.yml

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Here are the Minecraft distributions where Yamipa should be able to run:
3434
| 1.17 & 1.17.1 ||||
3535
| 1.18 & 1.18.x ||||
3636
| 1.19 & 1.19.x ||||
37-
| 1.20 & 1.20.1 ||||
37+
| 1.20 & 1.20.x ||||
3838

3939
## Configuration
4040
Yamipa is ready-to-go right out of the box. By default, it creates the following files and directories under the
@@ -134,6 +134,7 @@ The supported plugins are:
134134
- [WorldGuard](https://enginehub.org/worldguard/)
135135
- [GriefPrevention](https://www.spigotmc.org/resources/griefprevention.1884/)
136136
- [Towny Advanced](https://townyadvanced.github.io/)
137+
- [Lands](https://www.spigotmc.org/resources/53313/)
137138

138139
## Flags
139140
Images from this plugin have a set of boolean attributes called "flags" that modify its behavior. Possible values are:

0 commit comments

Comments
 (0)