disable player scouter by default
This commit is contained in:
@@ -69,7 +69,8 @@ import okhttp3.HttpUrl;
|
|||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Player Scouter",
|
name = "Player Scouter",
|
||||||
description = "Scout players and output them to your discord channel!",
|
description = "Scout players and output them to your discord channel!",
|
||||||
type = PluginType.PVP
|
type = PluginType.PVP,
|
||||||
|
enabledByDefault = false
|
||||||
)
|
)
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class PlayerScouter extends Plugin
|
public class PlayerScouter extends Plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user