powerskiller: start/stop to gui

This commit is contained in:
illumineawake 2020-05-22 19:16:03 +10:00
parent 50556d674a
commit 3723b2224f
1 changed files with 13 additions and 2 deletions

View File

@ -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",