This release includes some misc. improvements to how the AH menu is called and provides feature parity with the AuctionHouse plugin.
- Added trigger for custom entity name. The config.yml was updated to reflect these changes and now has the following entries under triggers:
signs: '[AuctionHouse]'
block_name: Auction House
entity_name: Auction House
All three are strings that will be checked if either the sign contains the text, or the block or entity's custom name contains the text. It will strip colors out when comparing.
You can summon an invulnerable, persistent, silent entity in Minecraft with no AI and give it a custom name that matches the entity_name and you can open the menu without having to use any NPC plugins.
- Changed the behavior for clicking on signs with a "dye" item will now not open the menu to allow plugins that add this coloring functionality to still work.
- Added two additional commands only available from the console:
/ah <player>
/ah menu <player>
These will open the AH menu for the target player if they are logged in and are intended for using in custom menu or NPC commands running on the console. Can be used with Citizens NPC and CitizensCMD.
- Added /auction alias for /ah
- Fixed messages when using /ah search or /ah sell without the required second parameter. Now shows the command syntax.
This version updates the config.yml version to 12, and the locale file version to 15. The following entry is added to the en_us.json locale file:
"console.command.invalid_player": "Player is offline or invalid!"
Although this is a feature improvement release, as with all new releases please make a backup copy of your data files, in case you need to roll back.