mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-03-11 13:22:18 +01:00
add %price%
This commit is contained in:
parent
dc21cf87c4
commit
4834aee690
@ -434,7 +434,7 @@ public class AuctionsMenu extends Holder {
|
|||||||
|
|
||||||
newLine = line.replace("%TopBidder%", bidderName).replace("%topbid%", bidderName);
|
newLine = line.replace("%TopBidder%", bidderName).replace("%topbid%", bidderName);
|
||||||
|
|
||||||
lore.add(newLine.replace("%Time%", time).replace("%time%", time));
|
lore.add(newLine.replace("%Time%", time).replace("%time%", time).replace("%price%", priceFormat).replace("%Price%", priceFormat));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -446,7 +446,7 @@ public class AuctionsMenu extends Holder {
|
|||||||
|
|
||||||
newLine = line.replace("%Seller%", targetName).replace("%seller%", targetName);
|
newLine = line.replace("%Seller%", targetName).replace("%seller%", targetName);
|
||||||
|
|
||||||
lore.add(newLine.replace("%Time%", time).replace("%time%", time));
|
lore.add(newLine.replace("%Time%", time).replace("%time%", time).replace("%price%", priceFormat).replace("%Price%", priceFormat));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user