Skip to content
cycodly edited this page Jun 17, 2025 · 5 revisions

Here you'll find answers to common questions about the plugin.

If your question isn't answered here, please head to our discord server.

Q: How to enable the creation of WorldSystem worlds asynchronously?

Tip

For that, you need to install FastAsyncWorldEdit and you need to set load_worlds_async: true in config.yml

in v2.4.40 you also need to install Chunky.

Q: How to set world templates?

Q: Will not all worlds consume a lot of memory?

Tip

No, it will not. Every world gets unloaded and moved to a specific folder when they are empty.
The RAM usage depends on how many chunks are loaded.
So if you have one world with many chunks loaded against 5 worlds with not so much chunks loaded, the RAM usage will be equal.

Q: Will not all worlds consume a lot of disk space?

Tip

About 1000 worlds will consume ~38 GB of space.
If you want, you can enable auto-deleting for old worlds if their use was a long time ago.

Q: Why should I use WorldSystem? I have PlotMe or PlotSquared.

Tip

WorldSystem gives the player a world where they can fully live out their creativity, and they are not limited to a 20x20 plot. You can also enable the survival mode, so players can't change their gamemode or teleport.

Q: Does this Plugin operate simiarly to Hypixel SMP?

Tip

Well, no Hypixel's SMP works different.

Q: Can players invite other players to thier world?

Tip

Yes, it's possible to invite other players to a world. You can use /ws addmember <player> to invite others. And of course players can remove other players with /ws delmember <player>

Q: Can I control, what world a player gets?

Tip

Well, you can set up World Templates. And with permissions you can give specific groups a world.

Q: Can players manage permissions in thier world?

Tip

No, this is not possible and will not be supported. This feature could lead to chaos with server permissions, and we don't want to be responsible for server security issues.

Q: Is it possible to configure specific plugins for player worlds, so players can use them?

Tip

No, it's not a separate server, it's still a minecraft world on the server, that gets loaded if the player joins to their world.

Q: Is the plugin on it's state to create server like player worlds?

Tip

No, not at all. But the goal is to have it like that, because we know how it could be done. But that takes a lot of time, because there are other features missing reaching that goal.

Q: Are there any additional customization options for the worlds?

Tip

Well, look into the config.yml and settings.yml, there you can change settings. But the player is limited with the specific settings.

Q: Is there a premium version of this plugin or custom forks?

Tip

Um... no. There is no premium version of this plugin, because that would require a whole development team to cover everything.
It's not possible to provide premium support at this stage.
We see that a lot of people are upset because they paid for a plugin but didn't get the support they paid for. We don't like that.
Even if our plugin was premium, we wouldn't create forks or implement features just because a customer wants it.
You can see what features are in this plugin before you get it.

Clone this wiki locally