{"id":16380355,"url":"https://github.com/sya-ri/base64-itemstack","last_synced_at":"2025-03-23T03:33:12.681Z","repository":{"id":103619519,"uuid":"578706341","full_name":"sya-ri/base64-itemstack","owner":"sya-ri","description":"ItemStack and Base64 (string) conversion library for Spigot","archived":false,"fork":false,"pushed_at":"2025-02-25T19:21:27.000Z","size":354,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T17:14:39.375Z","etag":null,"topics":["base64","minecraft","spigot","spigot-api","spigot-library","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/sya-ri.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},"funding":{"ko_fi":"sya_ri"}},"created_at":"2022-12-15T17:31:13.000Z","updated_at":"2025-02-25T19:21:30.000Z","dependencies_parsed_at":"2023-11-15T17:42:11.848Z","dependency_job_id":"773597f7-0a80-4e3f-9566-689c9eab36bf","html_url":"https://github.com/sya-ri/base64-itemstack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sya-ri%2Fbase64-itemstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sya-ri%2Fbase64-itemstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sya-ri%2Fbase64-itemstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sya-ri%2Fbase64-itemstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sya-ri","download_url":"https://codeload.github.com/sya-ri/base64-itemstack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052659,"owners_count":20553162,"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":["base64","minecraft","spigot","spigot-api","spigot-library","spigot-plugin"],"created_at":"2024-10-11T03:51:15.561Z","updated_at":"2025-03-23T03:33:12.272Z","avatar_url":"https://github.com/sya-ri.png","language":"Java","funding_links":["https://ko-fi.com/sya_ri"],"categories":[],"sub_categories":[],"readme":"# base64-itemstack\n\n[![GitHub License](https://img.shields.io/badge/license-MIT%20License-blue.svg?style=flat)](LICENSE)\n[![Maven Central](https://img.shields.io/maven-central/v/dev.s7a/base64-itemstack)](https://search.maven.org/artifact/dev.s7a/base64-itemstack)\n[![Build status](https://img.shields.io/github/actions/workflow/status/sya-ri/base64-itemstack/build.yml?branch=master\u0026label=Build\u0026logo=github)](.github/workflows/build.yml)\n\nItemStack and Base64 (string) conversion library for Spigot.\n\n## Installation\n\n### build.gradle.kts\n\n```kotlin\nrepositories {\n    mavenCentral()\n}\n\ndependencies {\n    implementation(\"dev.s7a:base64-itemstack:1.0.0\")\n}\n```\n\n### build.gradle\n\n```groovy\nrepositories {\n    mavenCentral()\n}\n\ndependencies {\n    implementation \"dev.s7a:base64-itemstack:1.0.0\"\n}\n```\n\n## Usage\n\n### ItemStack → String\n\n```java\nString base64 = Base64ItemStack.encode(itemStack);\n```\n\n### String → ItemStack\n\n```java\nItemStack itemStack = Base64ItemStack.decode(base64);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsya-ri%2Fbase64-itemstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsya-ri%2Fbase64-itemstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsya-ri%2Fbase64-itemstack/lists"}