{"id":21905996,"url":"https://github.com/2008choco/locksecurity","last_synced_at":"2026-05-21T05:06:51.912Z","repository":{"id":89296873,"uuid":"104656984","full_name":"2008Choco/LockSecurity","owner":"2008Choco","description":"Spigot plugin. The easiest to use container protection plugin on SpigotMC! Allows the ability to lock containers with a key","archived":false,"fork":false,"pushed_at":"2021-05-23T17:18:47.000Z","size":949,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-03-13T08:38:39.969Z","etag":null,"topics":["bukkit","key","lock","locksecurity","minecraft","plugin","protection","spigot"],"latest_commit_sha":null,"homepage":"https://www.spigotmc.org/resources/81282/","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/2008Choco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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},"funding":{"custom":["https://paypal.me/2008Choco/"]}},"created_at":"2017-09-24T15:59:20.000Z","updated_at":"2022-06-12T14:57:44.000Z","dependencies_parsed_at":"2023-04-14T02:03:43.118Z","dependency_job_id":null,"html_url":"https://github.com/2008Choco/LockSecurity","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/2008Choco/LockSecurity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2008Choco%2FLockSecurity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2008Choco%2FLockSecurity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2008Choco%2FLockSecurity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2008Choco%2FLockSecurity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2008Choco","download_url":"https://codeload.github.com/2008Choco/LockSecurity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2008Choco%2FLockSecurity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33289548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T02:57:32.698Z","status":"ssl_error","status_checked_at":"2026-05-21T02:57:31.990Z","response_time":62,"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":["bukkit","key","lock","locksecurity","minecraft","plugin","protection","spigot"],"created_at":"2024-11-28T16:39:53.913Z","updated_at":"2026-05-21T05:06:51.897Z","avatar_url":"https://github.com/2008Choco.png","language":"Java","funding_links":["https://paypal.me/2008Choco/"],"categories":[],"sub_categories":[],"readme":"[![](https://jitpack.io/v/2008Choco/LockSecurity.svg)](https://jitpack.io/#2008Choco/LockSecurity)\n\u003ca href=\"http://choco.wtf/javadocs/locksecurity\" alt=\"Javadocs\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Javadocs-Regularly_updated-brightgreen\" alt=\"Javadocs\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/2008Choco/LockSecurity/wiki/\" alt=\"Wiki\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=Plugin%20Wiki\u0026message=Hosted%20by%20GitHub\u0026color=3B3B3B\u0026logo=github\" alt=\"Wiki\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"https://twitter.com/intent/follow?screen_name=2008Choco_\" alt=\"Follow on Twitter\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/2008Choco_?style=social\u0026logo=twitter\" alt=\"Follow on Twitter\"\u003e\n\u003c/a\u003e\n\n# LockSecurity\n\nFor information about the plugin and how to use it, please see the plugin's [resource page on SpigotMC](https://www.spigotmc.org/resources/81282/) or the [official wiki here on GitHub](https://github.com/2008Choco/LockSecurity/wiki/).\n\n# Depending on the LockSecurity API\nLockSecurity deploys an API artifact to Jitpack for developers to depend on in order to interact with LockSecurity without having to purchase the project on SpigotMC. This artifact is provided free of charge. In order to use the API in your project, you must include the following in your project's build file:\n\n(The latest version of the API may be found on the [GitHub Releases page](https://github.com/2008Choco/LockSecurity/releases/) for this repository).\n\n## Maven\n```xml\n\u003cproject\u003e\n  ...\n  \u003crepositories\u003e\n    \u003cid\u003ejitpack\u003c/id\u003e\n    \u003curl\u003ehttps://jitpack.io/\u003c/url\u003e\n  \u003c/repositories\u003e\n  ...\n  \u003cdependencies\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003ecom.github.2008Choco\u003c/groupId\u003e\n      \u003cartifactId\u003eLockSecurity\u003c/artifactId\u003e\n      \u003cversion\u003eAPI-VERSION-HERE\u003c/version\u003e\n      \u003cscope\u003eprovided\u003c/scope\u003e\n    \u003c/dependency\u003e\n  \u003c/dependencies\u003e\n  ...\n\u003c/project\u003e\n```\n\n## Gradle\n```groovy\n  repositories {\n    jcenter()\n    maven { url \"https://jitpack.io\" }\n  }\n\n  dependencies {\n    implementation 'com.github.2008Choco:LockSecurity:API-VERSION-HERE'\n  }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2008choco%2Flocksecurity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2008choco%2Flocksecurity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2008choco%2Flocksecurity/lists"}