-
### **Please explain your feature request to the best of your abilities:**
This works as either an addition to regular towny or as a sponsor plugin. The basic idea is that when a town runs out of mon…
KermX updated
3 weeks ago
-
# Issues :
- [x] Fails to resolve the path and hit 404 on `vaults/
-
Historically there's been a lot of value in having a parallel Discord chat going on during Vats auctions, to egg people on or to draw attention to interesting Persona features.
So it might be wort…
-
Page with all opened auctions
Possibility to create your own auction, set a timer
-
How does a bidder know they've won once an item ends? How can they see they are the winning bid while an item is live, do they get notified if they're outbid?
How can a bidder be held accountable/r…
-
We should consider the following auction types:
### Auction Types
Two main classes:
- **Static Auctions**: Bidders submit their bids at the same time.
- **Dynamic Auctions**: Bidders submit ov…
-
If I grep inside the docker container for `cohenaj194/azerothauctionassassin` it seems to be using the URL params:
```
# grep -R access_token .
grep: ./utils/__pycache__/api_requests.cpython-312.…
-
Chrome has an elaborate proposal here: https://github.com/privacysandbox/protected-auction-services-docs/blob/88dbcd98cfad0418412f4b57b12ed5d0e5cbd575/bidding_auction_services_multi_seller_auctions.md…
-
```sql
CREATE TABLE auctions (
id INT PRIMARY KEY,
seller INT,
item TEXT
);
CREATE TABLE bids (
id INT PRIMARY KEY,
buyer INT,
auction_id INT,
amount INT
);
CREATE VIEW V…
-
While NLing plane of sky, if I had 3 active auctions; one of them (the last) would vanish.
- In pending: click dkp bid on an item
- when 2 active auctions, next dkp bid vanishes from sight
- when o…