{"id":14969471,"url":"https://github.com/cijaaimee/slime-world-manager","last_synced_at":"2025-04-05T11:09:13.858Z","repository":{"id":39706189,"uuid":"199045436","full_name":"cijaaimee/Slime-World-Manager","owner":"cijaaimee","description":"A Spigot plugin that implements the Slime Region Format.","archived":false,"fork":false,"pushed_at":"2023-06-26T01:59:39.000Z","size":1312,"stargazers_count":276,"open_issues_count":44,"forks_count":170,"subscribers_count":9,"default_branch":"develop","last_synced_at":"2025-04-05T11:09:08.042Z","etag":null,"topics":["bukkit","craftbukkit","minecraft","spigot","spigotmc"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cijaaimee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-07-26T16:02:47.000Z","updated_at":"2025-04-01T12:41:43.000Z","dependencies_parsed_at":"2024-05-28T16:58:31.377Z","dependency_job_id":"67efada9-7092-4b4b-a300-945755aacf55","html_url":"https://github.com/cijaaimee/Slime-World-Manager","commit_stats":null,"previous_names":["grinderwolf/slime-world-manager"],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cijaaimee%2FSlime-World-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cijaaimee%2FSlime-World-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cijaaimee%2FSlime-World-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cijaaimee%2FSlime-World-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cijaaimee","download_url":"https://codeload.github.com/cijaaimee/Slime-World-Manager/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325693,"owners_count":20920714,"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","craftbukkit","minecraft","spigot","spigotmc"],"created_at":"2024-09-24T13:41:54.736Z","updated_at":"2025-04-05T11:09:13.828Z","avatar_url":"https://github.com/cijaaimee.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slime World Manager [![Build Status](https://travis-ci.com/Grinderwolf/Slime-World-Manager.svg?branch=master)](https://travis-ci.com/Grinderwolf/Slime-World-Manager)\n\n[\u003cimg src=\"https://discordapp.com/assets/e4923594e694a21542a489471ecffa50.svg\" alt=\"\" height=\"55\" /\u003e](https://discord.gg/P9Pd58d)\n\nSlime World Manager is a Minecraft plugin that implements the Slime Region Format, developed by the Hypixel Dev Team.\n Its goal is to provide server administrators with an easy-to-use tool to load worlds faster and save space.\n\n#### Releases\n\nSWM releases can be found [here](https://www.spigotmc.org/resources/slimeworldmanager.69974/history).\n\n## Using SWM in your plugin\n\n#### Maven\n```\n\u003crepositories\u003e\n  \u003crepository\u003e\n    \u003cid\u003eglaremasters\u003c/id\u003e\n    \u003curl\u003ehttps://repo.glaremasters.me/repository/concuncan/\u003c/url\u003e\n  \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\n```\n\u003cdependencies\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.grinderwolf\u003c/groupId\u003e\n    \u003cartifactId\u003eslimeworldmanager-api\u003c/artifactId\u003e\n    \u003cversion\u003eINSERT LATEST VERSION HERE\u003c/version\u003e\n  \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n#### Gradle\n```\nrepositories {\n    maven { url \"https://repo.glaremasters.me/repository/concuncan/\" }\n}\n\ndependencies {\n    compileOnly group: \"com.grinderwolf\", name: \"slimeworldmanager-api\", version: \"INSERT LATEST VERSION HERE\";\n}\n```\n\n#### Javadocs\n\nJavadocs can be found [here](https://grinderwolf.github.io/Slime-World-Manager/apidocs/).\n\n## Wiki Overview\n * Plugin Usage\n    * [Installing Slime World Manager](.docs/usage/install.md)\n    * [Using Slime World Manager](.docs/usage/using.md)\n    * [Commands and permissions](.docs/usage/commands-and-permissions.md)\n * Configuration\n    * [Setting up the data sources](.docs/config/setup-data-sources.md)\n    * [Converting traditional worlds into the SRF](.docs/config/convert-world-to-srf.md)\n    * [Configuring worlds](.docs/config/configure-world.md)\n    * [Async world generation](.docs/config/async-world-generation.md)\n * SWM API\n    * [Getting started](.docs/api/setup-dev.md)\n    * [World Properties](.docs/api/properties.md)\n    * [Loading a world](.docs/api/load-world.md)\n    * [Migrating a world](.docs/api/migrate-world.md)\n    * [Importing a world](.docs/api/import-world.md)\n    * [Using other data sources](.docs/api/use-data-source.md)\n * [FAQ](.docs/faq.md)\n\n## Credits\n\nThanks to:\n * All the contributors who helped me by adding features to SWM.\n * [Glare](https://glaremasters.me) for providing me with a Maven repository.\n * [Minikloon](https://twitter.com/Minikloon) and all the [Hypixel](https://twitter.com/HypixelNetwork) team for developing the SRF.\n \n## YourKit\n\nYourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler/), [YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/) and [YourKit YouMonitor](https://www.yourkit.com/youmonitor/).\n\n![YourKit](https://www.yourkit.com/images/yklogo.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcijaaimee%2Fslime-world-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcijaaimee%2Fslime-world-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcijaaimee%2Fslime-world-manager/lists"}