{"id":28959290,"url":"https://github.com/eztxmmc/dimensionspawn","last_synced_at":"2025-06-24T00:02:23.334Z","repository":{"id":282138961,"uuid":"947611753","full_name":"ezTxmMC/DimensionSpawn","owner":"ezTxmMC","description":"A mod to teleport in dimension and on coodinates.","archived":false,"fork":false,"pushed_at":"2025-06-22T11:14:46.000Z","size":179,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"1.20.1/forge","last_synced_at":"2025-06-22T12:24:20.475Z","etag":null,"topics":["dimension","fabric","forge","java","minecraft","mod","modding","neoforge","spawn"],"latest_commit_sha":null,"homepage":"https://www.curseforge.com/minecraft/mc-mods/dimensionspawn","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ezTxmMC.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,"zenodo":null}},"created_at":"2025-03-13T00:57:52.000Z","updated_at":"2025-06-18T20:02:14.000Z","dependencies_parsed_at":"2025-06-14T10:28:26.872Z","dependency_job_id":"dd18900e-6c36-46a4-88c7-bb485e7a9cb0","html_url":"https://github.com/ezTxmMC/DimensionSpawn","commit_stats":null,"previous_names":["eztxmmc/dimensionspawn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ezTxmMC/DimensionSpawn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezTxmMC%2FDimensionSpawn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezTxmMC%2FDimensionSpawn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezTxmMC%2FDimensionSpawn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezTxmMC%2FDimensionSpawn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ezTxmMC","download_url":"https://codeload.github.com/ezTxmMC/DimensionSpawn/tar.gz/refs/heads/1.20.1/forge","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezTxmMC%2FDimensionSpawn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261577973,"owners_count":23179766,"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":["dimension","fabric","forge","java","minecraft","mod","modding","neoforge","spawn"],"created_at":"2025-06-24T00:01:29.695Z","updated_at":"2025-06-24T00:02:23.323Z","avatar_url":"https://github.com/ezTxmMC.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DimensionSpawn\n\n## Overview\nDimensionSpawn is a lightweight Minecraft mod designed to teleport players to custom coordinates in a specified dimension upon their initial spawn and respawn. Ideal for modded servers, adventure maps, and custom survival worlds!\n\n## Features\n- **First Spawn Teleportation:** Automatically teleports players when they first join the server to predetermined coordinates in your selected dimension.\n- **Respawn Handling:** Players respawn at configured coordinates, maintaining immersive gameplay and unique spawning mechanics.\n- **Multi-Dimension Support:** Fully compatible with overworld, nether, end, and custom modded dimensions.\n- **Easy Configuration:** Modify spawn coordinates and dimension easily through a simple configuration file.\n\n## Installation\n1. Download the latest version of DimensionSpawn.\n2. Place the `.jar` file in your `mods` folder.\n3. Start your Minecraft server/client.\n4. Configure your spawn coordinates in the generated `dimensionspawn.toml` file.\n\n## Configuration Example\n```toml\n# Welcome to the DimensionSpawn config.\n# Here you can set the dimension and the coordinates for player spawning and respawning.\n[General]\n    #Here you can enable and disable the usage of a safe spawnpoint.\n    safeSpawn = true\n    #Here you set the range of the safe spawn search.\n    # Default: 100\n    # Range: 0 ~ 10000\n    safeSpawnRange = 250\n\n[Dimension]\n    # Here you can enable and disable the usage of a dimension.\n    useDimension = true\n    # There you can define a default dimension to spawn. Syntax: modid:world_id. You can use '/execute in' tab-completion to find a list of available dimensions.\n    dimension = \"minecraft:the_nether\"\n\n[Coordinates]\n    # Here you can enable and disable the usage of coordinates.\n    useCoordinates = true\n    # Range: -1.7976931348623157E308 ~ 1.7976931348623157E308\n    x = 3427.0\n    # Range: -1.7976931348623157E308 ~ 1.7976931348623157E308\n    y = 60.0\n    # Range: -1.7976931348623157E308 ~ 1.7976931348623157E308\n    z = -235.0\n    #Range: -180.0 ~ 180.0\n    yaw = 35.0\n    #Range: -90.0 ~ 90.0\n    pitch = 23.0\n```\n\n## Compatibility\n- Compatible with Forge 1.20.1, NeoForge 1.21.1, 1.21.3, 1.21.4 \u0026 1.21.5.\n- NeoForge 1.21.6 and Fabric support is work in progress.\n- Plays nicely with most dimension and teleportation mods.\n\n## Support\nFor issues, feature requests, or assistance, please visit our GitHub repository or leave a comment below.\n\nHappy teleporting!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feztxmmc%2Fdimensionspawn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feztxmmc%2Fdimensionspawn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feztxmmc%2Fdimensionspawn/lists"}