Auctions Configuration - RP-Kit/RPKit GitHub Wiki
» Home » Auctions » Configuration
Configuration
- auctions:
- 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 auctions
default: true
rpkit.auctions.command.bid:
description: Allows bidding on auctions
default: true
rpkit.auctions.sign.auction:
description: Allows creating auction signs
default: true
rpkit.auctions.sign.auction.bid:
description: Allows bidding via auction signs
default: true