ChestShop-3/com/Acrobot/ChestShop
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
..
Commands Small fixes & starting to clean up code 2012-11-25 23:34:21 +01:00
Configuration Make chestshop buying transactions fail if money deposit on seller's account fails. 2013-01-09 01:50:44 +01:00
Containers Minor fixes & version change 2012-12-22 21:05:05 +01:00
DB Configured all classes to use the newest config 2012-11-23 21:04:13 +01:00
Economy Make chestshop buying transactions fail if money deposit on seller's account fails. 2013-01-09 01:50:44 +01:00
Events Make chestshop buying transactions fail if money deposit on seller's account fails. 2013-01-09 01:50:44 +01:00
Listeners Make chestshop buying transactions fail if money deposit on seller's account fails. 2013-01-09 01:50:44 +01:00
Logging - Added API (let's start with simple things first) 2012-06-08 15:28:36 +02:00
Plugins Added a check for existing protections in LWC 2012-12-31 02:46:42 +01:00
Signs Fix restricted shops + bump version 2012-12-31 17:04:38 +01:00
Utils Small fixes & starting to clean up code 2012-11-25 23:34:21 +01:00
ChestShop.java Minor fixes & version change 2012-12-22 21:05:05 +01:00
Dependencies.java Formatting 2012-11-29 20:28:16 +01:00
Metrics.java Un-deprecated the code 2012-12-19 18:49:13 +01:00
Permission.java Added a discount module 2012-08-24 10:24:47 +02:00
Security.java Small fixes & starting to clean up code 2012-11-25 23:34:21 +01:00