Results 39 comments of Aust1n46

You must not have a Vault compatible permissions plugin then. Such as LuckPerms or PEX.

What is the purpose of this PR? Not trying to sound like a jerk, but this new method isn't going to do anything when it's invoked. There's no listener for...

The DiscordSRV hook only works because I created it and added routing support on both the proxy side of the plugin and the server sided plugin message listener. If you...

I don't know what if any protocol changes were made for 1.20.3. The packet data must be being translated in such a way that 1.20.3 clients can't read it. I...

Soft depend would make VentureChat load second. And all you need to do is configure the event priority in their config: https://github.com/A4Papers/ChatFilter/blob/master/src/main/resources/config.yml#L100-L111 The plugins are conflicting over HIGHEST priority chat...

``` Channel Global: Alias: g ``` ``` /g Hello ``` Will send the message `Hello` to the Global channel and not change channel focus. ``` /g ``` Will change channel...

Made it 10 years before anyone noticed ;)

Are you sure the message is related to the feature you described not working? Plugin messaging channels get routed through the player connection so it could be picking up the...

Does the channel have a range set? Any range other than '0' will be per world only. If by world you mean server, you need to install the plugin on...

Read the documentation: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/EventPriority.html EventPriority is probably being used wrong. VentureChat listens at Highest.