Creating a Folder
World Folders are an improved way of managing how worlds are stored within the navigator.
Last updated
World Folders are an improved way of managing how worlds are stored within the navigator.
Before stating, make sure you have the permission buildsystem.create.folder. Then, to create a folder, head to the navigator and click the birch wood skull:

Then you will be prompted to enter a folder name into the chat (similarly to when creating a world):

Easy as that. The folder has now been added to the category (public/private/archive) in which the button was clicked

There are now a few commands which can be performed by players that have the necessary permissions:
A world can only be in one folder at a time.
Command: /worlds folder <folder> add <world>
Permission: buildsystem.folder.add
When a world is in a folder, it will inherit the folder's permission and project as long as the config options (folder.override-permissions and folder.override-projects respectively) are enabled.
Command: /worlds folder <folder> remove <world>
Permission: buildsystem.folder.remove
When a world is removed from a folder, it will regain its previous permission and project.
A folder can only be deleted after all contained worlds & subfolders have been removed.
Command: /worlds folder <folder> delete
Permission: buildsystem.folder.delete
Command: /worlds folder <folder> setPermission
Permission: buildsystem.folder.setpermission
Command: /worlds folder <folder> setProject
Permission: buildsystem.folder.setproject
Command: /worlds folder <folder> setItem
Permission: buildsystem.folder.setitem
Last updated