Skip to content

Conversation

@lynxplay
Copy link
Contributor

The introduced gamerules for command block and spawner block were
reading from the servers gamerules instead of the level gamerules.

This is already fixed in .11 as mojang completely removed the gamerule
access on MinecraftServer, however needs fixing in .10.

The introduced gamerules for command block and spawner block were
reading from the servers gamerules instead of the level gamerules.

This is already fixed in .11 as mojang completely removed the gamerule
access on MinecraftServer, however needs fixing in .10.
@lynxplay lynxplay requested a review from a team as a code owner December 20, 2025 23:24
@github-project-automation github-project-automation bot moved this to Awaiting review in Paper PR Queue Dec 20, 2025
@lynxplay lynxplay added publish-pr Enables a workflow to build Paperclip jars on the pull request. version: 1.21.10 Game version 1.21.10 labels Dec 20, 2025
@lynxplay lynxplay changed the title Correctly read per-world gamerule for command blocks [1.21.10] Correctly read per-world gamerule for command blocks Dec 20, 2025
@papermc-pr-publishing
Copy link

Last updated for: c33502186ae726fa40d17ef042b454ec5526b0dd.

Download the Paperclip jar for this pull request: paper-13411.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/pr13411") {
        name = "Maven for PR #13411" // https://github.com/PaperMC/Paper/pull/13411
        mavenContent {
            includeModule("io.papermc.paper", "dev-bundle")
            includeModule("io.papermc.paper", "paper-api")
        }
    }
}

@lynxplay lynxplay moved this from Awaiting review to PR Party candidate in Paper PR Queue Dec 27, 2025
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. version: 1.21.10 Game version 1.21.10

Projects

Status: PR Party candidate

Development

Successfully merging this pull request may close these issues.

1 participant