{"id":21546780,"url":"https://github.com/cubeengine/dockersponge","last_synced_at":"2025-10-27T15:05:57.266Z","repository":{"id":68668692,"uuid":"325876627","full_name":"CubeEngine/DockerSponge","owner":"CubeEngine","description":"Minecraft Server with SpongeVanilla","archived":false,"fork":false,"pushed_at":"2024-10-24T00:42:23.000Z","size":117,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-24T15:04:18.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/CubeEngine.png","metadata":{"files":{"readme":"README.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":"2020-12-31T21:35:49.000Z","updated_at":"2024-10-24T00:42:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"849b18ff-9dc8-4895-ae0b-50d9099ff399","html_url":"https://github.com/CubeEngine/DockerSponge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CubeEngine%2FDockerSponge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CubeEngine%2FDockerSponge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CubeEngine%2FDockerSponge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CubeEngine%2FDockerSponge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CubeEngine","download_url":"https://codeload.github.com/CubeEngine/DockerSponge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244141582,"owners_count":20404835,"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":[],"created_at":"2024-11-24T06:13:15.314Z","updated_at":"2025-10-27T15:05:52.235Z","avatar_url":"https://github.com/CubeEngine.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft SpongeVanilla Docker Image\n\n- [Available on Docker-Hub](https://hub.docker.com/r/cubeengine/sponge/)\n- [Available on GitHub](https://github.com/CubeEngine/DockerSponge)\n\nThe docker image `cubeengine/sponge` sets up a sponge vanilla minecraft server containing [Sponge Vanilla](https://www.spongepowered.org/) \n\nThis documentation only describes how to set up the docker container. Have a look at the related GitHub projects to get more details about the actual functionality: \n\n- [Sponge](https://github.com/SpongePowered/Sponge)\n- [SpongeAPI](https://github.com/SpongePowered/SpongeAPI)\n\n## Volumes\n\nTo persist the data you must mount a few volumes which are listed below:\n\n- `/home/minecraft/root` - This directory only contains the files `banned-ips.json`, `banned-players.json`, `ops.json` and `whitelist.json` of the server root directory.\n- `/home/minecraft/world` - This directory stores the heart of the server - the minecraft world(s).\n- `/home/minecraft/config` - Here are the configuration files. You might edit them to set up your server correctly.\n- `/home/minecraft/logs` - This directory contains the server logs.\n- `/home/minecraft/mods` - This directory is your space to store any additional sponge mods.\n\n## Environment Variables\n\nThe container can be configured using environment variables.\n\nOne important mention is the `JAVA_VM_ARGS` environment variable. This helps you to specify additional arguments for the java process. By default, it doesn't contain anything. As a suggestion I advise you to set the Xmx variable, the maximum size of the memory allocation pool at least 2G or 3G. For this just write `JAVA_VM_ARGS=-Xmx2G`\n\n### Server Properties\n\nYou might have noticed that the root-volume doesn't contain the `server.properties` file. This file doesn't need to be persisted because it can be set up using environment variables. Below you'll find a list of the environment variable names. A description of them, supported values and default behaviours can be found on the [minecraft-wiki](https://minecraft.wiki/w/Server.properties).\n\n - ALLOW_FLIGHT\n - ALLOW_NETHER\n - BROADCAST_CONSOLE_TO_OPS\n - BROADCAST_RCON_TO_OPS\n - DIFFICULTY\n - ENABLE_COMMAND_BLOCK\n - ENABLE_JMX_MONITORING\n - ENABLE_QUERY\n - ENABLE_RCON\n - ENABLE_STATUS\n - ENFORCE_WHITELIST\n - ENTITY_BROADCAST_RANGE_PERCENTAGE\n - FORCE_GAMEMODE\n - FUNCTION_PERMISSION_LEVEL\n - GAMEMODE\n - GENERATE_STRUCTURES\n - GENERATOR_SETTINGS\n - HARDCORE\n - LEVEL_NAME\n - LEVEL_SEED\n - LEVEL_TYPE\n - MAX_BUILD_HEIGHT\n - MAX_PLAYERS\n - MAX_TICK_TIME\n - MAX_WORLD_SIZE\n - MOTD\n - NETWORK_COMPRESSION_THRESHOLD\n - ONLINE_MODE\n - OP_PERMISSION_LEVEL\n - PLAYER_IDLE_TIMEOUT\n - PREVENT_PROXY_CONNECTIONS\n - PVP\n - QUERY_PORT\n - RATE_LIMIT\n - RCON_PASSWORD\n - RCON_PORT\n - RESOURCE_PACK_SHA1\n - RESOURCE_PACK\n - SERVER_IP\n - SERVER_PORT\n - SNOOPER_ENABLED\n - SPAWN_ANIMALS\n - SPAWN_MONSTERS\n - SPAWN_NPCS\n - SPAWN_PROTECTION\n - SYNC_CHUNK_WRITES\n - TEXT_FILTERING_CONFIG\n - USE_NATIVE_TRANSPORT\n - VIEW_DISTANCE\n - WHITE_LIST\n\n### Database\n\nSome of the Sponge plugins may need a database connection. The database can be set up with the following variables. The list also shows the default values.\n\n- `DB_ALIAS=\"jdbc:postgresql://user:password@localhost:5432/minecraft\"` - The alias under which the following connection string is placed in the sponge.conf\n- `DB_CONNECTION_STRING=\"database` - A connection string to a sql database.\n\n### Ops\n\nWhen setting up your server initially you might want to give op to a list of players.\nSet the environment variable `OPS` to a space separated list of usernames to op them.\nThis only works for the initial creation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcubeengine%2Fdockersponge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcubeengine%2Fdockersponge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcubeengine%2Fdockersponge/lists"}