mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2025-03-11 13:22:18 +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`
|
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>
|
You can simply edit these files, and configure the looks and settings then do `/crazyauctions reload`<br>
|
||||||
|
|
||||||
[](https://billing.apexminecrafthosting.com/aff.php?aff=5511)
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
**Selling/buying/bidding items with ease.**<br>
|
**Selling/buying/bidding items with ease.**<br>
|
||||||
**Easy to use configurations.**<br>
|
**Easy to use configurations.**<br>
|
||||||
|
@ -14,14 +14,13 @@ active_auctions:
|
|||||||
name: None
|
name: None
|
||||||
price: 0
|
price: 0
|
||||||
biddable: true
|
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;100'
|
||||||
42bf0b48-8574-44b5-8cce-5accf9363b05: {}
|
42bf0b48-8574-44b5-8cce-5accf9363b05: {}
|
||||||
|
|
||||||
active_bids: # undecided, if I want active bids in a hashmap format.
|
active_bids:
|
||||||
42bf0b48-8574-44b5-8cce-5accf9363b05:
|
57ba90ce:
|
||||||
'1':
|
'42bf0b48-8574-44b5-8cce-5accf9363b05':
|
||||||
store_id: 57ba90ce
|
|
||||||
bid: 100
|
bid: 100
|
||||||
|
|
||||||
expired_auctions: {}
|
expired_auctions: {}
|
Loading…
Reference in New Issue
Block a user