You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/net/minearea/talkingmobs/TalkingMobs.java
+4-1
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
44
44
eventTypes.add(eventType.toString());
45
45
}
46
46
47
-
sender.sendMessage("/talkingmobs toggle <type> - Toggle messages send by mobs (Type is optional and can be used to only toggle the specified message type)");
47
+
sender.sendMessage("/talkingmobs toggle <type> - Toggle messages sent by mobs (Type is optional and can be used to only toggle the specified message type)");
0 commit comments