The command for adding store now supports specifying a team. The format is now /bw admin <arena> store add [name above dealer head] [file with shop] [team name] [use main shop], the new argument is optional. The old command variant (/bw admin <arena> store add [name above dealer head] [file with shop] [use main shop]) can still be used.
Added new option disable-opening-stores-of-other-teams (default: false) to config.yml
If true, players cannot open stores linked to an enemy team.
Team linkage is exposed in the API for use in addons.
Shop open API introduced in the previous version has been expanded with tryOpenStore, tryOpenDefaultStore and tryOpenCustomStore methods, which calls the BedwarsOpenShopEvent and thus provide support for addons manipulating with or replacing the shop system. Use of these new methods is now preferred over openDefaultStore and openCustomStore.