Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

//count command should respect block limits #2551

Open
DNAmaster10 opened this issue Jun 13, 2024 · 0 comments
Open

//count command should respect block limits #2551

DNAmaster10 opened this issue Jun 13, 2024 · 0 comments
Labels
status:pending Pending acceptance or closure. type:feature-request Request for something new

Comments

@DNAmaster10
Copy link

DNAmaster10 commented Jun 13, 2024

The Problem

Currently, the //count command does not respect block limits. This is fine for smaller counts, but executing the command over a very large region can create serious performance issues, and in some cases crash the server.

A Solution

It would be nice if the //count command respected block limits imposed on other world edits.

Alternatives

Currently, disabling access to the //count command is a workaround.

It could be possible to have a separate block limit for the //count command, but this may add extra complexity which is not needed.

Anything Else?

Complex counts in particular can be extremely taxing.

For example //count dirt has less of a performance impact than //count air,dirt,sand,water.

@DNAmaster10 DNAmaster10 added status:pending Pending acceptance or closure. type:feature-request Request for something new labels Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:pending Pending acceptance or closure. type:feature-request Request for something new
Projects
None yet
Development

No branches or pull requests

1 participant