Skip to content

Commit

Permalink
Added Multiverse as a soft-depend to fix server startup world missing…
Browse files Browse the repository at this point in the history
… errors

Update dependency versions
  • Loading branch information
A5H73Y committed Jun 24, 2022
1 parent bfd84a9 commit 26fc09c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build

env:
artifact_name: 'Parkour-7.0.1'
artifact_name: 'Parkour-7.0.2'
release_type: '-RELEASE'

on: push
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add a whole new element of fun to any server, highly competitive gameplay with r
<dependency>
<groupId>com.github.A5H73Y</groupId>
<artifactId>Parkour</artifactId>
<version>7.0.1</version>
<version>7.0.2</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
Expand All @@ -51,5 +51,5 @@ repositories {
```

```
compile 'com.github.A5H73Y:Parkour:7.0.1'
compile 'com.github.A5H73Y:Parkour:7.0.2'
```
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.a5h73y</groupId>
<artifactId>Parkour</artifactId>
<version>7.0.1</version>
<version>7.0.2</version>
<packaging>jar</packaging>

<name>Parkour</name>
Expand Down Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>8.7.1</version>
<version>8.8.0</version>
<scope>compile</scope>
</dependency>
<!-- Version Compare -->
Expand All @@ -154,16 +154,10 @@
<scope>compile</scope>
</dependency>
<!-- Simplix Storage -->
<!-- <dependency>-->
<!-- <groupId>com.github.simplix-softworks</groupId>-->
<!-- <artifactId>simplixstorage</artifactId>-->
<!-- <version>3.2.4</version>-->
<!-- </dependency>-->
<!-- temporary until there's a release -->
<dependency>
<groupId>com.github.simplix-softworks</groupId>
<artifactId>simplixstorage</artifactId>
<version>master-SNAPSHOT</version>
<version>3.2.5</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Parkour
version: ${project.version}
description: ${project.description}
softdepend: [Vault, PlaceholderAPI, BountifulAPI]
softdepend: [Vault, PlaceholderAPI, BountifulAPI, Multiverse-Core]
authors:
- A5H73Y
- steve4744
Expand Down

0 comments on commit 26fc09c

Please sign in to comment.