UtilPlayer.message(caller,F.main(Plugin.GetName(),C.cRed+"Your arguments are inappropriate for this command!"));
UtilPlayer.message(caller,F.main(Plugin.GetName(),C.cGray+"Available news arguments for this command:"));
UtilPlayer.message(caller,F.main(Plugin.GetName(),C.cWhite+"news list"+C.cGray+" - Lists (numbered) stored news messages from database."));
UtilPlayer.message(caller,F.main(Plugin.GetName(),C.cWhite+"news add <newsEntry>"+C.cGray+" - Adds specified news entry string to database at end of table."));
UtilPlayer.message(caller,F.main(Plugin.GetName(),C.cGray+"This is where future messages like, "+C.cGold+"'"+args[1]+"'"+C.cGray+" will be added to server news!"));
UtilPlayer.message(caller,F.main(Plugin.GetName(),C.cGray+"This is where future messages at positions like, "+C.cGold+"'News Position: "+C.cGold+args[1]+"'"+C.cGray+" will be removed from server news!"));
UtilPlayer.message(caller,F.main(Plugin.GetName(),C.cGray+"The news entry at position "+C.cGold+newsPosition+C.cGray+" has been updated to: "+C.cGold+newsEntry+C.cGray+"!"));
}
else
{
UtilPlayer.message(caller,F.main(Plugin.GetName(),C.cRed+"There was an error updating the news entry; likely the specified news position was invalid!"));