FAQ

Here you can view the frequent asked questions for Player Auctions, it might answer your question!

1. Why cant my players sell any items?

You will need a permissions plugin, and give them the permission pa.limit.<auctions>. For example: pa.limit.1 - can sell one item.

If you wish for players to have infinite auctions, you can give them pa.limit.*!

2. Can I edit/remove/add auction categories?

Yes, you can. You can go into the folder, /guis/category.yml and go to the bottom and manage the categories there.

3. Why can't I add empty lines to item descriptions?

There is a feature disabled by default the empty lines will automatically be removed in the description, you can disable this in the config.yml

4. Where do I change the category name?

You can change the category name in the guis/category.yml, some people do get confused between the difference of the item name and the category name. The category item name is under "name" whereas the category name is quite hidden, its the section name.

    all: # <--- # This is the name of category.
      displayname: "All" # <---- This is the display name of the category. This is what will be used to show to the player.
      name: "&bAll Auctions" # <---- this is the item name
      material: BOOK
      data: 0
      lore:
        - "&eClick&b to view all the auctions."
      slot: 4
      amount: 1

You might question yourself, how do you I specify its an all category if I change the name? Player Auctions will always recognise that the all category is the first category listed in the configuration file no matter what.

5. How do I change the currency prefix?

You can change the currency prefix in the category.yml where all the currencies are listed. Yes, we're aware its a very weird place to change it, but currencies are implemented as expansions so thats why they're listed there.

6. When using a chat wait action why does my chat message get sent into chat?

To fix chat messages from being sent into chat, go into your config.ymland go right to the bottom you'll see two settings wait-chat-event-priorityand use-paper-event, try disabling use-paper-eventand reload plugin. If it doesn't work, try changing the wait-chat-event-priorityto LOWEST, if that doesn't work, try enabling use-paper-eventagain with priority set to lowest. Unfortunately all chat plugins are different, they use different methods so you need to tell the plugin what works.

Last updated