-
Notifications
You must be signed in to change notification settings - Fork 6
feat: spigot support 1.17.1 #107
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
base: master
Are you sure you want to change the base?
Conversation
a9265fd to
8338560
Compare
src/main/resources/plugin.yml
Outdated
| softdepend: [Vault,LuckPerms] | ||
| author: ucchy | ||
| api-version: 1.13 | ||
| api-version: 1.17 |
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.
I suppose this is necessary to support sending newer blocks? But otherwise I don't see why an api-version bump is needed.
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.
In my opinion, we should take what we can get when we can get it.
The reason is that I don't see the benefit of using an older API 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.
This will prevent the plugin from working on these older versions though. Hence why I'd leave this to the maintainer to decide if compatibility should be broken or not.
Of course, this may be relevant if the json has changed.
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.
80460f9 Fixed,
Thank you for reviewing
pom.xml
Outdated
| <artifactId>UndineMailer</artifactId> | ||
| <version>1.10.3</version> | ||
| <description></description> | ||
| <version>1.11</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.
I'd avoid doing version changes in PRs as there may be other changes included in a version bump.
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.
Yes, sir.
Am I correct in thinking that this is something that the owner specifies when there is a Release?
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.
yes
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.
fe30a24 Fixed,
Thank you for reviewing
Added support for Spigot 1.17.1 version.
🔑 Changes
PermissionEX will be deprecated in the future.
Implemented LuckPerms instead of PermissionEX for permission management.
LuckPerms
Tests
mvm
Local Server