Skip to content

Commit 0e2a828

Browse files
authored
Remove enabledByDefault=false descriptor
1 parent db306de commit 0e2a828

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/botdetector/BotDetectorPlugin.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@
125125
@PluginDescriptor(
126126
name = "Bot Detector",
127127
description = "This plugin sends encountered Player Names to a server in order to detect Botting Behavior.",
128-
tags = {"Bot", "Detector", "Player"},
129-
enabledByDefault = false
128+
tags = {"Bot", "Detector", "Player"}
130129
)
131130
public class BotDetectorPlugin extends Plugin
132131
{

0 commit comments

Comments
 (0)