Hello anyone knows how to make a plugin to store votes to mysql for a voting section on a website?
And is there any made?
If not then pm me who knows how to do it!
And is there any made?
If not then pm me who knows how to do it!
import com.vexsoftware.votifier.model.Vote;
import com.vexsoftware.votifier.model.VoteListener;
public class BasicVoteListener implements VoteListener {
public void voteMade(Vote vote) {
// Save in MySQL
}
}
I would gladly do this plugin for a low price! PM me on discord or directly on here.Hello anyone knows how to make a plugin to store votes to mysql for a voting section on a website?
And is there any made?
If not then pm me who knows how to do it!
