mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-02-16 01:42:18 +01:00
update pdc keys
This commit is contained in:
parent
d38d31c02e
commit
52f3ee62b9
@ -9,12 +9,10 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
public enum Keys {
|
public enum Keys {
|
||||||
|
|
||||||
// contains the store id
|
// contains the store id
|
||||||
auction_id("auction_id", PersistentDataType.INTEGER),
|
auction_store_id("auction_store_id", PersistentDataType.INTEGER),
|
||||||
|
|
||||||
// this contains, the number for the item which can be found in the data.yml
|
// this contains, the number for the item which can be found in the data.yml
|
||||||
auction_item("auction_item", PersistentDataType.STRING),
|
auction_number("auction_number", PersistentDataType.STRING),
|
||||||
|
|
||||||
auction_uuid("auction_uuid", PersistentDataType.STRING),
|
|
||||||
|
|
||||||
// any button in the gui
|
// any button in the gui
|
||||||
auction_button("auction_button", PersistentDataType.STRING),
|
auction_button("auction_button", PersistentDataType.STRING),
|
||||||
|
Loading…
Reference in New Issue
Block a user