AuraDevelopmentTeam / BungeeChat2

A new way to send private, global or help messages and to do much more with chatting network wide!
https://www.spigotmc.org/threads/bungee-chat.93960
GNU General Public License v3.0
65 stars 43 forks source link

Problem with cloudnet perms hook #115

Closed ghost closed 4 years ago

ghost commented 4 years ago

Issue Description:

Can't use bungeechat even though cloudnet perms module is disabled

What happens:

Bungeechat is trying to hook cloudnet perms, because the cloudnetapi is still on the server and you can't remove this plugin. So the cloudnet perms module is null and bungeechat is still trying to get the user prefix

What you expected to happen:

I thought bungeechat is going to hook LuckPerms, because this is the active permission system.

Steps to reproduce:

  1. Install cloudnet
  2. Disable cloudnet perms in /CloudNet-Master/local/perms.yml
  3. Disable the permission module in /CloudNet-Master/config.yml
  4. Restart the cloudnet instance

Affected Versions:

Your most recent log or stack trace file where the issue was present:

https://hastebin.com/afecojaquc.rb

BrainStone commented 4 years ago

Try this file: https://maven.aura-dev.team/repository/auradev-snapshots/dev/aura/bungeechat/BungeeChat/2.2.1.1132-DEV/BungeeChat-2.2.1.1132-DEV.jar

BrainStone commented 4 years ago

Next attempt: https://maven.aura-dev.team/repository/auradev-snapshots/dev/aura/bungeechat/BungeeChat/2.2.1.1134-DEV/BungeeChat-2.2.1.1134-DEV.jar

BrainStone commented 4 years ago

Fixed by d653a62