-
-
Notifications
You must be signed in to change notification settings - Fork 14
Organizing Worlds in a Separate Folder
Zoriot edited this page Oct 9, 2024
·
1 revision
Paper offers a feature that allows server administrators to change the directory where world data is stored. This is achieved by editing the bukkit.yml
file and adding the following setting:
settings:
world-container: plots
By specifying a custom directory (e.g., plots), you can organize your worlds more effectively, especially when dealing with a large number of worlds.
- Shutdown your Plot-Server.
- Edit your
bukkit.yml
with the setting above. - Move all existing world folders from the root directory into the new directory you've specified (e.g., move them into the plots folder).
- Start the server and enjoy.