Slayer plugin: minor config rearranging

This commit is contained in:
Charlie Waters
2019-01-13 20:14:53 -05:00
parent 82884179a5
commit 9e439dc1a2

View File

@@ -140,6 +140,13 @@ public interface SlayerConfig extends Config
return -1;
}
@ConfigItem(
keyName = "amount",
name = "",
description = ""
)
void amount(int amt);
@ConfigItem(
keyName = "initialAmount",
name = "",
@@ -157,13 +164,6 @@ public interface SlayerConfig extends Config
)
void initialAmount(int initialAmount);
@ConfigItem(
keyName = "amount",
name = "",
description = ""
)
void amount(int amt);
@ConfigItem(
keyName = "streak",
name = "",