BenCodez/VotifierPlus

I can't add your plugin as a dependency

Closed this issue · 27 comments

This is the error message from maven:

com.github.Ben12345rocks:AdvancedCore:pom:master-SNAPSHOT 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
com.github.Ben12345rocks:AdvancedCore:pom:master-SNAPSHOT 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 think the error is in your core!

<repository>
    <id>BenCodez Repo</id>
    <url>https://nexus.bencodez.com/repository/maven-public/</url>
</repository>

<dependency>
    <groupId>com.bencodez</groupId>
    <artifactId>votifierplus</artifactId>
    <version>LATEST</version>
    <scope>provided</scope>
</dependency>

This work?

Could not find artifact com.bencodez:votifierplus:pom:1.0.7 in sonatype (https://oss.sonatype.org/content/groups/public/)
Could not find artifact com.bencodez:votifierplus:pom:1.0.7 in sonatype (https://oss.sonatype.org/content/groups/public/)

Then this error message comes

Did you add the repository correctly?

Yes i added the dependeny and the repository, i copied it and pasted it

Send what you have done

com.bencodez votifierplus LATEST provided
    and
    
            <repository>
        <id>BenCodez Repo</id>
        <url>https://nexus.bencodez.com/repository/maven-public/</url>
    </repository>

send the full file

try using 1.0.7 as the version maybe? That should be working

wont work Unresolved dependency: 'com.bencodez:votifierplus:jar:1.0.7'

I got no idea, you can always use nuvotifier as a dependency

try now?

nop

does votingplugin work as dependency?

how do you mean that?

<repository>
    <id>BenCodez Repo</id>
    <url>https://nexus.bencodez.com/repository/maven-public/</url>
</repository>

<dependency>
    <groupId>com.bencodez</groupId>
    <artifactId>votingplugin</artifactId>
    <version>LATEST</version>
    <scope>provided</scope>
</dependency>

does this work?

yes, this works

Yeah I got no idea why it doesn't work then. You can use nuvotifier or something instead if you need

but the api is completely different...

Yeah I got no idea why it doesn't work then. You can use nuvotifier or something instead if you need

i need it for my own plugin

What API are you using?

yours

But what API exactly that nuvotifier doesn't have?

The votifier event

It doesn't matter which plugin you rely on for the votifier event

but i should use the VotifierEvent when using Bungeecord?

Just use nuvotifier, it's the same votifierevent

okay