Langue

Placeholder API Paper

Placeholder API Paper

Modrinth

Unofficial Paper port of Patbox's Text Placeholder API

479 téléchargements mis à jour 6d ago
dernière v3.1.0-beta.1+26.2+paper Modrinth
Paper 26.1 – 26.2 LibraryManagement

About Placeholder API Paper

This is an unofficial port of Placeholder API to PaperMC, check out the original by Patbox here and a NeoForge port here.

Placeholder API is a small, JIJ-able API that allows creation and parsing placeholders within strings and Minecraft Text Components.
Placeholders use simple format of %modid:type% or %modid:type/data%.
It also includes simple, general usage text format indented for simplifying user input in configs/chats/etc.

For information about usage (for developers and users) you can check official docs of the original Fabric version at https://placeholders.pb4.eu/!

Developers

To depend on Placeholder API Paper, add the following to your buildscript:

repositories {
    // ... other repositories
    maven("https://maven.offsetmonkey538.top/releases") { name = "OffsetMonkey538" }
}

dependencies {
    // ... other dependencies
    implementation "eu.pb4:placeholder-api-paper:[VERSION]"
}

This will allow you to use the library in your project, but requires users to manually download it.
If you want to JIJ the library, use the Shadow Gradle plugin, or see the Paper documentation for how to download it at runtime here.

Make sure to replace the [VERSION] with an actual valid version. For a list of available versions, check the maven here.

Versions

Beta
3.1.0-beta.1+26.2+paper
paper · 26.2-rc-1, 26.2-rc-2, 26.2 · 6d ago
**Full Changelog**: https://github.com/OffsetMods538/TextPlaceholderAPI-Paper/compare/3.0.0+26.1+paper...3.1.0-beta.1+paper+26.2
28
Release
3.0.0+26.1+paper
paper · 26.1, 26.1.1, 26.1.2 · 2mo ago
**Full Changelog**: https://github.com/OffsetMods538/TextPlaceholderAPI-Paper/compare/3.0.0-beta.2+paper+26.1.1...3.0.0+26.1+paper
418
Beta
3.0.0-beta.2+paper+26.1.1
paper · 26.1, 26.1.1 · 2mo ago
Initial port to Paper **Full Changelog**: https://github.com/OffsetMods538/TextPlaceholderAPI-Paper/compare/3.0.0-beta.2+26.1...3.0.0-beta.2+paper+26.1.1
33

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.

Télécharger Placeholder API Paper

Les fichiers proviennent directement de la source d'origine. Modgrid ne les héberge ni ne les modifie.