Skip to content

Commit

Permalink
Adjust load and update SimpleClans. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PikaMug committed Jan 9, 2023
1 parent 631994b commit d7a127d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.pikamug.unite</groupId>
<artifactId>Unite</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -34,8 +34,8 @@
</repository>
<repository>
<!-- SimpleClans -->
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
<id>roinujnosde-repo</id>
<url>https://repo.roinujnosde.me/#/releases/</url>
</repository>
</repositories>

Expand Down Expand Up @@ -73,8 +73,7 @@
<dependency>
<groupId>net.sacredlabyrinth.phaed.simpleclans</groupId>
<artifactId>SimpleClans</artifactId>
<version>2.16.0</version> <!-- https://github.com/RoinujNosde/SimpleClans/issues/291 -->
<scope>provided</scope>
<version>2.18.1</version>
</dependency>
</dependencies>

Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ api-version: 1.13
description: Abstraction library for Minecraft party plugins
dev-url: https://github.com/PikaMug/Unite
author: PikaMug
softdepend: [DungeonsXL, mcMMO, Parties]
load: STARTUP
softdepend: [DungeonsXL, mcMMO, Parties, SimpleClans]

commands:
unite:
Expand Down

0 comments on commit d7a127d

Please sign in to comment.