Skip to content

Commit

Permalink
Merge pull request #106 from josemmo/develop
Browse files Browse the repository at this point in the history
v1.2.12
  • Loading branch information
josemmo authored Oct 14, 2023
2 parents d421ff2 + 1d67bac commit 076d999
Show file tree
Hide file tree
Showing 6 changed files with 394 additions and 216 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 8
continue-on-error: ${{ matrix.version == '1.20.1' }}
continue-on-error: ${{ matrix.version == '1.20.2' }}
strategy:
fail-fast: false
matrix:
flavor: ['bukkit', 'spigot', 'paper', 'purpur']
version: ['1.20.1', '1.19.4', '1.18.2', '1.17.1', '1.16.5']
version: ['1.20.2', '1.19.4', '1.18.2', '1.17.1', '1.16.5']
steps:
# Download code from repository
- name: Checkout code
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '19'
node-version: '20'

# Setup automata
- name: Setup automata
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
# Install dependencies
- name: Install plugin dependencies
run: |
url="https://github.com/dmulloy2/ProtocolLib/releases/download/5.0.0/ProtocolLib.jar"
url="https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/build/libs/ProtocolLib.jar"
mkdir -p ./server/plugins/ProtocolLib
wget -q "$url" -O ./server/plugins/ProtocolLib.jar
echo -e "global:\n auto updater:\n notify: false\n download: false" > ./server/plugins/ProtocolLib/config.yml
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Here are the Minecraft distributions where Yamipa should be able to run:
| 1.17 & 1.17.1 ||||
| 1.18 & 1.18.x ||||
| 1.19 & 1.19.x ||||
| 1.20 & 1.20.1 ||||
| 1.20 & 1.20.x ||||

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

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

0 comments on commit 076d999

Please sign in to comment.