package mineplex.serverdata.commands; public interface CommandCallback { void run(T command); }