hmzel / ParticleSFX

A Spigot library for making special effects out of particles
https://github.com/hmzel
37 stars 4 forks source link

Cant Getting Started #4

Open stitchinger opened 2 months ago

stitchinger commented 2 months ago

When I just add the dependency in the poml

<dependency>
            <groupId>hm.zelha</groupId>
            <artifactId>particlesfx</artifactId>
            <version>1.21</version>
</dependency>

I get the following error:

` hm.zelha:particlesfx:jar:1.21 was not found in https://oss.sonatype.org/content/groups/public/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of sonatype has elapsed or updates are forced

`

I really dont need to add a repository to the poml? Sorry for the dumb question

BuggyAl commented 2 months ago

Same as https://github.com/hmzel/ParticleSFX/issues/3. @hmzel is the code supposed to be in the central repository?

BuggyAl commented 2 months ago

Copying the files from the package assets into the C:/Users/USER/.m2/repository/hm/zelha/particlesfx/1.21/ folder seems to be a temporary fix for anyone else struggling.

(you don't need the .md5 or .sha files from the assets)

stitchinger commented 2 months ago

Copying the files from the package assets into the C:/Users/USER/.m2/repository/hm/zelha/particlesfx/1.21/ folder seems to be a temporary fix for anyone else struggling.

(you don't need the .md5 or .sha files from the assets)

Thanks. That works

BuggyAl commented 1 month ago

@hmzel Bump, this is impacting github actions CI builds