SourceWriters / LoginPlus

LoginPlus is a spigot-plugin that works on version 1.8 up to the currently latest spigot-version. It is a lightweight login and register-plugin to prevent users from taking over accounts and adding a second layer of security on servers.
GNU General Public License v3.0
9 stars 5 forks source link

help please #37

Open Kean13 opened 1 year ago

Kean13 commented 1 year ago

I would like to change the items in the captcha menu, how do I do that? I'm trying to change the code in intelijj idea but it gives me an error and I don't know what to do

YellowPhoenix18 commented 1 year ago

The project was made with eclipse and without error we cant help

Lauriichan commented 1 year ago
  1. It doesn't really matter which IDE is used, the IDE exclusive project files are not included in the git repository
  2. As yellow said we can't help you without you providing any information of what is the problem. Since LoginPlus is a Maven project we can only help if you provide the maven error.
Lauriichan commented 1 year ago

However I think I might know what your problem is... Your IDE is unable to resolve vCompat which makes sense if you didn't set everything up correctly.

I would recommend checking out the vCompat usage guide