You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
radius: The radius from the position where the auction was created within which players may place bids. If you want bidding to be a global, this may be set to -1.
Recommended cache sizes
rpkit_auction id: Should be roughly the size of the maximum amount of expected simultaneous auctions.
rpkit_bid id: Should be roughly the size of the maximum expected number of bids multiplied by the maximum expected amount of simultaneous auctions.
Permissions
rpkit.auctions.command.auction.create:
description: Allows the creation of auctionsdefault: truerpkit.auctions.command.bid:
description: Allows bidding on auctionsdefault: truerpkit.auctions.sign.auction:
description: Allows creating auction signsdefault: truerpkit.auctions.sign.auction.bid:
description: Allows bidding via auction signsdefault: true