Skip to content

Commit

Permalink
Added new emoji chat shortcut commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Aug 16, 2019
1 parent bcef812 commit eed12b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pluginGroup=de.stealwonders
pluginVersion=1.3.3
pluginVersion=1.3.4
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ public boolean onCommand(final CommandSender sender, final Command command, fina
case "riot":
player.chat("ヽ༼ຈل͜ຈ༽ノ RIOT ヽ༼ຈل͜ຈ༽ノ");
break;
case "lenny":
player.chat("( ͡° ͜ʖ ͡°)");
break;
case "sad":
player.chat("(ಥ﹏ಥ)");
break;
case "kawaii":
player.chat("(づ。◕‿‿◕。)づ");
break;
}
} else {
player.sendMessage("§dYou need to §5§ldonate §dto be able to use this feature. Use §5§l/buy §dfor more information.");
Expand Down

0 comments on commit eed12b0

Please sign in to comment.