{"id":24612748,"url":"https://github.com/stemcraft/sc-template","last_synced_at":"2026-05-20T10:47:33.111Z","repository":{"id":270423028,"uuid":"910336189","full_name":"STEMCraft/SC-Template","owner":"STEMCraft","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-31T04:23:15.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T16:54:10.835Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/STEMCraft.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-31T02:36:18.000Z","updated_at":"2024-12-31T04:23:18.000Z","dependencies_parsed_at":"2024-12-31T03:28:45.622Z","dependency_job_id":"2121ec74-3338-41a6-b9b2-8c1ed3daf46c","html_url":"https://github.com/STEMCraft/SC-Template","commit_stats":null,"previous_names":["stemcraft/sc-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/STEMCraft/SC-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STEMCraft%2FSC-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STEMCraft%2FSC-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STEMCraft%2FSC-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STEMCraft%2FSC-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/STEMCraft","download_url":"https://codeload.github.com/STEMCraft/SC-Template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/STEMCraft%2FSC-Template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33255862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T04:48:54.280Z","status":"ssl_error","status_checked_at":"2026-05-20T04:48:10.851Z","response_time":356,"last_error":"SSL_read: 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":[],"created_at":"2025-01-24T20:37:30.515Z","updated_at":"2026-05-20T10:47:33.106Z","avatar_url":"https://github.com/STEMCraft.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/STEMMechanics/.github/blob/main/stemcraft-sky-logo.jpg?raw=true\" width=\"666\" height=\"198\" alt=\"STEMMechanics\"\u003e\u003c/p\u003e\n\n# STEMCraft Template\n\n\u003e [!TIP]\n\u003e When modifying this README, there will be further comments inside giving examples on how to format the README.\n\u003e\n\u003e These comments can be safely deleted and will not impact the rest of the document.\n\u003e\n\u003e Comments are formatted as so:\n\u003e\n\u003e ```\n\u003e \u003c!-- This is a comment. It won't appear in the HTML Rendering of the document. --\u003e\n\u003e ```\n\u003e They will also appear greyed-out in the GitHub Web Editor.\n\nThis template can be freely used as a template for building plugins which extend on STEMCraftLib's features.\n\nIn this section, you should provide a one-sentence description of the plugin you are making, then listing the key features of it.\n\n\u003c!--\nHere is an example from the \"SC-Inventories\" plugin:\n\nThis plugin enables separate inventories for different worlds and game modes on Minecraft servers. Key features include:\n\n- **World-Specific Inventories**: Players have distinct inventories for each world, preventing item transfer between unrelated game areas.\n- **World Grouping**: Worlds are grouped based on their names, with inventories shared within each group (ie world, world_nether and world_the_end all share the same inventories).\n- **Game Mode Separation**: Players have a separate inventory for different game modes (e.g., survival, creative) within the same world.\n- **More Than Inventories**: When switching inventories, the complete players profile is switched including health, hunger, effects, etc.\n- **Stored As YAML**: Data is stored in the YAML format to use the built-in server serialization methods and should limit issues with future versions.\n--\u003e\n\n## Commands\n\nIn this section, you should list the various commands that your plugin provides, including their usage, arguments, behaviour, and the permissions required (if needed). If the command is destructive, you should declare that it is.\n\n\u003c!--\nHere is an example from the \"SC-Inventories\" plugin:\n\n### /speed\nThe /clearinventory command removes all items from a player's inventory, including their hotbar, main inventory, and armor slots.\n\n#### Usage\n/clearinventory [player]\n\n#### Arguments\nplayer (optional): The name of the player whose inventory you want to clear. If not specified, it clears your own inventory.\n\n#### Behavior\n- If no player is specified, the command clears the inventory of the player who executed it.\n- When run from the console, a player name must be provided.\n\n#### Permission\nRequires the `stemcraft.inventory.clear` permission to use this command.\n\n\u003e [!CAUTION]\n\u003e Use this command with caution, as it permanently removes all items from the specified player's inventory without any way to undo the action\n--\u003e\n\n## Data Storage\n\nIn this section, you should list where the various data storage locations are, and any warnings for modifying them, if any. There is not specific format for this section.\n\n\u003c!--\nHere is an example from the \"SC-Inventories\" plugin:\n\nPlayer data is stored in YAML files in /worlds/\\\u003cworld-name\\\u003e/\\\u003cplayer-uuid\\\u003e.yml in a serialized format.\n\nWhile this can be modified using a text editor, it is not recommended as it could break the players inventory restoration.\n--\u003e\n\n## Changes\n\nIn this section, you should keep the changelog for the plugin.\n\n\u003c!-- Example is provided below. --\u003e\n\n### 1.0\n\n-    Initial release\n\n## Get in touch!\n\n\u003c!-- If you are not developing this plugin for STEMMechanics, please replace this contact info. --\u003e\n\nLearn more about what we're doing at [stemmechanics.com.au](https://stemmechanics.com.au).\n\n👋 [@STEMMechanics](https://twitter.com/STEMMechanics)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstemcraft%2Fsc-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstemcraft%2Fsc-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstemcraft%2Fsc-template/lists"}