[ci-skip] update README

This commit is contained in:
Ryder Belserion 2024-11-14 23:59:27 -05:00
parent 55b14be85c
commit 03901400e6
No known key found for this signature in database
2 changed files with 4 additions and 7 deletions

View File

@ -26,8 +26,6 @@
CrazyAuctions as first install will come with a set of default files such as `config.yml`, `messages.yml`
You can simply edit these files, and configure the looks and settings then do `/crazyauctions reload`<br>
[![Partnered with ApexHosting](https://raw.githubusercontent.com/Crazy-Crew/Branding/main/apex-banner-transparent.webp)](https://billing.apexminecrafthosting.com/aff.php?aff=5511)
![Features Banner](https://raw.githubusercontent.com/Crazy-Crew/Branding/main/crazyauctions/banner/webp/features.webp)<br>
**Selling/buying/bidding items with ease.**<br>
**Easy to use configurations.**<br>

View File

@ -14,14 +14,13 @@ active_auctions:
name: None
price: 0
biddable: true
current_bids: # or if I have active bids on an item stored on the auction item object.
current_bids:
- '42bf0b48-8574-44b5-8cce-5accf9363b05;100'
42bf0b48-8574-44b5-8cce-5accf9363b05: {}
active_bids: # undecided, if I want active bids in a hashmap format.
42bf0b48-8574-44b5-8cce-5accf9363b05:
'1':
store_id: 57ba90ce
active_bids:
57ba90ce:
'42bf0b48-8574-44b5-8cce-5accf9363b05':
bid: 100
expired_auctions: {}