Skip to content

Commit

Permalink
Merge pull request #47 from myzticbean/release/v2.0
Browse files Browse the repository at this point in the history
bumped version to 2.0.6.4, 1.21 spigot api update
  • Loading branch information
myzticbean authored Jul 24, 2024
2 parents 4efe042 + 20f36b8 commit 93c9dac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Release 2.0.6.4
### Changes
- Residence support for fetching the residence the shop is in (including subzones) ([#45](https://github.com/myzticbean/QSFindItemAddOn/pull/45)) [Contribution by SengyEU]
- Configurable "No ... near shop" messages ([#45](https://github.com/myzticbean/QSFindItemAddOn/pull/45)) [Contribution by SengyEU]

### Bug fixes
- Fixed NPE when putting AIR as a filler item ([#46](https://github.com/myzticbean/QSFindItemAddOn/pull/46)) [Contribution by SengyEU]

## Release 2.0.6.3
### Changes
- Added stack size placeholder to shop lore ([#37](https://github.com/myzticbean/QSFindItemAddOn/issues/37))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Shop Search AddOn For QuickShop
### Version: 2.0.6.3-RELEASE
### Version: 2.0.6.4-RELEASE

An unofficial add-on for the QuickShop Hikari and Reremake spigot plugin.
Adds a `/finditem` command in game for searching through all the shops on the server.
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<groupId>io.myzticbean.FindItemAddOn</groupId>
<artifactId>QSFindItemAddOn</artifactId>
<version>2.0.6.3-RELEASE</version>
<version>2.0.6.4-RELEASE</version>
<packaging>jar</packaging>

<name>QSFindItemAddOn</name>

<properties>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spigot.version>1.20.6-R0.1-SNAPSHOT</spigot.version>
<spigot.version>1.21-R0.1-SNAPSHOT</spigot.version>
</properties>

<build>
Expand Down Expand Up @@ -92,6 +92,10 @@
</build>

<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
Expand All @@ -104,10 +108,6 @@
<id>codemc-public</id>
<url>https://repo.codemc.io/repository/maven-public/</url>
</repository>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
Expand Down

0 comments on commit 93c9dac

Please sign in to comment.