message.setHoverEvent(newHoverEvent(HoverEvent.Action.SHOW_TEXT,newComponentBuilder("Redeem your items").create()));
message.setColor(ChatColor.GREEN);
message.setBold(true);
caller.sendMessage(C.cRedB+"WARNING: "+C.cGray+"You are about to claim several free items. Other players may attempt to steal these items from you, so it is highly recommended that you only run this command inside of your own base. Are you sure you wish to claim your items at this time?");
caller.spigot().sendMessage(message);
}
}
else
{
UtilPlayer.message(caller,F.main("Compensation","You do not have a compensation package!"));