Shynixn / StructureBlockLib

StructureBlockLib is a bukkit implementation for handling structures on spigot server.
https://shynixn.github.io/StructureBlockLib/apidocs/
MIT License
60 stars 5 forks source link

i cannot include StructureBlockLib in my project ! #104

Closed D3lta-2-1 closed 2 years ago

D3lta-2-1 commented 2 years ago

IntelliJ report me this Issue when i try to include StructureBlockLib : "Dependency 'com.github.shynixn.structureblocklib:structureblocklib-bukkit-api:2.8.0' not found"

Shynixn commented 2 years ago

I don't think this is related to this project and depends on your setup in IntelliJ.

D3lta-2-1 commented 2 years ago

i use a paper plugin template of minecrat's plugin for IntelliJ, my pom.xml is here (i rename it pom.txt because github don't reconize xml file) pom.txt

D3lta-2-1 commented 2 years ago

PS: I'm using maven for the first time, I may have made a mistake. I need to download your package or maven does it for me ?

D3lta-2-1 commented 2 years ago

it works fine with gradle