Skip to content

Commit

Permalink
- added antyweb command to /be help
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzybol committed Mar 17, 2024
1 parent efa7b57 commit d8d04e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ private void handleHelpCommand(CommandSender sender){
sender.sendMessage(ChatColor.AQUA + "/be stopevent " + ChatColor.GREEN + "- Stops current event (if active).");
sender.sendMessage(ChatColor.AQUA + "/be holo <event/main/daily/weekly/monthly> " + ChatColor.GREEN + "- creates holo at your position.");
sender.sendMessage(ChatColor.AQUA + "/be holo delete <event/main/daily/weekly/monthly> " + ChatColor.GREEN + "- delete given holo");
sender.sendMessage(ChatColor.AQUA + "/be antyweb <radius> " + ChatColor.GREEN + "- creates antyweb effect with given radius");
}
}
private void handleTimeLeft(CommandSender sender){
Expand Down

0 comments on commit d8d04e1

Please sign in to comment.