From b9d6b75423ea24c4947b3a655f199c3b34aa167a Mon Sep 17 00:00:00 2001 From: Cow Date: Fri, 29 May 2020 12:30:31 +0200 Subject: Added /moo stalkskyblock - Now using CommandExceptions instead of just red chat color for command error messages - Simplified creation of chat message --- src/main/resources/assets/cowmoonication/lang/en_US.lang | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/cowmoonication/lang/en_US.lang b/src/main/resources/assets/cowmoonication/lang/en_US.lang index 05cfc43..f66517c 100644 --- a/src/main/resources/assets/cowmoonication/lang/en_US.lang +++ b/src/main/resources/assets/cowmoonication/lang/en_US.lang @@ -8,3 +8,4 @@ cowmoonication.config.showGuildNotifications=Show guild notifications cowmoonication.config.showGuildNotifications.tooltip=Set to true to receive guild members' login/logout messages, set to false hide them. cowmoonication.config.tabCompletableNamesCommands=Commands with Tab-completable usernames cowmoonication.config.tabCompletableNamesCommands.tooltip=List of commands with a username argument that should be Tab-completable.\nRequires game restart to take effect! +cowmoonication.commands.generic.exception=%s \ No newline at end of file -- cgit