Closed literalplus closed 9 years ago
It's 5am, read this: http://www.spigotmc.org/threads/command-blocker-ultimate.9602/#post-263914
Current impl only catches Bungee command completions facepalm
Making a PR to BungeeCord so that I can catch the response from Bukkit
BungeeCord PR is not possible without major rewrites on their side and considering that what we want is not something that will be used in a lot of plugins, I really doubt they would pull the changes we need.
https://github.com/SpigotMC/BungeeCord/pull/1127 I made a PR anyway, let's see what happens
https://github.com/SpigotMC/BungeeCord/pull/1127 got pulled - Still need to do some tests to check if everything is still working as intended, but other than that, this should pretty much jbe done now.
Depends on this Bungee PR: https://github.com/SpigotMC/BungeeCord/pull/881