mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-02-16 01:42:18 +01:00
add new pdc key
This commit is contained in:
parent
aff5f61c57
commit
8c6f0677ce
@ -8,7 +8,8 @@ import org.jetbrains.annotations.NotNull;
|
||||
@SuppressWarnings("rawtypes")
|
||||
public enum Keys {
|
||||
|
||||
auction_item("auction_item", PersistentDataType.BOOLEAN);
|
||||
auction_item("auction_item", PersistentDataType.BOOLEAN),
|
||||
auction_button("auction_button", PersistentDataType.STRING);
|
||||
|
||||
private final CrazyAuctions plugin = CrazyAuctions.getPlugin();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user