Skip to content

all impls in server

ade0798
Select commit
Loading
Failed to load commit list.
Merged

Dialog registry API #12671

all impls in server
ade0798
Select commit
Loading
Failed to load commit list.
PaperMC PR Publishing / PR Publishing succeeded Jul 4, 2025 in 15s

PR Publishing - 2 artifacts

PR published 2 artifacts
io.papermc.paper:dev-bundle:1.21.7-R0.1-SNAPSHOT
io.papermc.paper:paper-api:1.21.7-R0.1-SNAPSHOT

Details

Download the Paperclip jar for this pull request: paper-12671.zip

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven("https://maven-prs.papermc.io/Paper/pr12671") {
        name = "Maven for PR #12671" // https://github.com/PaperMC/Paper/pull/12671
        mavenContent {
            includeModule("io.papermc.paper", "dev-bundle")
            includeModule("io.papermc.paper", "paper-api")
        }
    }
}