
TheAPI
[Paper, BungeeCord, Velocity] Complex API library to make plugin development easier & faster!
- Загрузки
- 446
- Подписчики
- 1
- Обновлён
- 21 февраля 2026 г.
- Лицензия
- Apache-2.0
Опубликован 10 февраля 2025 г.

Our purpose
Are you tired of looking for different APIs on the internet to create in your projects? Neither do we! And this is why TheAPI is here. We bring the most useful and most wanted features directly for developers. From custom configurations with comments feature to Object parsers to String and back. Also, TheAPI offers an extensive Sockets API that will make working with sockets a million times easier! And we have much more, check out the sample code in the Examples section.
Looking for source-code?
Our project is located on github: https://github.com/TheDevTec/TheAPI
How to include the API with Maven:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.TheDevTec</groupId>
<artifactId>TheAPI</artifactId>
<version>13.8</version>
<scope>provided</scope>
</dependency>
</dependencies>
How to include the API with Gradle:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly "com.github.TheDevTec:TheAPI:13.8"
}
Our community
Join our Discord community for help and advice! https://discord.gg/APwYKQRxby
Ченджлог
13.8.2Релиз1.21.9, 1.21.10, 1.21.11 · 21 февраля 2026 г.
Changelog
- Fixed reading components which ends with some color or format... also fixed Component#equals & added Component#isStyleSame
- Fixed Config#remove when config is really big
- Make TeamUtils more variable
- Updated TeamUtils
13.8.1Релиз1.21.9, 1.21.10, 1.21.11 · 10 декабря 2025 г.
Changelog
- Fixed errors on 1.21.9+
13.8Релиз1.21.8, 1.21.9, 1.21.10 · 19 ноября 2025 г.
Changelog:
- Updated XMaterial & added internal id for possible schematics
- Updated TheAPI-Shared to 13.8
- Fix case-sensitivity - GuiExpansion
- No longer downloading NmsProvider for Spigot
- No longer using PlayerLoginEvent
- Fixed concurrent errors when disabling plugin - Guis
13.6.9Релиз1.21.6, 1.21.7, 1.21.8 · 15 сентября 2025 г.
- Update TheAPI-Shared
- Added prevention before errors - GuiExpansion
- Some improvements in the guis expansion api
- Completly dropped support for 1.7.10
- Added enums to the TeamUtils
13.6.8Релиз1.21.6, 1.21.7, 1.21.8 · 1 сентября 2025 г.
- Fixed sql commands
- Fixed array size errors when reading yaml files
- Fixed java 1.8 errors
13.6.7Релиз1.21.6, 1.21.7, 1.21.8 · 29 августа 2025 г.
- Fixed yaml reading (TheAPI-Shared)
13.6.6Релиз1.21.6, 1.21.7, 1.21.8 · 23 августа 2025 г.
- Fixed concurrent errors
13.6.5Релиз1.21.6, 1.21.7, 1.21.8 · 11 августа 2025 г.
- Fixed gui bugs
- Latest TheAPI-Shared
Комментарии
Загружаем…