-
Notifications
You must be signed in to change notification settings - Fork 3
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
More flexible checking #8
base: master
Are you sure you want to change the base?
Conversation
* on default it still checks globally on proxy login * when enabling the 'checkForServersOnly' list it will only check if the player tries to connect to one of the servers specified
…en MCBans is offline
…ile because of binary incompatibility)
Some further information about the async change: About the last one (snapshot build): |
Ok, looks pretty good changes :) |
Sounds great. Take your time for sure. The maven commit is just in addition. You may still work with the current environment while providing the pom.xml for user who want to add the project to eclipse in a second. |
<dependency> | ||
<groupId>net.md-5</groupId> | ||
<artifactId>bungeecord-proxy</artifactId> | ||
<version>1.5-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it correct version?
https://oss.sonatype.org/content/groups/public/net/md-5/bungeecord-proxy/
I couldn't find this in their repository :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, right. Seems like I've mixed this with my local repo. Furthermore they've did some more changes lately so you only need the API dependency. I'll check if we can now use that one finally at version 1.5-SNAPSHOT
Kind regards
DerFlash