Commit Graph

22 Commits

Author SHA1 Message Date
Acrobot
5264f5d2df We need Regex in that replace! 2013-02-11 20:51:54 +01:00
Acrobot
c385d116fc Fixed the system 2013-02-11 17:09:34 +01:00
Michael McKnight
de182d85b4 Speed up getting materials from sign names
When an item is fetched from a string it caches the material in a
hashmap using the items sign name as the key.
This should massively improve performance when fetching itemstacks using
the string from signs. (Which should be mostly when it is needed)
2013-02-11 13:09:12 +13:00
Acrobot
ffbaaf85ed Hopefully this should increase performance a bit
This method is a bottleneck :(
2013-02-08 21:35:23 +01:00
Acrobot
4415b52986 A bit of optimalization 2013-02-08 19:34:26 +01:00
Acrobot
6a48340dc6 A bit more clear. 2013-02-08 19:30:35 +01:00
Acrobot
a499ab2cf0 "Light Blue Wool" now works
Awesome. More performance, better item recognition. Less spaghetti in
the code.
2013-02-08 19:29:13 +01:00
Acrobot
a8e8078348 Finally, no more tricks for that! 2013-02-07 14:16:50 +01:00
Acrobot
ebdf90a64e ChestShop 3.50 IS NEAR 2013-01-24 22:35:28 +01:00
Acrobot
c97d6fbebe Changes to prepare for the MC change 2013-01-15 21:33:00 +01:00
Acrobot
841a67a54b Bukkit functions > custom functions 2012-12-22 21:04:15 +01:00
Acrobot
817fdeae3f Added prevention against NPEs in MaterialUtil 2012-11-28 21:30:53 +01:00
Acrobot
724cc4077c A bit of tweaking 2012-11-23 21:01:43 +01:00
Acrobot
51d4cf1b61 I hate you too, GitHub for Windows 2012-10-28 23:56:40 +01:00
Acrobot
b0a04c42cc Fixed enchantments -.- 2012-10-28 23:55:27 +01:00
Cyprias
7cb8cafd01 * Fixed enchants not being added to items. 2012-10-28 14:22:11 -06:00
Acrobot
361724f2be Fixed item and price formatting 2012-10-21 22:45:30 +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
92aeee4a86 Trying to fix "Item not recognised" message 2012-08-10 18:54:49 +02:00
Acrobot
919b9728f5 Fix enchantment detection 2012-07-26 13:44:19 +02:00
Acrobot
d1732552b0 - Made the plugin more event-driven
- Added PreTransactionEvent which can be cancelled
- Fixed not placing B/S before prices
- Updated Heroes
2012-07-07 19:24:06 +02:00
Acrobot
5908eb67fa - Added API (let's start with simple things first)
- Copied utilities from ChestShop-4
- Made code really, really nicer to read
- Made every external plugin's wrapper a listener, so it listens to events instead of being hard-coded.
2012-06-08 15:28:36 +02:00