hello there i got this setdisplay command but no removedisplay command also i thank all for help then.


Code:
if (cmd[0].equalsIgnoreCase("setdisplay") && (player.getUsername().equalsIgnoreCase("chaos") || player.getUsername().equalsIgnoreCase("ben"))) {
			if (!player.isDonator() && !player.i***tremeDonator()) {
					player.getPackets().sendGameMessage(
							"You do not have the privileges to use this.");
					return true;
				}
				player.getTemporaryAttributtes().put("setdisplay", Boolean.TRUE);
				player.getPackets().sendInputNameScript("Enter the display name you wish:");
				return true; 
				}