{"id":46055652,"url":"https://github.com/dunctebot/skybot-lavalink-plugin","last_synced_at":"2026-03-01T10:00:58.376Z","repository":{"id":37404354,"uuid":"141981917","full_name":"DuncteBot/skybot-lavalink-plugin","owner":"DuncteBot","description":"Lavalink plugin adding support for several audio source managers","archived":false,"fork":false,"pushed_at":"2024-07-24T07:45:15.000Z","size":1608,"stargazers_count":24,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-24T09:11:09.215Z","etag":null,"topics":["jda","lavalink","lavalink-plugin","lavaplayer","plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"lavalink-devs/Lavalink","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DuncteBot.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":{"github":"duncte123","patreon":"DuncteBot","open_collective":null,"ko_fi":"duncte123","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-07-23T08:03:05.000Z","updated_at":"2024-07-24T07:43:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"666dbc1c-7a3e-4603-9004-b7bbe259bc64","html_url":"https://github.com/DuncteBot/skybot-lavalink-plugin","commit_stats":null,"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"purl":"pkg:github/DuncteBot/skybot-lavalink-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuncteBot%2Fskybot-lavalink-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuncteBot%2Fskybot-lavalink-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuncteBot%2Fskybot-lavalink-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuncteBot%2Fskybot-lavalink-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuncteBot","download_url":"https://codeload.github.com/DuncteBot/skybot-lavalink-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuncteBot%2Fskybot-lavalink-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29966684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T09:33:09.965Z","status":"ssl_error","status_checked_at":"2026-03-01T09:25:48.915Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["jda","lavalink","lavalink-plugin","lavaplayer","plugin"],"created_at":"2026-03-01T10:00:57.724Z","updated_at":"2026-03-01T10:00:58.351Z","avatar_url":"https://github.com/DuncteBot.png","language":"Java","funding_links":["https://github.com/sponsors/duncte123","https://patreon.com/DuncteBot","https://ko-fi.com/duncte123"],"categories":[],"sub_categories":[],"readme":"# DuncteBot lavalink plugin\n\nAdding support for the following sources:\n- Mixcloud\n- ocremix.org\n- Clyp.it\n- Reddit\n- getyarn.io\n- Text To Speech (if prefixed with `speak:`)\n- TikTok (in beta, works on _most_ videos and **will** break all the time)\n- PornHub (search by prefixing with `phsearch:`)\n- soundgasm\n- streamDeckAudio files\n  - These files are only accepted over HTTP currently\n- Pixeldrain.com\n\n## Lavalink version compatibility\n\n| Lavalink Version | Plugin Version                 |\n|------------------|--------------------------------|\n| 3.x.x            | 1.4.x OR 1.5.x \\*              |\n| v4 \u003c 4.2         | 1.4.x, 1.5.x OR 1.6.x OR 1.7.0 |\n| 4.2+             | 1.7.1                          |\n\n**\\* Version 1.5.x will only work on Lavalink v3 if you are running java 17 or newer**\n\n# Lava*player* users\nCurrently not supported directly. You will need to compile the project manually for that.\n\n# Adding to lavalink\n\nLatest version: ![Latest version][VERSION]\n\nAdd the following to your lavalink configuration, make sure to replace `VERSION` with the latest version listed above (do not include the `v`).\n```yml\nlavalink:\n    plugins:\n        - dependency: \"com.dunctebot:skybot-lavalink-plugin:VERSION\"\n          repository : \"https://maven.lavalink.dev/releases\" # (optional on lavalink 4)\n          snapshot: false # (optional, tells lavalink to use the default snaptshot repository instead)\n```\n\nAlternatively you can download the jar from the release on github and place that in your plugins folder\n\n# Configuration\nThe plugin exposes these configuration options\n\u003cbr\u003e\u003cb\u003eNOTE:\u003c/b\u003e this plugins block is a root level object, don't place it where you import the plugin\n```yml\nplugins:\n    dunctebot:\n        ttsLanguage: \"en-AU\" # language of the TTS engine\n        sources:\n            # true = source enabled, false = source disabled\n            getyarn: true # www.getyarn.io\n            clypit: true # www.clyp.it\n            tts: true # speak:Words to speak\n            pornhub: true # should be self-explanatory\n            reddit: true # should be self-explanatory\n            ocremix: true # www.ocremix.org\n            tiktok: true # tiktok.com\n            mixcloud: true # mixcloud.com\n            soundgasm: true # soundgasm.net\n            pixeldrain: true # pixeldrain.com\n```\n\n## development\nYou can start the test server by running `./gradlew runLavalink`\n\n[VERSION]: https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmaven.lavalink.dev%2Freleases%2Fcom%2Fdunctebot%2Fskybot-lavalink-plugin%2Fmaven-metadata.xml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunctebot%2Fskybot-lavalink-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdunctebot%2Fskybot-lavalink-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunctebot%2Fskybot-lavalink-plugin/lists"}