powerskiller: start/stop to gui
This commit is contained in:
parent
50556d674a
commit
3723b2224f
|
@ -37,7 +37,7 @@ public interface PowerSkillerConfiguration extends Config
|
|||
@ConfigItem(
|
||||
keyName = "gameObjects",
|
||||
name = "gameObjects (IDs) to power-skill",
|
||||
description = "Seperate with comma",
|
||||
description = "Separate with comma",
|
||||
position = 0
|
||||
)
|
||||
default String gameObjects()
|
||||
|
@ -48,7 +48,7 @@ public interface PowerSkillerConfiguration extends Config
|
|||
@ConfigItem(
|
||||
keyName = "items",
|
||||
name = "Items to Drop",
|
||||
description = "Seperate with comma",
|
||||
description = "Separate with comma",
|
||||
position = 1
|
||||
)
|
||||
default String items()
|
||||
|
@ -111,6 +111,17 @@ public interface PowerSkillerConfiguration extends Config
|
|||
return -1;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "startBot",
|
||||
name = "Start bot",
|
||||
description = "Tick to start",
|
||||
position = 6
|
||||
)
|
||||
default boolean startBot()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/*@ConfigItem(
|
||||
position = 1,
|
||||
keyName = "toggle",
|
||||
|
|
Loading…
Reference in New Issue