{"id":28089424,"url":"https://github.com/shanebeee/skbee","last_synced_at":"2026-05-10T14:24:44.946Z","repository":{"id":270914175,"uuid":"245640216","full_name":"ShaneBeee/SkBee","owner":"ShaneBeee","description":"SkBee is a Skript addon that aims to add more useful elements to Skript.","archived":false,"fork":false,"pushed_at":"2025-05-09T16:59:14.000Z","size":5963,"stargazers_count":28,"open_issues_count":0,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-09T17:50:15.477Z","etag":null,"topics":["bukkit","hacktoberfest","minecraft","papermc","plugin","skript","spigot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShaneBeee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/contributing.md","funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"shanebee","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2020-03-07T13:44:23.000Z","updated_at":"2025-05-09T16:53:55.000Z","dependencies_parsed_at":"2025-01-26T06:19:28.778Z","dependency_job_id":"3f45ef22-86e5-4194-bdd7-7e0683ba82df","html_url":"https://github.com/ShaneBeee/SkBee","commit_stats":null,"previous_names":["shanebeee/skbee"],"tags_count":170,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaneBeee%2FSkBee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaneBeee%2FSkBee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaneBeee%2FSkBee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShaneBeee%2FSkBee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShaneBeee","download_url":"https://codeload.github.com/ShaneBeee/SkBee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948357,"owners_count":21988953,"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":["bukkit","hacktoberfest","minecraft","papermc","plugin","skript","spigot"],"created_at":"2025-05-13T12:57:50.012Z","updated_at":"2026-01-31T21:48:54.673Z","avatar_url":"https://github.com/ShaneBeee.png","language":"Java","funding_links":["https://ko-fi.com/shanebee"],"categories":[],"sub_categories":[],"readme":"# SkBee\n\n**SkBee** is a [**Skript**](https://github.com/SkriptLang/Skript) addon that aims to add more useful elements to Skript.\n\n## \u003cins\u003eELEMENTS\u003c/ins\u003e:\nThis is only a small list of the many things included\n- **NBT elements** get/set NBT of items, blocks (tile entities) and entities. (Available for 1.8.8+)\n- **FastBoards** super-duper simple anti-flicker scoreboards (Available on 1.13+)\n- **Recipes** add custom recipes and remove vanilla recipes (Available on 1.13+)\n- **BlockData** get/set block data with ease (Available on 1.13+)\n- **Structures** use vanilla Minecraft's structure system for saving/pasting structures in your world\n- **TextComponents** a system a little more advanced than Skript's text formatting. You can build text components and manipulate each one separately with things like hover events (including showing an item), click events, and much more.\n- **WorldCreator** create your own custom worlds with some handly little options\n- **Bounds** create your own simple bounds similarly to WorldGuard regions\n- **GameEvents** use Minecraft's GameEvent system, which was created for Skulk Sensors. This system adds more events to the server than were previously available\n\n## \u003cins\u003eDOWNLOADS\u003c/ins\u003e:\nDownloads for SkBee can be found on [**Modrinth**](https://modrinth.com/plugin/skbee/versions)\n\n## \u003cins\u003eVERSION SUPPORT\u003c/ins\u003e:\nHere at SkBee, we strive to support the latest versions of both Skript and Minecraft.  \nLet's break it down:\n- Skript: \n  - We aim to support the latest stable version of Skript, ensuring compatibility and functionality.\n  - We also hope to support upto the latest 3 major releases of Skript.\n- Minecraft:\n  - We aim to support the latest release of Minecraft as soon as we can.  (This is usually delayed as we wait for NBT-API to update). \n  - We also aim to support the latest 3 drops of Minecraft.\n\n## \u003cins\u003eWIKI\u003c/ins\u003e:\nSee the [**Wiki**](https://github.com/ShaneBeee/SkBee/wiki) for more detailed info on syntaxes\n\n## \u003cins\u003eDOCS\u003c/ins\u003e:\n[![SkriptHubViewTheDocs](http://skripthub.net/static/addon/ViewTheDocsButton.png)](http://skripthub.net/docs/?addon=SkBee)\n\n## [**JavaDocs**](https://shanebeee.github.io/docs/SkBee/)\n\n## \u003cins\u003eCONTRIBUTING\u003c/ins\u003e:\nSkBee is an open source project, and we are open to contributions from the community.\nBefore working on a contribution please read our [contributing guidelines](https://github.com/ShaneBeee/SkBee/blob/master/.github/contributing.md)\n\n## \u003cins\u003eBUILDING\u003c/ins\u003e:\nSkBee is a gradle project.\nSimply clone the repo to your computer then run `./gradlew build`.\n\n## \u003cins\u003eOUTDATED\u003c/ins\u003e:\nAre you running an \u003cins\u003e**outdated**\u003c/ins\u003e version of Minecraft and looking for an \u003cins\u003e**outdated**\u003c/ins\u003e build of SkBee that will work on your \u003cins\u003e**outdated**\u003c/ins\u003e server? Well look no further, here is a list of \u003cins\u003e**outdated**\u003c/ins\u003e builds of SkBee for your \u003cins\u003e**outdated**\u003c/ins\u003e server.\nKeep in mind, these \u003cins\u003e**outdated**\u003c/ins\u003e builds for \u003cins\u003e**outdated**\u003c/ins\u003e servers are not supported and you will not get support/bug fixes, because they're \u003cins\u003e**outdated**\u003c/ins\u003e!\n\nSee the version tab on [**Modrinth**](https://modrinth.com/plugin/skbee/versions) for all version downloads.  \nUse the \"Game Versions\" dropdown to locate the appropriate version of SkBee for your server version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanebeee%2Fskbee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshanebeee%2Fskbee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshanebeee%2Fskbee/lists"}