Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
RealSuperUser committed Dec 31, 2024
1 parent 65743a9 commit 45f0de1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public boolean onCommand(CommandSender commandSender, Command command, String s,
XenonBanBackend.instance,
"xenonban:channel",
String.format("ban %s %s %s", strings[0], strings[1], sb.toString().replace(strings[0] , "").replace(strings[1], "").substring(2)).getBytes());
System.out.println("plugin message sent!");
return true;
}
return false;
Expand Down

0 comments on commit 45f0de1

Please sign in to comment.