Skip to content

Commit

Permalink
fixed some grammar and capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
OOF2510 committed Feb 4, 2021
1 parent aa728a6 commit d0374c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
Player p = (Player) sender;
int c = p.getStatistic(Statistic.DEATHS);
String cs = String.valueOf(c);
String n = "you have "+cs+" deaths";
String n = "You have "+cs+" deaths";
p.sendMessage(n);
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: DeathMessageCount
version: 2.1.1
version: 2.1.2
main: me.nate.deathmessagecount.DeathMessageCount
api-version: 1.16
authors: [ Gk01234 ]
Expand Down

0 comments on commit d0374c8

Please sign in to comment.