mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-12-21 16:37:44 +01:00
[ci-skip] update README
This commit is contained in:
parent
55b14be85c
commit
03901400e6
@ -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>
|
||||
|
@ -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: {}
|
Loading…
Reference in New Issue
Block a user