command-framework
command-framework copied to clipboard
update: bukkit and bungee modules with repeated code
Currently the Bukkit and Bungee module contains the same code, just changes the parameters of some methods to Player -> ProxiedPlayer and Bukkit -> Proxy.
This could be avoided if we had those methods in a universal class/adapter.
We can move most of the duplicate code to the shared lib. I'll give it a look tomorrow.