fix default button property

This commit is contained in:
Ryder Belserion 2024-09-09 01:33:46 -04:00
parent e3f6dca061
commit f644de39ee
No known key found for this signature in database

View File

@ -32,17 +32,17 @@ public class ButtonProperty {
"<green>items that have expired."
);
this.material = "poisonous_potato";
this.slot = 50;
this.slot = 46;
}
case "selling-item" -> {
this.displayName = "<gold>Items you are currently selling";
this.displayName = "<gold>Currently looking at items being sold";
this.displayLore = List.of(
"<green>Click to view all the items you,",
"<green>currently up for auction."
"<bold><gray>(<gold>!<gray>)</bold> <gray>Click here to see items",
"<gray>that you can bid on."
);
this.material = "emerald";
this.slot = 51;
this.slot = 49;
}
case "bidding-item" -> {
@ -52,14 +52,14 @@ public class ButtonProperty {
"<gray>that you can buy at a price."
);
this.material = "magma_cream";
this.slot = 52;
this.slot = 49;
}
case "sold-item" -> {
this.displayName = "<gold>Currently looking at items being sold";
this.displayName = "<gold>Items you are currently selling";
this.displayLore = List.of(
"<bold><gray>(<gold>!<gray>)</bold> <gray>Click here to see items",
"<gray>that you can bid on."
"<green>Click to view all the items you,",
"<green>currently up for auction."
);
this.material = "magma_cream";
this.slot = 53;