▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/BPREFIX (Java & Bedrock)
BPREFIX (Java & Bedrock)

BPREFIX (Java & Bedrock)

Powerful prefix GUI plugin supporting Hex colors, gradients, and custom permissions.

Оцените первым
113
3

1.1.1

Release24.07.2026

Список изменений

⚡ BPREFIX v1.1.1 – Developer API Update & Performance Enhancements

This update introduces a fully integrated Developer API, allowing other plugins and developers to seamlessly interact with BPREFIX, manage player prefixes programmatically, and build custom expansions.

✨ What's New?

  • 🛠️ New Developer API (BPrefixAPI):
    • Easily fetch, set, or manage player prefixes from external plugins.
    • Fully supports cross-platform UUID mapping (Bedrock/Floodgate synchronization out of the box).
  • Temporary Prefix Support:
    • Added API methods to assign time-limited prefixes (e.g., for rewards, events, or minigames) that automatically expire.
  • Performance & Stability:
    • Optimized asynchronous permission and unlock checks (CompletableFuture).
    • Enhanced thread-safety for multi-threaded environments (Folia & high-performance Paper setups).

👨‍💻 For Developers (How to use the API)

📦 Installation for Developers

To use the BPREFIX API in your project, add the JitPack repository and the dependency to your build file:

🌐 Gradle (build.gradle)

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.benyt9:BPREFIX:1.1.1'
}

⚡ Gradle Kotlin DSL (build.gradle.kts)

repositories {
    maven(url = "https://jitpack.io")
}

dependencies {
    implementation("com.github.benyt9:BPREFIX:1.1.1")
}

🐦 Maven (pom.xml)

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.benyt9</groupId>
    <artifactId>BPREFIX</artifactId>
    <version>1.1.1</version>
</dependency>

You can now easily access the API instance in your plugins:

// Get the API instance
BPrefixAPI api = BPrefixAPI.getInstance();

// Get a player's active prefix
String activePrefix = api.getActivePrefix(player);

// Set a prefix programmatically
api.setActivePrefix(player.getUniqueId(), "vip");

Файлы

BPREFIX-1.1.1.jar(25.68 KiB)
Основной
Скачать

Метаданные

Канал релиза

Release

Номер версии

1.1.1

Загрузчики

Folia
Paper
Purpur

Версии игры

1.21–26.2

Загрузок

35

Дата публикации

24.07.2026

Загрузил

ID версии

Главная