{"id":28324627,"url":"https://github.com/miberss/mib_lib","last_synced_at":"2026-02-27T17:43:19.630Z","repository":{"id":292608631,"uuid":"981386622","full_name":"miberss/mib_lib","owner":"miberss","description":"A nice, documented reusable library for Skript.","archived":false,"fork":false,"pushed_at":"2025-06-14T01:42:08.000Z","size":74,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-21T04:16:34.817Z","etag":null,"topics":["library","module","skript"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miberss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-11T01:42:33.000Z","updated_at":"2025-11-04T15:51:51.000Z","dependencies_parsed_at":"2025-05-16T22:28:52.751Z","dependency_job_id":"9c1de538-fb44-4941-a521-84baa9010ceb","html_url":"https://github.com/miberss/mib_lib","commit_stats":null,"previous_names":["miberss/batteriesk","miberss/mib_lib"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/miberss/mib_lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miberss%2Fmib_lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miberss%2Fmib_lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miberss%2Fmib_lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miberss%2Fmib_lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miberss","download_url":"https://codeload.github.com/miberss/mib_lib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miberss%2Fmib_lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28738968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["library","module","skript"],"created_at":"2025-05-25T18:11:15.830Z","updated_at":"2026-01-24T22:32:28.576Z","avatar_url":"https://github.com/miberss.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# mib_lib\n\n\u003e Helpful systems and libraries for making Skript games, highly inspired by 1bardesign's `batteries`.\n\nGet your servers off the ground faster! mib_lib fills out Skript’s feature set with useful systems, utilities for projects any size.\nEasy to install, use, and to trim down for your project's needs.\n\n\u003e [!IMPORTANT]\n\u003e\n\u003e A lot of the modules **will fail to work** if you don't have the required addon list installed.\n\u003e  \n\u003e Please install the latest versions of the following addons:\n\u003e\n\u003e - [SkCheese](https://github.com/erenkarakal/SkCheese)\n\u003e - [oopsk](https://github.com/sovdeeth/oopsk)\n\u003e - [SkBee](https://modrinth.com/plugin/skbee)\n\u003e - [skript-reflect](https://github.com/TPGamesNL/skript-reflect)\n\u003e - [Skript](https://github.com/SkriptLang/Skript)\n---\n\n## 📦 Getting Started\n\n### How do I use `that module`?\n\nExamples are kept in the examples folder, Quick, practical scripts showing how to use each module.\n\n### General usage\n\nTo find the functions, Use your editor’s **find-in-all** function *(shift+ctrl+f in vsc)* or just browse through the files.\n\n\u003e VSkript for VSCode also provides documentation formatting on hover, so I use this when using mib_lib. \n\n---\n\n## 📖 FAQ\n\n### Why no Skript Addon D:?\nI wanted to keep this pure Skript so you can learn from the libraries and easily change whatever you want.\n\n### Can I use only some modules?\nAbsolutely. Copy out what you need, or keep the full set for convenience, any dependencies will be listed at the top of the module, under the description.\n\n### Why snake_case?\nIt's personal preference for me since I work in game engines that use this casing, it’s easier to read in skript files, in my opinion.\n\n### Will any of my variables be overriden?\nNo, unless you already had variables under the \"-mib_lib::\" list, there will be no overriding / deleting of values\n\n### Will this impact my performance?\nThis is a Skript library, so any performance impact will be *negligible*.\nThe **real** performance bottlenecks in Skript projects usually come from how systems are implemented,\nnot from libraries like this.\nEvery module in mib_lib has been carefully designed with both readability and efficiency in mind.\n\n---\n\n## 🎛️ Contributing\n\nI aim to keep this approachable and beginner-friendly. PRs welcome for any improvements, or additions!\n\nRaise an issue if something’s unclear, or message `mibers` on Discord.\n\n---\n\n## 🫀 (big) Inspiration:\n - Sovde's \"skript-systems\"\n - 1bardesign's \"batteries\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiberss%2Fmib_lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiberss%2Fmib_lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiberss%2Fmib_lib/lists"}