fix another error

This commit is contained in:
Ryder Belserion 2024-09-02 23:06:12 -04:00
parent 740b032347
commit faf53d4941
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,3 @@
import com.ryderbelserion.feather.enums.Repository
plugins {
id("java-plugin")
}

View File

@ -15,10 +15,10 @@ minecraft = "1.21.1"
paperweight = "1.7.2"
runPaper = "2.3.0"
minotaur = "2.+"
hangar = "0.1.2"
shadow = "8.3.0"
hangar = "0.1.2"
# Plugins
# Bukkit Plugins
itemsadder = "3.6.3-beta-14"
headdatabaseapi = "1.3.1"
placeholderapi = "2.11.6"
@ -33,8 +33,6 @@ jetbrains = "24.1.0"
adventure = "4.17.0"
vital = "2.0.1"
# Modrinth
[libraries]
velocity = { module = "com.velocitypowered:velocity-api", version.ref = "velocity" }
paper = { module = "io.papermc.paper:paper-api", version.ref = "paper" }