Skip to content

Commit 39602e2

Browse files
committed
zAPI 2.0.3
1 parent 665dbf3 commit 39602e2

2 files changed

Lines changed: 20 additions & 10 deletions

File tree

changelog.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
## Dependency Changes
2+
- Updated [NBTAPI to 2.15.7](https://github.com/tr7zw/Item-NBT-API/releases/tag/2.15.7)
3+
- Updated [PlaceholderAPI to 2.12.2](https://github.com/PlaceholderAPI/PlaceholderAPI/releases/tag/2.12.2)
4+
- Updated bStats to 2.3.2
5+
- Updated to Paper API 1.21.11
6+
17
## General Changes
2-
- Added [MiniPlaceholders](https://modrinth.com/plugin/miniplaceholders) support
3-
- PlaceholdersHandler now works for both MiniPlaceholders and PlaceholderAPI at the same time, allowing you to use placeholders from both plugins without any issues.
4-
- Changed the way placeholders are registered, in order to support both MiniPlaceholders and PlaceholderAPI, the placeholders are now registered in a more flexible way, allowing for better compatibility with both plugins.
5-
- Fixes for offline player getter from PlayerHandler, you can now implement a custom offline player resolver to handle offline players.
8+
- Added support for 26.1.1 and 26.1
9+
- Added logging files deletion after x days or when there is more than x files in the logs folder
10+
- Updated dependencies (bStats, PlaceholderAPI & NBT-API)
11+
- Classes relocation for better organization
12+
- Command paremeters now support suggestions, tab completion and code execution
13+
- New condition evaluator for menu display conditions
14+
- Improvements to logging system
15+
- Math is now supported in menu display conditions
616

717

8-
**Full Changelog**: https://github.com/yL3oft/zAPI/compare/2.0.0...2.0.1
18+
**Full Changelog**: https://github.com/yL3oft/zAPI/compare/2.0.2..2.0.3

pom.xml

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

77
<groupId>me.yleoft</groupId>
88
<artifactId>zAPI</artifactId>
9-
<version>2.0.2</version>
9+
<version>2.0.3</version>
1010
<description>A library for creating Paper-based plugins.</description>
1111
<url>https://github.com/yL3oft/zAPI</url>
1212

@@ -159,13 +159,13 @@
159159
<dependency>
160160
<groupId>io.papermc.paper</groupId>
161161
<artifactId>paper-api</artifactId>
162-
<version>1.21.10-R0.1-SNAPSHOT</version>
162+
<version>1.21.11-R0.1-SNAPSHOT</version>
163163
<scope>provided</scope>
164164
</dependency>
165165
<dependency>
166166
<groupId>me.clip</groupId>
167167
<artifactId>placeholderapi</artifactId>
168-
<version>2.11.7</version>
168+
<version>2.12.2</version>
169169
<scope>provided</scope>
170170
</dependency>
171171
<dependency>
@@ -177,7 +177,7 @@
177177
<dependency>
178178
<groupId>de.tr7zw</groupId>
179179
<artifactId>item-nbt-api</artifactId>
180-
<version>2.15.5</version>
180+
<version>2.15.7</version>
181181
<scope>provided</scope>
182182
</dependency>
183183
<dependency>
@@ -189,7 +189,7 @@
189189
<dependency>
190190
<groupId>org.bstats</groupId>
191191
<artifactId>bstats-bukkit</artifactId>
192-
<version>3.1.0</version>
192+
<version>3.2.1</version>
193193
<scope>compile</scope>
194194
</dependency>
195195
<dependency>

0 commit comments

Comments
 (0)