feat: discord -> teamchat linking, custom join/leave messages, and /team home command

This commit is contained in:
hexlocation 2025-04-19 21:46:49 +02:00
parent 130e6de1d1
commit 26971e75bb
12 changed files with 531 additions and 59 deletions

View file

@ -33,6 +33,8 @@ tasks {
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT")
implementation("club.minnced:discord-webhooks:0.8.4")
implementation("net.dv8tion:JDA:5.3.2")
implementation("com.j256.ormlite", "ormlite-jdbc", "6.1")
implementation("org.postgresql", "postgresql", "42.7.5")
library("com.google.code.gson", "gson", "2.10.1") // All platform plugins