{"id":28344413,"url":"https://github.com/staticpast/firstspawn","last_synced_at":"2025-09-02T12:38:09.658Z","repository":{"id":279372502,"uuid":"938333615","full_name":"Staticpast/FirstSpawn","owner":"Staticpast","description":"A Minecraft Spigot plugin that ensures new players spawn at a designated location when joining the server for the first time.","archived":false,"fork":false,"pushed_at":"2025-08-09T16:39:59.000Z","size":51,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T18:25:43.819Z","etag":null,"topics":["bukkit","bukkit-plugin","java","minecraft","minecraft-plugin","minecraft-server","paper","spigot","spigot-plugin"],"latest_commit_sha":null,"homepage":"","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/Staticpast.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-02-24T19:39:18.000Z","updated_at":"2025-08-09T16:39:54.000Z","dependencies_parsed_at":"2025-05-13T09:26:32.798Z","dependency_job_id":null,"html_url":"https://github.com/Staticpast/FirstSpawn","commit_stats":null,"previous_names":["mckenziejdan/firstspawn","staticpast/firstspawn"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Staticpast/FirstSpawn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staticpast%2FFirstSpawn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staticpast%2FFirstSpawn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staticpast%2FFirstSpawn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staticpast%2FFirstSpawn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Staticpast","download_url":"https://codeload.github.com/Staticpast/FirstSpawn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staticpast%2FFirstSpawn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273286761,"owners_count":25078564,"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-09-02T02:00:09.530Z","response_time":77,"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":["bukkit","bukkit-plugin","java","minecraft","minecraft-plugin","minecraft-server","paper","spigot","spigot-plugin"],"created_at":"2025-05-27T10:20:41.424Z","updated_at":"2025-09-02T12:38:09.648Z","avatar_url":"https://github.com/Staticpast.png","language":"Java","funding_links":["https://www.paypal.com/paypalme/mckenzio"],"categories":[],"sub_categories":[],"readme":"# FirstSpawn\n\nA Minecraft Spigot plugin that ensures new players spawn at a designated location when joining the server for the first time.\n\n[![SpigotMC](https://img.shields.io/badge/SpigotMC-FirstSpawn-orange)](https://www.spigotmc.org/resources/firstspawn.122818/)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://www.paypal.com/paypalme/mckenzio)\n\n## Features\n\n* 📍 Automatically teleports new players to a designated spawn location\n* 🛏️ Sets the player's spawnpoint to the designated location\n* 🎮 Simple admin commands to manage spawn location\n* ⚙️ Configurable and persistent spawn location\n* 🔄 Reload configuration without server restart\n* 💡 Test teleport feature for administrators\n* 🎛️ Enable/disable plugin functionality on the fly\n\n## Installation\n\n1. Download the latest release from [Spigot](https://www.spigotmc.org/resources/firstspawn.122818/) or [GitHub Releases](https://github.com/McKenzieJDan/FirstSpawn/releases)\n2. Place the JAR file in your server's `plugins` folder\n3. Restart your server\n4. Configure the plugin in the `config.yml` file\n\n## Usage\n\nThe plugin automatically detects when a player joins the server for the first time and teleports them to the designated spawn location. No player action is required.\n\n### Commands\n\n* `/firstspawn set` - Set the first spawn location to your current position\n* `/firstspawn status` - Show current plugin settings and spawn location\n* `/firstspawn test` - Test teleport to the spawn location\n* `/firstspawn toggle` - Enable/disable the plugin\n* `/firstspawn reload` - Reload the configuration\n\n### Permissions\n\n* `firstspawn.admin` - Access to all FirstSpawn commands (default: op)\n\n## Configuration\n\nThe plugin's configuration file (`config.yml`) is organized into logical sections:\n\n```yaml\n# Enable or disable the plugin\nenabled: true\n\n# First spawn location coordinates\nfirstSpawn:\n  world: world\n  x: -115\n  y: 65\n  z: -60\n```\n\nFor detailed configuration options, see the comments in the generated config.yml file.\n\n## Requirements\n\n- Spigot/Paper 1.21.8+ or Folia 1.21.8+\n- Java 21+\n\n## Folia Support\n\nFirstSpawn is fully compatible with **Folia**, the multithreaded Minecraft server software. The plugin automatically detects whether it's running on Folia and uses the appropriate scheduler APIs:\n\n- **Spigot/Paper**: Uses traditional Bukkit scheduler\n- **Folia**: Uses RegionScheduler, EntityScheduler, and AsyncScheduler for thread-safe operations\n\n### Features on Folia:\n- ✅ Thread-safe player teleportation\n- ✅ Cross-region compatibility\n- ✅ Async update checking\n- ✅ Entity-based scheduling for player notifications\n\nThe plugin gracefully falls back to Bukkit scheduler methods if any Folia-specific operations fail, ensuring stability across all platforms.\n\n## Used By\n\n- [SuegoFaults](https://suegofaults.com) - A curated adult Minecraft community where this plugin ensures new players land in a welcoming, consistent starting location.\n\n## Support\n\nIf you find this plugin helpful, consider [buying me a coffee](https://www.paypal.com/paypalme/mckenzio) ☕\n\n## License\n\n[MIT License](LICENSE)\n\nMade with ❤️ by [McKenzieJDan](https://github.com/McKenzieJDan) ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticpast%2Ffirstspawn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaticpast%2Ffirstspawn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticpast%2Ffirstspawn/lists"}