For the complete documentation index, see llms.txt. This page is also available as Markdown.

Limits

Learn how PlayerMarketGUI uses player limits

Permissions:

Every limit outlined below is a default value for each player and can be overridden by setting player permissions (marked by *) to allow server owners to allow server owners to enhance the player's gameplay as they level up

All permissions are in the format of:

playermarketgui.limits.<limit>.<number>

Limits:

These limits can be configured inside the config.yml of the plugin under the feature's settings

Auction House

Sets a limit on how many listings a player can have for sale on the Auction House at the same time. Whether it be buy now listings or bidding auctions

*Permission: playermarketgui.limits.auction-listings.<number>

auction-house:
  maxPlayerListingsDefault: 5

While not really being a limit, this option sets the default duration (in hours) items sold on the auction house will be listed for

*Permission: playermarketgui.limits.auction-duration.<hours>

  durationHoursDefault: 168

Player Shops

Sets a limit on how many shops a player can create NOTE that these are like shop categories and cannot be sold like player GUI listings which are the items to be added within a shop

*Permission: playermarketgui.limits.player-shops.<number>

This is the default limit for how much shop listings a player can have for sale at the same time NOTE that these player listings count all active items for sale inside all of the player's shops combined, thus not to confuse with player shops

*Permission: playermarketgui.limits.shop-listings.<number>

While not really being a limit, this option sets the default duration (in hours) items sold in player shops will be listed for before they expire

*Permission: playermarketgui.limits.shop-listings-duration.<hours>

Chest Shops:

Defines a limit on how much chest shops a player can have active at the same time

*Permission: playermarketgui.limits.chest-shops.<number>

Sets the limit of how many active shop links (chest shops linked to a player shop) a single player can have

*Permission: playermarketgui.limits.shop-links.<number>

Last updated