gameClient.getHabbo().whisper(Emulator.getTexts().getValue("commands.error.cmd_subscription.type_not_found","%subscription% is not a valid subscription type").replace("%subscription%",subscription),RoomChatMessageBubbles.ALERT);
gameClient.getHabbo().whisper(Emulator.getTexts().getValue("commands.error.cmd_subscription.invalid_params_time","Invalid time span, try: x minutes/days/weeks/months"),RoomChatMessageBubbles.ALERT);
gameClient.getHabbo().whisper(Emulator.getTexts().getValue("commands.error.cmd_subscription.success_add_time","Successfully added %time% seconds to %subscription% on %user%").replace("%time%",timeToAdd+"").replace("%user%",params[1]).replace("%subscription%",subscription),RoomChatMessageBubbles.ALERT);
gameClient.getHabbo().whisper(Emulator.getTexts().getValue("commands.error.cmd_subscription.user_not_have","%user% does not have the %subscription% subscription").replace("%user%",params[1]).replace("%subscription%",subscription),RoomChatMessageBubbles.ALERT);
gameClient.getHabbo().whisper(Emulator.getTexts().getValue("commands.error.cmd_subscription.invalid_params_time","Invalid time span, try: x minutes/days/weeks/months"),RoomChatMessageBubbles.ALERT);
gameClient.getHabbo().whisper(Emulator.getTexts().getValue("commands.error.cmd_subscription.success_remove_time","Successfully removed %time% seconds from %subscription% on %user%").replace("%time%",timeToRemove+"").replace("%user%",params[1]).replace("%subscription%",subscription),RoomChatMessageBubbles.ALERT);
}
else{
s.addDuration(-s.getRemaining());
gameClient.getHabbo().whisper(Emulator.getTexts().getValue("commands.error.cmd_subscription.success_remove_sub","Successfully removed %subscription% sub from %user%").replace("%user%",params[1]).replace("%subscription%",subscription),RoomChatMessageBubbles.ALERT);
gameClient.getHabbo().whisper(Emulator.getTexts().getValue("commands.error.cmd_subscription.invalid_action","Invalid action specified. Must be add, +, remove or -"),RoomChatMessageBubbles.ALERT);
gameClient.getHabbo().whisper(Emulator.getTexts().getValue("commands.error.cmd_subscription.user_not_found","%user% was not found").replace("%user%",params[1]),RoomChatMessageBubbles.ALERT);