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

limit amount of plots in a world #4448

Open
voidpuls opened this issue Jun 18, 2024 · 1 comment
Open

limit amount of plots in a world #4448

voidpuls opened this issue Jun 18, 2024 · 1 comment
Labels
Enhancement New feature or request

Comments

@voidpuls
Copy link

What feature do you want to see added?

i want to be able to limit how many plots plot squared makes to say 100. but i cant limit how many plots it make please let me know if this is possible

Are there any alternatives?

i am unsure of this

Anything else?

No response

@voidpuls voidpuls added the Enhancement New feature or request label Jun 18, 2024
@SirYwell
Copy link
Member

When using PlotSquared as a world generator, it doesn't generate whole plots, it just generates chunks as requested by the server. As it doesn't keep track of how many (partial) plots it generated, there is no way to limit it.

There are other options that depend on your use-case:

  1. PlotSquared has a World Border feature. This way, you can prevent players from running around and generating new chunks everywhere, but instead have a dynamically resizing limit.
  2. You could use any other world border feature to limit the size of the world, but you probably won't achieve specific limits regarding the number of plots with that.
  3. You can create single plots using the Single Plot feature.
  4. You can create a plot area in an existing world using the /plot area create command. However, that command is really difficult to use, I'm not sure if anyone knows how it works.

If none of that fulfills your needs, you'd need to be more precise in what you're looking for.

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

2 participants