Skip to content

Commit

Permalink
Remove enabledByDefault=false descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyborger1 authored Apr 24, 2023
1 parent db306de commit 0e2a828
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/botdetector/BotDetectorPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@
@PluginDescriptor(
name = "Bot Detector",
description = "This plugin sends encountered Player Names to a server in order to detect Botting Behavior.",
tags = {"Bot", "Detector", "Player"},
enabledByDefault = false
tags = {"Bot", "Detector", "Player"}
)
public class BotDetectorPlugin extends Plugin
{
Expand Down

0 comments on commit 0e2a828

Please sign in to comment.