{"id":40497162,"url":"https://github.com/almuradev/almura","last_synced_at":"2026-01-20T19:00:03.550Z","repository":{"id":20495029,"uuid":"23773346","full_name":"AlmuraDev/Almura","owner":"AlmuraDev","description":"The official mod of the Almura Client and Server.","archived":false,"fork":false,"pushed_at":"2025-08-27T23:38:40.000Z","size":35766,"stargazers_count":16,"open_issues_count":5,"forks_count":10,"subscribers_count":13,"default_branch":"api-7","last_synced_at":"2025-08-28T07:25:12.203Z","etag":null,"topics":["almura","forge","java","minecraft","sponge"],"latest_commit_sha":null,"homepage":"http://www.almuramc.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlmuraDev.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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,"zenodo":null}},"created_at":"2014-09-07T23:04:06.000Z","updated_at":"2025-08-27T23:38:45.000Z","dependencies_parsed_at":"2025-08-28T01:34:26.632Z","dependency_job_id":null,"html_url":"https://github.com/AlmuraDev/Almura","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlmuraDev/Almura","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlmuraDev%2FAlmura","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlmuraDev%2FAlmura/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlmuraDev%2FAlmura/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlmuraDev%2FAlmura/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlmuraDev","download_url":"https://codeload.github.com/AlmuraDev/Almura/tar.gz/refs/heads/api-7","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlmuraDev%2FAlmura/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28609545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["almura","forge","java","minecraft","sponge"],"created_at":"2026-01-20T19:00:03.306Z","updated_at":"2026-01-20T19:00:03.524Z","avatar_url":"https://github.com/AlmuraDev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Almura\n=============\n\n## Prerequisites\n* [Java] 8\n* [Gradle] 3.5+\n\n## Cloning\nThe following steps will ensure your project is cloned properly.  \n1. `git clone git@github.com:AlmuraDev/Almura.git`  \n2. `cd Almura`  \n3. `cp scripts/pre-commit .git/hooks`\n\n## Setup\n__Note:__ If you do not have [Gradle] installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.\n\n__For [IntelliJ]__  \n  1. Run `gradle generateDatabaseClasses`  \n  2. Run `gradle setupDecompWorkspace --refresh-dependencies`  \n  3. Make sure you have the Gradle plugin enabled (File \u003e Settings \u003e Plugins).  \n  4. Click File \u003e Import Module and select the **build.gradle** file for Almura.\n  5. On the import screen, uncheck `Create separate module per source set`\n\n## Building\n__Note:__ If you do not have [Gradle] installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.\n\nIn order to build Almura you simply need to run the `gradle` command. You can find the compiled JAR files in `./build/libs` but in most cases you'll only need 'almura-x.x-xxxx-rx.x.jar'.\n\n## Running (Manual Configuration)\n__Note 1:__ The following is aimed to help you setup run configurations for Eclipse and IntelliJ. If you do not want to be able to run Almura directly from your IDE then you can skip this.  \n__Note 2:__ For more information regarding VM options or program arguments for Mixin, visit https://github.com/SpongePowered/Mixin/wiki/Mixin-Java-System-Properties\n\n__For [Eclipse]__  \n  1. Go to **Run \u003e Run Configurations**.  \n  2. Right-click **Java Application** and select **New**.  \n  3. Set the current project.  \n  4. Set the name as `Almura (Client)` and apply the information for Client below.\n  5. Repeat step 1 through 4, then set the name as `Almura (Server)` and apply the information for Server below.  \n  5a. When launching the server for the first time, it will shutdown by itself. You will need to modify the server.properties to set onlinemode=false and modify the eula.txt to set eula=true (this means you agree to the Mojang EULA, if you do not wish to do this then you cannot run the server).\n\n\n__For [IntelliJ]__  \n  1. Go to **Run \u003e Edit Configurations**.  \n  2. Click the green + button and select **Application**.  \n  3. Set the name as `Almura (Client)` and apply the information for Client below.  \n  4. Repeat step 2 and set the name as `Almura (Server)` and apply the information for Server below.  \n  4a. When launching the server for the first time, it will shutdown by itself. You will need to modify the server.properties to set onlinemode=false and modify the eula.txt to set eula=true (this means you agree to the Mojang EULA, if you do not wish to do this then you cannot run the server).\n\n__Client__\n\n|     Property      | Value                                                                                                              |\n|:-----------------:|:-------------------------------------------------------------------------------------------------------------------|\n|    Main class     | GradleStart                                                                                                        |\n|    VM options     | -Xincgc -Xms1024M -Xmx2048M -Dfml.coreMods.load=com.almuradev.almura.AlmuraLoadingPlugin,                          |\n| Program arguments | --noCoreSearch                                                                                                     |\n| Working directory | ./run (Included in project)                                                                                        |\n| Module classpath  | Almura (IntelliJ Only)                                                                                             |\n\n__Server__\n\n|     Property      | Value                                                                                                              |\n|:-----------------:|:-------------------------------------------------------------------------------------------------------------------|\n|    Main class     | GradleStartServer                                                                                                  |\n|    VM options     | -Xincgc -Xms1024M -Xmx2048M -Dfml.coreMods.load=com.almuradev.almura.AlmuraLoadingPlugin,                          |\n| Program arguments | --noCoreSearch                                                                                                     |\n| Working directory | ./run (Included in project)                                                                                        |\n| Module classpath  | Almura (IntelliJ Only)                                                                                             |\n\nAdvanced Logging -\u003e Program Arguments: -Dlog4j.configurationFile=/path/to/log4j2.xml\n\n[Eclipse]: http://www.eclipse.org/\n[Gradle]: http://www.gradle.org/\n[IntelliJ]: http://www.jetbrains.com/idea/\n[Java]: http://java.oracle.com/\n\nDisable Stupid Gradle Daemon:  [run this in cmd.exe]\n(if not exist \"%USERPROFILE%/.gradle\" mkdir \"%USERPROFILE%/.gradle\") \u0026\u0026 (echo. \u003e\u003e \"%USERPROFILE%/.gradle/gradle.properties\" \u0026\u0026 echo org.gradle.daemon=false \u003e\u003e \"%USERPROFILE%/.gradle/gradle.properties\")\n\n* Note; make sure IntelliJ is set to use itself for Compiling and not Gradle.  File \u003e Settings \u003e Build and run using, Run tests using.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmuradev%2Falmura","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falmuradev%2Falmura","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmuradev%2Falmura/lists"}