EssentialsX

EssentialsX

2M Downloads

bPermissions doesn't show up as an unsupported plugin in /ess version

alau740 opened this issue ยท 1 comments

commented

Information

Full output of /ess version:

[11:07:31 INFO]: Server version: 1.16.4-R0.1-SNAPSHOT git-Paper-412 (MC: 1.16.4)
[11:07:31 INFO]: EssentialsX version: 2.19.0-dev+51-e287600
[11:07:31 INFO]: bPermissions version: 2.12.3
[11:07:31 INFO]: Vault is not installed. Chat and permissions may not work.

Server startup log:

https://gist.github.com/alau740/a59210ae37b1f98fd8a320370a63c173

EssentialsX config:

https://gist.github.com/alau740/7327c96a02a4f20404d3aeffe8f484bb

Details

Description:

The bPermissions plugin shows up in green as a supported plugin in /ess ver when it actually isn't (the last update to it was in 2019 and it is classed as unsupported in the moss discord).

Steps to reproduce:

  1. Install EssentialsX and bPermissions into a server
  2. Op yourself through the console.
  3. Run the /ess ver command.

Expected behavior:

The bPermissions plugin should appear in /ess ver as an unsupported plugin (purple) and a message should also be displayed saying that the server has unsupported plugins.

Console stack trace:

n/a

Screenshots:

bperms

commented

Confirmed:

private static final List<String> warnPlugins = Arrays.asList(
"PermissionsEx",
"GroupManager",
"bPremissions"
);