Skip to content

Conversation

@tunagohan
Copy link

:octocat: Description

Added support for Spigot 1.17.1 version.

🔑 Changes

  • Abolish PermissionEX

PermissionsEx v1.23 is currently unsupported. A version compatible with modern Minecraft, including Sponge, Paper, Fabric, Bungee/Waterfall, and Velocity is currently in development. Check out LuckPerms in the meantime -- news about the upcoming release will be published as it's available!

https://dev.bukkit.org/projects/permissionsex

PermissionEX will be deprecated in the future.
Implemented LuckPerms instead of PermissionEX for permission management.

LuckPerms

Tests

mvm

  • mvm clean
  • mvm install
  • mvm compile
  • mvm validate
  • mvm package

Local Server

  • 1.17.1 Local Server, Check Write Send Read.

  • LuckPerms Permission Settings

@tunagohan tunagohan force-pushed the feature/1.17.1-support branch from a9265fd to 8338560 Compare July 24, 2021 15:54
softdepend: [Vault,LuckPerms]
author: ucchy
api-version: 1.13
api-version: 1.17
Copy link
Contributor

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.

Copy link
Author

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.

Copy link
Contributor

@RoboMWM RoboMWM Aug 7, 2021

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.

Copy link
Author

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>
Copy link
Contributor

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.

Copy link
Author

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants