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

Add -confirm flag to //replace #2706

Open
TomLewis opened this issue Apr 20, 2024 · 1 comment
Open

Add -confirm flag to //replace #2706

TomLewis opened this issue Apr 20, 2024 · 1 comment
Labels
Enhancement New feature or request

Comments

@TomLewis
Copy link

TomLewis commented Apr 20, 2024

What feature do you want to see added?

I would like to see the flag -confirm added to //replace so that you don't have to run //confirm after the command, because when you are doing mass replaces on worlds, like cleaning up containers, you cant script //confirm to run after //replace because everything is async! There is no other way around it.

Here is the script im trying to use with CommandHelper
https://gist.github.com/TomLewis/8c305cdeca6c712587602c0a05d5e552

I need to constantly replace all containers from a Creative server with empty versions of the containers, so that I can copy the builds/worlds to Survival.

But I cant, as I'm constantly getting the error about "your selection is too large" and confirm-large: false in the config does not work, it must be hard coded to (>16384 chunks) as that's whats in the comments.

A //confirm flag would solve this.

Are there any alternatives?

Creating a client side script that picks a random wait time and hope to hell its enough for FAWE to complete the task.

Anything else?

No response

@TomLewis TomLewis added the Enhancement New feature or request label Apr 20, 2024
@TomLewis
Copy link
Author

Bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant