elian1203 / ezAuctions

A simple, text-based auction plugin based on the Spigot Minecraft server software
https://www.spigotmc.org/resources/ezauctions.42574/
GNU General Public License v3.0
4 stars 4 forks source link

Blocked-Commands participation not check queue #12

Closed slvlr closed 2 years ago

slvlr commented 3 years ago

Commands that cannot be executed while you are participating in an auction Participants include the auctioneer and the bidders Please do not include the '/' in the command blocked-commands:

I have set this up like above, which prevents players joining the mob arena while having an auction active (then when the auction ends with no bids, the item is given to them in the mob arena). This works fine, however if there is an auction queue, it does not check that they are participating in the next auction, allowing them to join the arena, and then get their item after the next action.

Please could you fix this by checking if the player is also in an action queue?

elian1203 commented 2 years ago

Per #13 players in auction queue will now also be blocked from executing the specified blocked commands in the config.yml file.