{"id":14969503,"url":"https://github.com/lmbishop/quests","last_synced_at":"2025-05-16T13:02:50.980Z","repository":{"id":39612147,"uuid":"82739940","full_name":"LMBishop/Quests","owner":"LMBishop","description":"Questing plugin for Minecraft, enabling the addition of goals for players.","archived":false,"fork":false,"pushed_at":"2025-05-13T23:36:23.000Z","size":4742,"stargazers_count":187,"open_issues_count":126,"forks_count":93,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-16T13:02:48.344Z","etag":null,"topics":["bukkit","hacktoberfest","java","minecraft","minecraft-plugin","spigot","spigot-plugin"],"latest_commit_sha":null,"homepage":"https://www.spigotmc.org/resources/23696/","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/LMBishop.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":["LMBishop"]}},"created_at":"2017-02-21T23:59:37.000Z","updated_at":"2025-05-16T06:04:24.000Z","dependencies_parsed_at":"2023-02-12T20:33:21.451Z","dependency_job_id":"d1588aa4-da0a-438b-b376-c07b545a815c","html_url":"https://github.com/LMBishop/Quests","commit_stats":{"total_commits":901,"total_committers":36,"mean_commits":25.02777777777778,"dds":0.5460599334073252,"last_synced_commit":"3d75d1344d280252cddf8719fe649d334ab078c8"},"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LMBishop%2FQuests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LMBishop%2FQuests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LMBishop%2FQuests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LMBishop%2FQuests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LMBishop","download_url":"https://codeload.github.com/LMBishop/Quests/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254535826,"owners_count":22087398,"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","hacktoberfest","java","minecraft","minecraft-plugin","spigot","spigot-plugin"],"created_at":"2024-09-24T13:41:57.253Z","updated_at":"2025-05-16T13:02:50.955Z","avatar_url":"https://github.com/LMBishop.png","language":"Java","readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://leonardobishop.com/~/artwork/questcompass2-256.png\" width=\"200\" height=\"200\"\u003e\u003cbr\u003e\n\u003cimg src=\"https://img.shields.io/github/license/LMBishop/Quests\"\u003e\n\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/LMBishop/Quests/build.yml?branch=master\"\u003e\n\u003cimg src=\"https://img.shields.io/github/issues-raw/LMBishop/Quests\"\u003e\n\u003cimg src=\"https://img.shields.io/spiget/version/23696?color=inactive\u0026label=version\"\u003e\n\n[//]: # (\u003cimg src=\"https://mcbadges.leonardobishop.com/all/downloads?spigot=23696\u0026songoda=quests-quests\u0026polymart=938\"\u003e)\n\u003cbr\u003e\n\u003ch1 align=\"center\"\u003eQuests\u003c/h1\u003e\n\u003c/p\u003e\n\n#### Quick Navigation\n- [Downloads / Building](#-downloads--building)\n- [Contributors](#-contributors)\n- [Support](#-support)\n- [License](#-license)\n- [Wiki](#-wiki)\n\n## 💾 Downloads / Building\nThe latest release version of Quests can be found [here](https://quests.leonardobishop.com/download.html).\nThe latest build of Quests (development version) can be found on [GitHub](https://github.com/LMBishop/Quests/actions).\n\nAlternatively, you can build Quests via Gradle. Release versions of Quests are built using **Gradle**, targeting **Java 17**. You can change the target version in ``build.gradle``.\n* Ensure Java is installed on your machine\n* Clone this repository\n* Run ``./gradlew`` (Linux and macOS) or ``gradlew`` (Windows) in the base directory to build Quests\n    * The jar will be output in `/build/libs`\n\n*See [CONTRIBUTING.md](https://github.com/LMBishop/Quests/blob/master/CONTRIBUTING.md) for more information.*\n\n\n#### 🧰 Custom Task\nCreating new Task Types within Quests is supported, [see the wiki](https://quests.leonardobishop.com/developer/new-task-type.html) for help.\n\nQuests can be found on the Maven repository listed below, or alternatively on [JitPack](https://jitpack.io/#LMBishop/Quests).\n\nFor versions from `repo.leonardobishop.com`, the **version number corresponds to the release version**. Please see Spigot for the latest release number.\n#### 👨‍💻 Maven\n```xml\n\u003crepository\u003e\n    \u003cid\u003erepo.leonardobishop.com\u003c/id\u003e\n    \u003curl\u003ehttps://repo.leonardobishop.com/releases/\u003c/url\u003e\n\u003c/repository\u003e\n\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.leonardobishop\u003c/groupId\u003e\n    \u003cartifactId\u003equests\u003c/artifactId\u003e\n    \u003cversion\u003e\u003c!--LATEST SPIGOT VERSION--\u003e\u003c/version\u003e\n    \u003cscope\u003eprovided\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\n#### 👩‍💻 Gradle\n```groovy\nrepositories {\n    maven { url = uri('https://repo.leonardobishop.com/releases/') }\n}\n\ndependencies {\n    compileOnly 'com.leonardobishop:quests:\u003cLATEST SPIGOT VERSION\u003e'\n}\n```\n\n## 👫 Contributors\nSee https://github.com/LMBishop/Quests/graphs/contributors\n\n#### 🤝 Contributing to Quests\nSee [CONTRIBUTING.md](https://github.com/LMBishop/Quests/blob/master/CONTRIBUTING.md)\n\n## 📖 Wiki\nFull documentation can be found at [https://quests.leonardobishop.com/](https://quests.leonardobishop.com/).\n\nDocumentation is built directly from this repository, from the `/docs` directory.\n\n## 💡 Support\nFor support please open a [GitHub issue](https://github.com/LMBishop/Quests/issues) or join our [Discord server](https://discord.gg/mQ2RcJC). Please provide information of the issue, any errors that may come up and make sure you are using the latest version of the plugin.\n\n#### ⁉️ Issue Tracker\n**This is the preferred method of bug reporting \u0026 feature requests**. Please use one of the two templates which are provided. If it is neither a bug report or a feature request and is a question, Discord would be a better place to ask this instead.\n\n#### 💬 Discord\n**This is the preferred method for general questions about Quests or the development of the project**. There is no dedicated support team, rather a team of volunteers (myself) who can help only when they have time.\n\n#### 🌐 Language\nPlease speak English and do not use any vulgar or harmful language. We work on this project in our free time, getting mad at us, making demands, or just complaining in general will not achieve anything.\n\n## 📜 License\nThe **source code** for Quests is licensed under the GNU General Public License v3.0, to view the license click [here](https://github.com/LMBishop/Quests/blob/master/LICENSE.txt).\n\nThe **artwork** for Quests is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License ![](https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png), to learn more click [here](https://creativecommons.org/licenses/by-nc-sa/4.0/).\n","funding_links":["https://github.com/sponsors/LMBishop"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmbishop%2Fquests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmbishop%2Fquests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmbishop%2Fquests/lists"}