Add shops plugin

Thanks to tlf30 for a lot of work on this.
This commit is contained in:
Major
2017-09-23 04:12:08 +01:00
parent 6d202abbc2
commit 52c25946b9
6 changed files with 808 additions and 1 deletions
@@ -31,7 +31,7 @@ public final class ItemVerificationHandler extends MessageHandler<InventoryItemM
* Gets the appropriate {@link Inventory}.
*
* @param player The {@link Player} who prompted the verification call.
* @return The inventory. Must not be {@code null}.
* @return The inventory, or {@code null} to immediately fail verification.
*/
Inventory getInventory(Player player);