Commit Graph

146 Commits

Author SHA1 Message Date
Acrobot
22c5e20703 Changed how uName works
(I still don't like the uName class at all, it will probably change in
the near future)
2012-11-23 21:03:02 +01:00
Acrobot
3104ba1b48 Changed /chestshop reload to work with new config 2012-11-23 21:02:15 +01:00
Acrobot
4252ede145 Yes... This too... 2012-11-23 21:01:53 +01:00
Acrobot
724cc4077c A bit of tweaking 2012-11-23 21:01:43 +01:00
Acrobot
9c492ac031 Added a utility method to merge similar stacks 2012-11-23 21:01:29 +01:00
Acrobot
aa35a0aa84 More configuration stuff! 2012-11-23 21:00:35 +01:00
Acrobot
513aeef7b7 Added a new config system 2012-11-23 20:59:12 +01:00
Acrobot
028a18179c Protection from NPE 2012-11-04 21:09:52 +01:00
Acrobot
1e57726b60 I like clean code. 2012-11-04 21:09:38 +01:00
Acrobot
239a4597c7 Bumped version 2012-11-03 20:41:35 +01:00
Acrobot
ac71113f3e Added protection from buy and sell prices == 0
Also fixed the formattedItem NPE.
2012-11-03 20:41:28 +01:00
Acrobot
45fa6d5c75 THEN WHO WAS BLOCK?! 2012-11-03 20:40:48 +01:00
Acrobot
cd13f1ce8f Yeah, include server economy account 2012-11-03 20:40:30 +01:00
Acrobot
df0de0ab44 Ready! :D 2012-11-03 20:40:16 +01:00
Acrobot
b1528ddc6f We're coding for SQLite at the moment 2012-11-02 20:48:14 +01:00
Acrobot
533d9eacdd Added a bit of functionality to automatic class parser 2012-11-02 20:12:46 +01:00
Acrobot
51d4cf1b61 I hate you too, GitHub for Windows 2012-10-28 23:56:40 +01:00
Acrobot
efc8a32f98 Database stuffffff 2012-10-28 23:55:30 +01:00
Acrobot
aed6eff863 Fixed enchantments -.- 2012-10-28 23:55:29 +01:00
Acrobot
b0a04c42cc Fixed enchantments -.- 2012-10-28 23:55:27 +01:00
Andrzej Pomirski
60c291da03 Merge pull request #22 from Cyprias/master
Fixed enchants not being added to items.
2012-10-28 15:24:39 -07:00
Cyprias
7cb8cafd01 * Fixed enchants not being added to items. 2012-10-28 14:22:11 -06:00
Acrobot
980739dd11 Oh you, git. 2012-10-21 22:49:42 +02:00
Acrobot
8c5d0f9c01 Started working on the database stuff :D 2012-10-21 22:46:16 +02:00
Acrobot
988a3a549c Using libraries built in Bukkit > manually 2012-10-21 22:46:00 +02:00
Acrobot
361724f2be Fixed item and price formatting 2012-10-21 22:45:30 +02:00
Acrobot
49165e5965 Fixed item name formatting
And fixed a strange bug involving priorities
2012-10-17 00:44:28 +02:00
Acrobot
1bf4651efa Many, many changes
- Added ShopDestroyedEvent
- Fixed signs stacked on each other not working
- Fixed Admin Shops selling materials with metadata
- Fixed shops accepting '0' quantity
- Started working on database stuff
- Split BlockBreak listener to many files
- Added methods to InventoryUtil
- Fixed discounts
2012-10-16 17:03:45 +02:00
Acrobot
1e85e427ca REALLY fixed Admin Shops now
Also, fixed out of stock message to include items.
Oh, and Shift+clicking correctly gets the item amount.
2012-09-20 22:38:11 +02:00
Acrobot
bbeec231ec Added '-' to the supported name character list 2012-09-16 11:53:38 +02:00
Acrobot
a9aa932a6f Fixed Admin Shops' sign removal 2012-09-15 20:48:37 +02:00
Acrobot
773df3bbc3 Really fixed Admin Shops now 2012-09-15 20:32:22 +02:00
Acrobot
773ae17118 Version change 2012-09-14 23:00:53 +02:00
Acrobot
228f493b70 Fixed bug that caused non-economically-active admin shops to be out of money. Also, fixed probable bug with enchantments 2012-09-14 23:00:17 +02:00
Acrobot
6707b1bd5e Fixed the inability for admins to create more than one sign on a chest 2012-09-12 13:06:52 +02:00
Acrobot
d421581e89 Improvements 2012-09-12 12:35:48 +02:00
Acrobot
7ef93e7bc1 Fiiiixeees 2012-09-02 22:41:24 +02:00
Acrobot
0a5707c4d8 Small fixes 2012-08-25 12:50:16 +02:00
Acrobot
ef91e8ccb5 Fixes 2012-08-24 21:03:51 +02:00
Andrzej Pomirski
918b728767 Merge pull request #21 from meiamsome/patch-2
Fixed some potential bugs in the economy section
2012-08-24 11:11:52 -07:00
meiamsome
3e04048e67 Renamed serverAccount() to getServerAccountName()
-
2012-08-24 17:36:35 +02:00
Acrobot
c9e9c6a33e Activated Residence Chest protection 2012-08-24 10:45:54 +02:00
Acrobot
002430a147 Added Residence Chest protection 2012-08-24 10:43:46 +02:00
Acrobot
7a8158508a Added a discount module 2012-08-24 10:24:47 +02:00
meiamsome
80f658e748 Added roundDown
Added another round function as required.
2012-08-18 21:56:46 +02:00
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
Andrzej Pomirski
af692eb4f8 Merge pull request #20 from meiamsome/patch-1
Updated ChestShopSign.java to allow signs with lower-case B and S.
2012-08-15 10:04:18 -07:00
meiamsome
e7e66b142f Update com/Acrobot/ChestShop/Signs/ChestShopSign.java
Updated to alternate fix.
2012-08-15 01:22:55 +02:00
meiamsome
ebfcfd56f0 Update com/Acrobot/ChestShop/Signs/ChestShopSign.java
Fixes problems with isValid() when used on a sign which has it's price line formatted with lower case letters. Also, uses RegEx to check the price line is valid.
2012-08-14 02:52:56 +02:00
Acrobot
7629c1bc4b Fixed incorrect string ordering 2012-08-10 22:40:49 +02:00