mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-10 10:10:22 +01:00
fix default button property
This commit is contained in:
parent
e3f6dca061
commit
f644de39ee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user