-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Can't connect to server" with TCPShield plugin installed on Velocity. #63
Comments
Most likely linked to #54 |
Make sure you are using the latest build of TCPShield and using at least Java 11 (Follow The Instructions On How To Build With Gradle) then try it again. If no errors are present, open a support ticket on the discord, but if there are errors present, send them here so we can further assist. This issue could be linked to issue #54, but this issue was fully resolved with the lastest build, as mentioned by my comment |
I cloned the repo and tried to build the project, but Gradle is giving me this error. FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':processResources'.
> Entry bungee.yml is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.1.1/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details. Do you have any JAR for us to test? |
where is latest build? |
You will need to build the current GitHub repository with Gradle (Follow the instructions in the README) The v2.5 release is a few commits behind the latest code; we have since fixed a handle of bugs. |
i build it from sources and this still doesn't working |
Try using this one:
And make sure that you are using AdoptOpenJDK (do java -version to check). That's the only discrepancy that we've found with one of our customer who also have this problem. I have personally tested Velocity 1.8.8 and above (upto 3.0.0) with Paper, Yatopia and they works fine. |
I am having the same issue. Any solution? |
Nevermind. Just had to add this to build.gradle |
If this is still an issue, please create a ticket at https://discord.gg/tcpshield and we'll help you through fixing it. |
I configured everything correctly and installed the TCPShield plugin on Velocity, but my server cannot be found on the domain I was setting up. This problem is relevant only for Velocity, I checked it work on Spigot and BungeeCord and everything seems to work fine. But I need to use Velocity, since my main server is built on Fabric, and the TCPShield plugin does not work on it. And only Velocity can work normally with modified Fabric servers.
The text was updated successfully, but these errors were encountered: