Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Jul 7, 2021
1 parent 495085c commit 40cd862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public boolean onCommand(CommandSender sender,
for (String line : out_msg){
sender.sendMessage(line);
}
sender.sendMessage(ChatColor.of("Diamond"));
return true;
}
return false;
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: DicePlugin
version: 0.2
version: 0.3
author: Highfire1
main: highfire1.diceplugin.diceplugin.Diceplugin
website: https://github.com/Highfire1/diceplugin
Expand Down

0 comments on commit 40cd862

Please sign in to comment.