}
// Create new SearchQuery
Util.message(senderName, ChatColor.GREEN + "Starting rollback..");
new SearchQuery(new RollbackCallback(session, RollbackType.GLOBAL), parser, SearchDir.DESC); // async rollback
//HawkEyeAPI.performSearch(callback, parser, SearchDir.DESC);
}catch (Exception e){
Util.message(senderName, ChatColor.RED + "Unable to rollback player!");
if (plugin.getConfigs().isDebug()) {
e.printStackTrace();