{"id":15174220,"url":"https://github.com/mc-osoc/comanyworld","last_synced_at":"2026-01-25T07:32:28.413Z","repository":{"id":244655918,"uuid":"815889610","full_name":"MC-OSOC/CoManyWorld","owner":"MC-OSOC","description":"A multi-world plugin for Minecraft server spigot","archived":false,"fork":false,"pushed_at":"2024-08-06T12:54:33.000Z","size":797,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T10:14:38.638Z","etag":null,"topics":["bukkit","minecraft","plugin","spigot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MC-OSOC.png","metadata":{"files":{"readme":"README-EN.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-16T12:43:02.000Z","updated_at":"2024-08-06T12:54:36.000Z","dependencies_parsed_at":"2024-07-26T07:46:02.780Z","dependency_job_id":"c3465b68-93a5-4617-9f05-34ca8f5b45ce","html_url":"https://github.com/MC-OSOC/CoManyWorld","commit_stats":{"total_commits":28,"total_committers":1,"mean_commits":28.0,"dds":0.0,"last_synced_commit":"bcf2ad8070343d10e0243c84e93d64390d1b8df4"},"previous_names":["mc-osoc/co-many-world","mc-osoc/comanyworld"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MC-OSOC%2FCoManyWorld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MC-OSOC%2FCoManyWorld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MC-OSOC%2FCoManyWorld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MC-OSOC%2FCoManyWorld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MC-OSOC","download_url":"https://codeload.github.com/MC-OSOC/CoManyWorld/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239887292,"owners_count":19713630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bukkit","minecraft","plugin","spigot"],"created_at":"2024-09-27T11:41:13.348Z","updated_at":"2026-01-25T07:32:28.387Z","avatar_url":"https://github.com/MC-OSOC.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# co-many-world\n![Description of image](backgrounds-01.png)\n\nco-many-world is a plugin for Minecraft 1.21 and above that allows you to create and manage multiple worlds.\n#### This is an experimental plugin for testing purposes only. It is not recommended for use on live servers as it is still in development and may not be complete.\n\n[Thai version](https://github.com/MC-OSOC/co-many-world/blob/main/README.md)\n## Features\n\n- Easily create new worlds with commands\n- Quickly teleport between different worlds\n- Delete unwanted worlds\n- List created worlds\n- Import worlds from ZIP files or folders\n- Backup world data\n- Compatible with EssentialsX\n\n## Installation\n\n1. Download the file from the release section\n2. Place the .jar file in the `plugins` folder of your Minecraft server\n\n## Commands\n\n#### Create a new world\n`/co-many create \u003cworldName\u003e [-11|-12|-13|-all]`\n- `-11` : Normal world (default)\n- `-12` : Nether world\n- `-13` : The End world\n- `-all`: Create all world types\n- `-s` : Seed world\n\n#### Basic commands\n- **Teleport to a world**: `/co-many tp \u003cworldName\u003e`\n- **List worlds**: `/co-many list`\n- **Delete a world** (removes from config.yml only): `/co-many delete \u003cworldName\u003e`\n- **Import a world**: `/co-many import \u003cworldName\u003e`\n- **Backup a world**: `/co-many backup \u003cworldName\u003e`\n- **Permanently delete worlds** (worlds in the trash): `/co-many-clear`\n- **Plugin information**: `/co-many about`\n\n## World Storage\n- Worlds created by this plugin will be saved in the format `many_world/custom_world/world`, except for the server's default world\n  ```text\n  many_world/\n  └─custom_world/\n    └─world/\n  ```\n- If created with the `-all` option, all world types will be in the same folder\n  ```text\n  many_world/\n  └─custom_world/\n     ├─world/\n     ├─world_nether/\n     └─world_the_end/\n  ```\n\n## Permissions\n\n| Permissions             | Command                                                                                         | Properties                                                |\n|-------------------------|-------------------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| co.many.worlds.admin    | /co-many create \u003cbr/\u003e/co-many tp \u003cbr/\u003e /co-many list \u003cbr/\u003e /co-many import \u003cbr/\u003e /co-many about \u003cbr/\u003e /co-many backup | Permission to manage worlds (create, teleport, list, import, backup) |\n| co.many.worlds.admindel | /co-many delete \u003cworldName\u003e                                                                     | Permission to delete worlds                                |\n| co.many.worlds.adminclear | /co-many-clear                                                                                | Permission to permanently delete worlds                    |\n\n## Configuration\n\nThe `config.yml` file will be created when you start the server for the first time. You can adjust the settings as follows:\n\n```yaml\n# Configuration file for CoManyWorld\ndefault-world-type: -11  # Default to normal world\ndefault-world: 'World'\ndefault-nether-world: 'world_nether'\ndefault-end-world: 'world_the_end'\nworlds: []   # List of worlds to be loaded on startup\n```\n\nThe `delete_worlds.yml` file stores the names of worlds that have been removed from `config.yml` and are waiting for permanent deletion:\n```yaml\ndelete_worlds: []\n```\n\n## Importing Worlds\n\nThe plugin can import worlds from ZIP files or folders. It will search for the `level.dat` file to identify the root location of the world.\n\n## World Backup\n\nYou can backup a world using the command `/co-many backup \u003cworldName\u003e`. Backup files will be stored in `plugins/co-many-world/many_world_backup`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmc-osoc%2Fcomanyworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmc-osoc%2Fcomanyworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmc-osoc%2Fcomanyworld/lists"}