Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit a7a592e

Browse files
committed
zTPA 1.0.2
1 parent b351b81 commit a7a592e

File tree

3 files changed

+11
-29
lines changed

3 files changed

+11
-29
lines changed

changelog.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
## Dependency Changes
2-
- Plugin now uses [zAPI 1.4.3](https://github.com/yL3oft/zAPI/releases/tag/1.4.3)
2+
- Plugin now uses [zAPI 1.4.4](https://github.com/yL3oft/zAPI/releases/tag/1.4.4)
33

44
## General Changes
5-
- Added 1.21.8 support
6-
- Setup github actions for automatic releases
7-
- Added worldguard flags
8-
- Code cleanup
5+
- Fixed folia support (Finally!)
6+
- Fixed permission registration
7+
- Code cleanup and optimizations
98

10-
**zAPI Changelog**: https://github.com/yL3oft/zAPI/compare/1.4.2...1.4.3
11-
**Full Changelog**: https://github.com/yL3oft/zHomes/compare/1.0.0...1.0.1
9+
**zAPI Changelog**: https://github.com/yL3oft/zAPI/compare/1.4.3...1.4.4
10+
**Full Changelog**: https://github.com/yL3oft/zHomes/compare/1.0.1...1.0.2

dependency-reduced-pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
<configuration>
4242
<source>${java.version}</source>
4343
<target>${java.version}</target>
44+
<excludes>
45+
<exclude>com/zTPA/api/examples/*</exclude>
46+
</excludes>
4447
</configuration>
4548
</plugin>
4649
<plugin>
@@ -130,10 +133,6 @@
130133
<id>spigotmc-repo</id>
131134
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
132135
</repository>
133-
<repository>
134-
<id>papermc</id>
135-
<url>https://repo.papermc.io/repository/maven-public/</url>
136-
</repository>
137136
<repository>
138137
<id>codemc-repo</id>
139138
<url>https://repo.codemc.io/repository/maven-public/</url>
@@ -168,12 +167,6 @@
168167
<version>1.21.7-R0.1-SNAPSHOT</version>
169168
<scope>provided</scope>
170169
</dependency>
171-
<dependency>
172-
<groupId>dev.folia</groupId>
173-
<artifactId>folia-api</artifactId>
174-
<version>1.21.4-R0.1-SNAPSHOT</version>
175-
<scope>provided</scope>
176-
</dependency>
177170
<dependency>
178171
<groupId>me.clip</groupId>
179172
<artifactId>placeholderapi</artifactId>

pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.yleoft</groupId>
88
<artifactId>zTPA</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
<description>Your new favorite tpa plugin</description>
1111
<url>https://github.com/yL3oft/zTPA</url>
1212
<packaging>jar</packaging>
@@ -153,10 +153,6 @@
153153
<id>spigotmc-repo</id>
154154
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
155155
</repository>
156-
<repository>
157-
<id>papermc</id>
158-
<url>https://repo.papermc.io/repository/maven-public/</url>
159-
</repository>
160156
<repository>
161157
<id>codemc-repo</id>
162158
<url>https://repo.codemc.io/repository/maven-public/</url>
@@ -193,12 +189,6 @@
193189
<version>1.21.7-R0.1-SNAPSHOT</version>
194190
<scope>provided</scope>
195191
</dependency>
196-
<dependency>
197-
<groupId>dev.folia</groupId>
198-
<artifactId>folia-api</artifactId>
199-
<version>1.21.4-R0.1-SNAPSHOT</version>
200-
<scope>provided</scope>
201-
</dependency>
202192
<dependency>
203193
<groupId>me.clip</groupId>
204194
<artifactId>placeholderapi</artifactId>
@@ -227,7 +217,7 @@
227217
<dependency>
228218
<groupId>me.yleoft</groupId>
229219
<artifactId>zAPI</artifactId>
230-
<version>1.4.3</version>
220+
<version>1.4.4</version>
231221
<scope>compile</scope>
232222
</dependency>
233223
</dependencies>

0 commit comments

Comments
 (0)