package com.loohp.limbo.Commands;
public interface CommandExecutor {
public void execute(CommandSender sender, String[] args);
}