mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-21 11:45:11 +01:00
add new key to enum
This commit is contained in:
parent
2dfaa290e1
commit
39eee0d17e
@ -9,7 +9,8 @@ import org.jetbrains.annotations.NotNull;
|
||||
public enum Keys {
|
||||
|
||||
auction_item("auction_item", PersistentDataType.BOOLEAN),
|
||||
auction_button("auction_button", PersistentDataType.STRING);
|
||||
auction_button("auction_button", PersistentDataType.STRING),
|
||||
auction_price("auction_price", PersistentDataType.INTEGER);
|
||||
|
||||
private final CrazyAuctions plugin = CrazyAuctions.getPlugin();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user