ChestShop-3/com/Acrobot/ChestShop
meiamsome 9196504c68 Fixed some potential bugs.
Removed a hasAccount check from add, subtract and hasEnough. These checks should not exist.
The reasons are:
hasEnough: The default for an account may not have enough to pay for anything. Changed to check if Server Account instead.
add & subtract: Changed the check to only isEmpty. This is because money should not just be created or destroyed.
2012-08-18 21:53:01 +02:00
..
Commands - Added API (let's start with simple things first) 2012-06-08 15:28:36 +02:00
Config Added INVALID_SHOP_DETECTED for plugin use 2012-08-10 18:57:10 +02:00
Containers Removed unnecessary Container interface 2012-08-10 18:58:45 +02:00
DB Minor fixes 2012-06-25 17:16:57 +02:00
Economy Fixed some potential bugs. 2012-08-18 21:53:01 +02:00
Events Transactions now use Event-Listener system 2012-08-10 18:56:16 +02:00
Listeners Fixed incorrect string ordering 2012-08-10 22:40:49 +02:00
Logging - Added API (let's start with simple things first) 2012-06-08 15:28:36 +02:00
Plugins There is not ShopCheck class 2012-08-10 19:01:52 +02:00
Signs Update com/Acrobot/ChestShop/Signs/ChestShopSign.java 2012-08-15 01:22:55 +02:00
Utils uBlock now contains the chest neighbor methods 2012-08-10 18:59:10 +02:00
ChestShop.java Moved packages and fixed logging 2012-08-10 21:44:32 +02:00
Dependencies.java Add SecureChests support and Fix Towny integration 2012-07-26 13:44:57 +02:00
Metrics.java - Reformatted code 2012-05-10 16:32:25 +02:00
Permission.java - Reformatted code 2012-05-10 16:32:25 +02:00
Security.java - Added API (let's start with simple things first) 2012-06-08 15:28:36 +02:00