{"id":20512651,"url":"https://github.com/seggan/sf4k","last_synced_at":"2025-04-13T23:09:12.175Z","repository":{"id":218134908,"uuid":"745690345","full_name":"Seggan/sf4k","owner":"Seggan","description":"A library for using Kotlin to write Slimefun addons","archived":false,"fork":false,"pushed_at":"2024-10-30T20:56:54.000Z","size":150,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-30T21:28:45.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Seggan.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-01-19T22:04:20.000Z","updated_at":"2024-10-30T20:56:58.000Z","dependencies_parsed_at":"2024-03-11T21:28:13.025Z","dependency_job_id":"d80b2f48-0867-40cc-b69f-4c5ffad602cf","html_url":"https://github.com/Seggan/sf4k","commit_stats":null,"previous_names":["seggan/kfun","seggan/sf4k"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seggan%2Fsf4k","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seggan%2Fsf4k/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seggan%2Fsf4k/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seggan%2Fsf4k/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Seggan","download_url":"https://codeload.github.com/Seggan/sf4k/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224844638,"owners_count":17379238,"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":[],"created_at":"2024-11-15T20:42:14.772Z","updated_at":"2024-11-15T20:42:15.473Z","avatar_url":"https://github.com/Seggan.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sf4k\n\n![Maven Central Version](https://img.shields.io/maven-central/v/io.github.seggan/sf4k)\n[![Docs](https://img.shields.io/badge/docs-gh--pages-blue)](https://seggan.github.io/sf4k/)\n\nsf4k is a library for Kotlin that provides a useful base and utilities for writing \n[Slimefun](https://github.com/Slimefun/Slimefun4) addons. \n\n## Installation\n\n### Gradle\n\n```kotlin\nrepositories {\n    mavenCentral()\n}\n\ndependencies {\n    implementation(\"io.github.seggan:sf4k:[VERSION]\")\n}\n```\n\n### Maven\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.seggan\u003c/groupId\u003e\n    \u003cartifactId\u003esf4k\u003c/artifactId\u003e\n    \u003cversion\u003e[VERSION]\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## How to use\n\nsf4k provides `AbstractAddon` as a base class for you to extend from, as Kotlin does not allow\nyou to extend both `JavaPlugin` and `SlimefunAddon` at the same time.\n\nsf4k also provides a few convenience functions, such as destructuring and operator overloads for\n`Location`, and `BlockStorage` serialization interface. See the [docs](https://seggan.github.io/sf4k/)\nfor more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseggan%2Fsf4k","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseggan%2Fsf4k","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseggan%2Fsf4k/lists"}