Shopkeepers/src/api
blablubbabc a2bcd14aaa Changes to the maximum shops limit.
* A value of '0' for the 'max-shops-per-player' setting no longer indicates no limit, but can be used to disable the creation and hiring of player shops. 'No limit' is indicated by a value of '-1' now. Any previous limit of '0' is automatically migrated.
* The permissions specified inside the config get cached and checked in decreasing order now. We abort checking permissions if they cannot further increase the player's current shops limit. An effect of this is that it is only possible to increase the default limit, not decrease it.
* Added permission node 'shopkeeper.maxshops.unlimited' (default: op), which disables the max shops limit for a player.
* Message: Changed the 'too-many-shops' message to be more general.
2020-11-25 02:22:05 +01:00
..
java/com/nisovin/shopkeepers/api Changes to the maximum shops limit. 2020-11-25 02:22:05 +01:00
test/com/nisovin/shopkeepers/api Added a test to ensure consistency between ShopkeepersPlugin and 2019-08-12 20:55:32 +02:00