literalplus / commandblockerultimate

Blocks commands and does it well, or at least it thinks so. Compatible with BungeeCord and Spigot!
http://j.l1t.li/cmdblk
GNU General Public License v2.0
6 stars 5 forks source link

Add support for BungeeCord #7

Closed literalplus closed 9 years ago

literalplus commented 10 years ago

Depends on this Bungee PR: https://github.com/SpigotMC/BungeeCord/pull/881

literalplus commented 10 years ago

It's 5am, read this: http://www.spigotmc.org/threads/command-blocker-ultimate.9602/#post-263914

literalplus commented 10 years ago

Current impl only catches Bungee command completions facepalm

Making a PR to BungeeCord so that I can catch the response from Bukkit

literalplus commented 10 years ago

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.

literalplus commented 10 years ago

https://github.com/SpigotMC/BungeeCord/pull/1127 I made a PR anyway, let's see what happens

literalplus commented 9 years ago

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.