add new key

This commit is contained in:
Ryder Belserion 2024-10-13 11:59:46 -04:00
parent dede825245
commit afd9211ca8
No known key found for this signature in database

View File

@ -14,6 +14,8 @@ public enum Keys {
// this contains, the number for the item which can be found in the data.yml
auction_item("auction_item", PersistentDataType.STRING),
auction_uuid("auction_uuid", PersistentDataType.STRING),
// any button in the gui
auction_button("auction_button", PersistentDataType.STRING),