Skip to content

Conversation

@jpenilla
Copy link
Member

@jpenilla jpenilla commented Dec 17, 2025

Provide the respawn position, as console does.

Vanilla is violating it's own nullability contracts here.

The caching is important as this is called for each node sent to the client.

fixes #13387

@jpenilla jpenilla requested a review from a team as a code owner December 17, 2025 00:19
@github-project-automation github-project-automation bot moved this to Awaiting review in Paper PR Queue Dec 17, 2025
@jpenilla jpenilla added the publish-pr Enables a workflow to build Paperclip jars on the pull request. label Dec 17, 2025
@papermc-pr-publishing
Copy link

papermc-pr-publishing bot commented Dec 17, 2025

Last updated for: f191496685b4b715af8734a5a6a68709b1e68e40.

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

Maven Publication

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/pr13400") {
        name = "Maven for PR #13400" // https://github.com/PaperMC/Paper/pull/13400
        mavenContent {
            includeModule("io.papermc.paper", "dev-bundle")
            includeModule("io.papermc.paper", "paper-api")
        }
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

publish-pr Enables a workflow to build Paperclip jars on the pull request.

Projects

Status: Awaiting review

Development

Successfully merging this pull request may close these issues.

NPE when accessing CommandSourceStack#getLocation()

2 participants