{"id":27714473,"url":"https://github.com/lucko/luckperms","last_synced_at":"2025-04-27T00:01:57.699Z","repository":{"id":37665808,"uuid":"59388335","full_name":"LuckPerms/LuckPerms","owner":"LuckPerms","description":"A permissions plugin for Minecraft servers.","archived":false,"fork":false,"pushed_at":"2025-03-27T19:46:48.000Z","size":15047,"stargazers_count":2087,"open_issues_count":90,"forks_count":552,"subscribers_count":45,"default_branch":"master","last_synced_at":"2025-04-25T17:58:00.491Z","etag":null,"topics":["bukkit","bungeecord","fabricmc","minecraft","minecraft-mod","minecraft-plugin","permissions","spigot","sponge"],"latest_commit_sha":null,"homepage":"https://luckperms.net","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/LuckPerms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","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":"lucko","patreon":"luckdev"}},"created_at":"2016-05-22T00:49:12.000Z","updated_at":"2025-04-23T22:45:57.000Z","dependencies_parsed_at":"2024-01-06T12:43:13.616Z","dependency_job_id":"fa57ad3e-c4e2-48a2-abd4-9d0a8e4ccd66","html_url":"https://github.com/LuckPerms/LuckPerms","commit_stats":{"total_commits":2163,"total_committers":93,"mean_commits":"23.258064516129032","dds":0.0684234858992141,"last_synced_commit":"9d80de5d5cbc15c75e01e4d1faf143fb9906ab42"},"previous_names":["lucko/luckperms"],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckPerms%2FLuckPerms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckPerms%2FLuckPerms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckPerms%2FLuckPerms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuckPerms%2FLuckPerms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LuckPerms","download_url":"https://codeload.github.com/LuckPerms/LuckPerms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251068508,"owners_count":21531478,"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","bungeecord","fabricmc","minecraft","minecraft-mod","minecraft-plugin","permissions","spigot","sponge"],"created_at":"2025-04-27T00:01:31.056Z","updated_at":"2025-04-27T00:01:57.575Z","avatar_url":"https://github.com/LuckPerms.png","language":"Java","readme":"![](https://raw.githubusercontent.com/LuckPerms/branding/master/banner/banner.png \"Banner\")\n# LuckPerms\n[![Build Status](https://ci.lucko.me/job/LuckPerms/badge/icon)](https://ci.lucko.me/job/LuckPerms/)\n[![javadoc](https://javadoc.io/badge2/net.luckperms/api/javadoc.svg)](https://javadoc.io/doc/net.luckperms/api)\n[![Maven Central](https://img.shields.io/maven-metadata/v/https/repo1.maven.org/maven2/net/luckperms/api/maven-metadata.xml.svg?label=maven%20central\u0026colorB=brightgreen)](https://search.maven.org/artifact/net.luckperms/api)\n[![Discord](https://img.shields.io/discord/241667244927483904.svg?label=discord\u0026logo=discord)](https://discord.gg/luckperms)\n\nLuckPerms is a permissions plugin for Minecraft servers. It allows server admins to control what features players can use by creating groups and assigning permissions.\n\nThe latest downloads, wiki \u0026 other useful links can be found on the project homepage at [luckperms.net](https://luckperms.net/).\n\nIt is:\n\n* **fast** - written with performance and scalability in mind.\n* **reliable** - trusted by thousands of server admins, and the largest of server networks.\n* **easy to use** - setup permissions using commands, directly in config files, or using the web editor.\n* **flexible** - supports a variety of data storage options, and works on lots of different server types.\n* **extensive** - a plethora of customization options and settings which can be changed to suit your server.\n* **free** - available for download and usage at no cost, and permissively licensed so it can remain free forever.\n\nFor more information, see the wiki article on [Why LuckPerms?](https://luckperms.net/wiki/Why-LuckPerms)\n\n## Building\nLuckPerms uses Gradle to handle dependencies \u0026 building.\n\n#### Requirements\n* Java 21 JDK or newer\n* Git\n\n#### Compiling from source\n```sh\ngit clone https://github.com/LuckPerms/LuckPerms.git\ncd LuckPerms/\n./gradlew build\n```\n\nYou can find the output jars in the `loader/build/libs` or `build/libs` directories.\n\n## Tests\nThere are some automated tests which run during each build.\n\n* Unit tests are defined in [`common/src/test`](https://github.com/LuckPerms/LuckPerms/tree/master/common/src/test)\n* Integration tests are defined in [`standalone/src/test`](https://github.com/LuckPerms/LuckPerms/tree/master/standalone/src/test).\n\n## Contributing\n#### Pull Requests\nIf you make any changes or improvements to the plugin which you think would be beneficial to others, please consider making a pull request to merge your changes back into the upstream project. (especially if your changes are bug fixes!)\n\nLuckPerms loosely follows the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html). Generally, try to copy the style of code found in the class you're editing. \n\n#### Project Layout\nThe project is split up into a few separate modules.\n\n* **API** - The public, semantically versioned API used by other plugins wishing to integrate with and retrieve data from LuckPerms. This module (for the most part) does not contain any implementation itself, and is provided by the plugin.\n* **Common** - The common module contains most of the code which implements the respective LuckPerms plugins. This abstract module reduces duplicated code throughout the project.\n* **Bukkit, BungeeCord, Fabric, Forge, Nukkit, Sponge \u0026 Velocity** - Each use the common module to implement plugins on the respective server platforms.\n\n## License\nLuckPerms is licensed under the permissive MIT license. Please see [`LICENSE.txt`](https://github.com/LuckPerms/LuckPerms/blob/master/LICENSE.txt) for more info.\n","funding_links":["https://github.com/sponsors/lucko","https://patreon.com/luckdev"],"categories":["Permissions"],"sub_categories":["Velocity"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucko%2Fluckperms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucko%2Fluckperms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucko%2Fluckperms/lists"}