This repository was archived by the owner on Dec 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-29
lines changed
Expand file tree Collapse file tree 3 files changed +11
-29
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments