ChestShop-3/com/Acrobot/ChestShop/Events
Justin Kaeser 9625680d97 Make chestshop buying transactions fail if money deposit on seller's account fails.
Some economy plugins, such as Gringotts, only allow a limited amount of money in an account.
Thus, deposits to an account can fail. Chestshop would ignore the failure, which could cause a seller not
to receive the payment for selling an item.

This commit fixes the problem by canceling a transaction if the seller is not able to receive the money of a sale.
2013-01-09 01:50:44 +01:00
..
Protection Improvements 2012-09-12 12:35:48 +02:00
ItemInfoEvent.java - Added API (let's start with simple things first) 2012-06-08 15:28:36 +02:00
PreTransactionEvent.java Make chestshop buying transactions fail if money deposit on seller's account fails. 2013-01-09 01:50:44 +01:00
ShopCreatedEvent.java Many, many changes 2012-10-16 17:03:45 +02:00
ShopDestroyedEvent.java Many, many changes 2012-10-16 17:03:45 +02:00
TransactionEvent.java Formatting 2012-11-29 20:28:16 +01:00