Wie installiert man plugins auf einem lavalink Server

Guten Tag zusammen ich habe in den letzen Tagen ein music system entwickelt was über einem lavalink Server läuft. Er spielt momentan nur music über Soundcloud ab da Youtube verboten ist Das proplem was ich habe, ich bekomme es mit den docs nicht hin das plugin für Spotify(applemusic, Amazone music, dezzer) in meinem lavalink server zu integrieren.
7 Replies
Martin B. ツ
Martin B. ツ9mo ago
https://lavalink.dev/plugins Da wird erklärt wie man Plugins installiert. Der Server lädt alle jar dateien des Orders "Plugins". Sonst schaust du in der Anleitung des Plugins, welches du dir installieren willst. Wenn das immer noch nicht klappt, beschreibe dein "Ich bekomme es mit den docs nicht hin" genauer. Welche docs? an welcher stelle steckst du fest? und was gibt es für errors? Mit der Aussage kann man leider nicht so viel anfangen
shake your booty!
shake your booty!OP9mo ago
also ich habe das plugin LavaSrc Plugin in meinem server eingefügt und naja jetzt weiß ich nicht weiter weil es Funktioniert halt nicht
shake your booty!
shake your booty!OP9mo ago
Aplication.yaml
lavalink:
plugins: null
server:
bufferDurationMs: 400
filters:
channelMix: true
distortion: true
equalizer: true
karaoke: true
lowPass: true
rotation: true
timescale: true
tremolo: true
vibrato: true
volume: true
frameBufferDurationMs: 5000
gc-warnings: true
nonAllocatingFrameBuffer: false
opusEncodingQuality: 10
password: youshallnotpass
playerUpdateInterval: 5
resamplingQuality: LOW
soundcloudSearchEnabled: true
sources:
bandcamp: true
http: true
local: false
nico: true
soundcloud: true
twitch: true
vimeo: true
youtube: false
trackStuckThresholdMs: 10000
useSeekGhosting: true
youtubePlaylistLoadLimit: 6
youtubeSearchEnabled: true
logging:
file:
path: ./logs/
level:
lavalink: INFO
root: INFO
logback:
rollingpolicy:
max-file-size: 1GB
max-history: 30
request:
enabled: true
includeClientInfo: true
includeHeaders: false
includePayload: true
includeQueryString: true
maxPayloadLength: 10000
metrics:
prometheus:
enabled: false
endpoint: /metrics
plugins: null
sentry:
dsn: ""
environment: ""
server:
address: 0.0.0.0
http2:
enabled: false
port: 5560
lavalink:
plugins: null
server:
bufferDurationMs: 400
filters:
channelMix: true
distortion: true
equalizer: true
karaoke: true
lowPass: true
rotation: true
timescale: true
tremolo: true
vibrato: true
volume: true
frameBufferDurationMs: 5000
gc-warnings: true
nonAllocatingFrameBuffer: false
opusEncodingQuality: 10
password: youshallnotpass
playerUpdateInterval: 5
resamplingQuality: LOW
soundcloudSearchEnabled: true
sources:
bandcamp: true
http: true
local: false
nico: true
soundcloud: true
twitch: true
vimeo: true
youtube: false
trackStuckThresholdMs: 10000
useSeekGhosting: true
youtubePlaylistLoadLimit: 6
youtubeSearchEnabled: true
logging:
file:
path: ./logs/
level:
lavalink: INFO
root: INFO
logback:
rollingpolicy:
max-file-size: 1GB
max-history: 30
request:
enabled: true
includeClientInfo: true
includeHeaders: false
includePayload: true
includeQueryString: true
maxPayloadLength: 10000
metrics:
prometheus:
enabled: false
endpoint: /metrics
plugins: null
sentry:
dsn: ""
environment: ""
server:
address: 0.0.0.0
http2:
enabled: false
port: 5560
Bl4cklist🔥System
:pin: × IST DEIN PROBLEM ERLEDIGT, @shake your booty!? Dein Thread Wie installiert man plugins auf einem lavalink Server in unserem Coding-Support-System ist seit einigen Tagen inaktiv - sollte sich das Problem gelöst haben, akzeptiere bitte eine Antwort oder schließe es selbst.
shake your booty!
shake your booty!OP9mo ago
Nee ist noch nicht gelöst
! Yannic
! Yannic9mo ago
Ich glaube ehrlich gesagt das dir da keiner helfen kann, weil niemand so einen Server kennt

Did you find this page helpful?