{"id":24794854,"url":"https://github.com/kaelianbaudelet/hubby","last_synced_at":"2026-05-16T08:37:24.018Z","repository":{"id":268314492,"uuid":"903943103","full_name":"kaelianbaudelet/hubby","owner":"kaelianbaudelet","description":"Hubby — Minecraft Hub/Lobby Fabric Mod","archived":false,"fork":false,"pushed_at":"2024-12-16T01:00:18.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T18:49:36.667Z","etag":null,"topics":["fabric","hub","lobby","minecraft","modrinth","mods","server","spawn","teleportation"],"latest_commit_sha":null,"homepage":"https://modrinth.com/mod/hubby","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaelianbaudelet.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":"2024-12-16T00:02:36.000Z","updated_at":"2025-02-17T15:57:25.000Z","dependencies_parsed_at":"2024-12-16T01:31:56.535Z","dependency_job_id":"d5456429-7e22-4cce-9b43-bd7f5ca52185","html_url":"https://github.com/kaelianbaudelet/hubby","commit_stats":null,"previous_names":["afi-dev/hubby","kaelianbaudelet/hubby"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kaelianbaudelet/hubby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelianbaudelet%2Fhubby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelianbaudelet%2Fhubby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelianbaudelet%2Fhubby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelianbaudelet%2Fhubby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaelianbaudelet","download_url":"https://codeload.github.com/kaelianbaudelet/hubby/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelianbaudelet%2Fhubby/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268074198,"owners_count":24191522,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["fabric","hub","lobby","minecraft","modrinth","mods","server","spawn","teleportation"],"created_at":"2025-01-29T23:18:34.397Z","updated_at":"2026-05-16T08:37:18.978Z","avatar_url":"https://github.com/kaelianbaudelet.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hubby\n\n![banner](https://github.com/user-attachments/assets/eb1136a1-c771-4650-a601-8f45993e3c61)\n\n\n**Hubby** is a **mod** for **Fabric servers** that provides a set of commands for managing spawn points, hubs, and lobbies. This mod allows administrators to effortlessly define and manage key areas with ease.\n\n## Features\n\nHubby introduces a set of commands that simplify `hub`/`lobby`/`spawn` management on your server:\n\n- `/hub` : Teleports the player to the defined hub point.\n- `/lobby` : Teleports the player to the defined lobby point.\n- `/spawn` : Teleports the player to the defined spawn point.\n- `/sethub` : Sets the hub point for the server.\n- `/setlobby` : Sets the lobby point for the server.\n- `/setspawn` : Sets the spawn point for the server.\n\n## Permission System\n\nHubby integrates a permission system to restrict access to the `hub`/`lobby`/`spawn` configuration commands:\n\n- `hubby.sethub` : Permission to set the hub point (`/sethub`).\n- `hubby.setlobby` : Permission to set the lobby point (`/setlobby`).\n- `hubby.setspawn` : Permission to set the spawn point (`/setspawn`).\n\nPermissions can be assigned to players or groups via a permissions manager like LuckPerms.\n\n## Dependencies\n\n### Fabric API\nThe mod requires Fabric API to function correctly.\n\n### LuckPerms\nFor managing permissions, the mod requires LuckPerms.\n\n## Why This Mod?\n\nAs a web developer with little experience in Java, I created this mod out of frustration. I needed a simple solution to add `/hub`, `/lobby`, and `/spawn` commands to a Fabric server, and since I couldn’t find one, I decided to build it myself as a way to practice and provide a straightforward solution for others.\n\n## FAQ\n\n### Why is there no support for other versions?\n\nAs explained in the \"Why This Mod?\" section, I created this mod on a whim. However, I do not rule out the possibility of working on a port from version **1.8** to **1.21** in the future. The goal would be to provide a teleportation command system for everyone and ensure that no one else like me has to feel frustrated when they can't find a suitable hub/lobby/spawn mod for Fabric.\n\n### Does this mod work with other teleportation mods?\n\nThis mod is designed to work independently, but it should be compatible with other teleportation-related mods as long as there are no conflicting commands. Always test compatibility before using them together.\n\n### Is this mod compatible with other permission mods besides LuckPerms?\n\nNo, this mod was specifically developed to work with LuckPerms. I designed it to integrate directly with LuckPerms, and there will be no support for other permission mods in the future.\n\n### What Fabric versions is this mod compatible with?\n\nThis mod is currently compatible with **1.20.1** Minecraft versions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaelianbaudelet%2Fhubby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaelianbaudelet%2Fhubby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaelianbaudelet%2Fhubby/lists"}