thomasmny / BuildSystem

Powerful, easy to use system for builders
https://buildsystem.eintosti.de
Other
35 stars 16 forks source link

Worlds: world import failure #245

Closed itsme-to closed 8 months ago

itsme-to commented 9 months ago

Steps to reproduce

What is expected?

Load the world with success

What is actually happening?

Error when the command is executed: 2024-01-18-16.log

Error when the server restart: 2024-01-18-17.log

Server Info

1.20.1 Paper

Any additional comments?

No response

thomasmny commented 9 months ago

I assume you want to store your worlds in a separate folder? The correct way to do so is by setting world-container in your bukkit.yml file:

settings:
  world-container: maps

Then you name the world normally (e.g. TestWorld) and it will be stored in /maps/TestWorld/

thomasmny commented 8 months ago

I'll close this as I have not received a response in a while.

If you have tried my suggested method and the error still persists, please re-open this issue or create a new one