Skip to content

Conversation

me4502
Copy link
Member

@me4502 me4502 commented Sep 10, 2025

This PR adds a new ChangeLimitingFilter region function, which is used to add a limit to the //update command. Fixes #2550

@me4502 me4502 requested a review from a team as a code owner September 10, 2025 12:03
@kees
Copy link

kees commented Oct 3, 2025

It looks like the same helper could be used with #2551 too?

@me4502
Copy link
Member Author

me4502 commented Oct 4, 2025

It looks like the same helper could be used with #2551 too?

That one is a bit more complicated, because in general limit applies to block modifications. The //update command does perform an action per block, so applying limits to it makes sense. //count doesn't, so it doesn't really fit into the way limits are expected to apply. It applies on the modification side, not just when looking at blocks in an area

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants