Acrobot
7f933cb1d0
Document events
2013-04-27 14:48:19 +02:00
Acrobot
12a1dd87f3
Modify modules + fix maxPrice
2013-04-23 21:04:59 +02:00
Acrobot
688d146732
Use annotations in config system
2013-04-23 20:09:23 +02:00
Andrzej Pomirski
0c1e287b8a
Merge pull request #27 from jrtc27/bank
...
Only check if a bank exists when banks are supported
2013-04-13 03:32:25 -07:00
James Clarke
3098a38ba9
Only check if a bank exists when banks are supported
2013-04-13 00:13:17 +01:00
Andrzej Pomirski
3ca275cfd6
Merge pull request #26 from jrtc27/bank
...
Added support for bank accounts
2013-04-12 11:09:45 -07:00
James Clarke
6f12dd8464
Added support for bank accounts
2013-04-12 18:23:34 +01:00
Acrobot
4363198cbb
Guess what? :)
2013-04-05 14:23:17 +02:00
Acrobot
f5f883df8e
Instead of buy/sell all, shift sells one stack
2013-04-05 14:17:34 +02:00
Acrobot
e0fbe9f31a
Fix NPE on file load
2013-04-05 13:11:06 +02:00
Acrobot
a02593bd4c
Bump version
2013-03-30 16:00:54 +01:00
Acrobot
a3654ea031
Added an option to specify what shift does
2013-03-30 15:58:06 +01:00
Acrobot
20f9599c66
Allow enchantments over normal levels
2013-03-30 15:57:42 +01:00
Acrobot
960b1617c6
Supposedly fixed unusual error with EBean
2013-03-30 10:59:08 +01:00
Acrobot
680948cb36
Artifact rename + version bump
2013-03-25 19:42:06 +01:00
Acrobot
c29c132c58
Prevent NPEs from happening
2013-03-25 19:41:49 +01:00
Acrobot
cad73243a5
Bump version
2013-03-24 21:00:05 +01:00
Acrobot
33255ee248
Let admins be admins
2013-03-24 20:58:17 +01:00
Acrobot
30a514e783
Properly re-write BlockPlace listener
2013-03-24 20:58:09 +01:00
Acrobot
2448af7bcb
Make use of the new InventoryMoveEvent
2013-03-24 20:57:54 +01:00
Acrobot
1bc4fbcc78
Do not capitalize the metadata
2013-03-24 00:53:33 +01:00
Acrobot
055684fcbf
Fix NPE
2013-03-24 00:53:06 +01:00
Acrobot
17fc5b224c
Bump version
2013-03-23 14:08:28 +01:00
Acrobot
c8e85856a1
Fix neighbour finding
2013-03-23 14:08:21 +01:00
Acrobot
775dbe5afe
First MC 1.5 version
2013-03-16 19:27:24 +01:00
Acrobot
d908e904a2
Remove teleportation bugfix
...
Not needed anymore - we're targetting CraftBukkit 1.5
2013-03-16 18:33:55 +01:00
Acrobot
6576198b69
Fix priorities
2013-03-16 18:33:09 +01:00
Acrobot
5e987b927c
Format the fee message
2013-03-16 18:32:59 +01:00
Acrobot
86889b0ffc
Rework LWC module
2013-03-16 18:32:41 +01:00
Acrobot
7d8c2d56b0
Bump version
2013-03-11 00:32:17 +01:00
Acrobot
be46ac065f
Fix the money bug
2013-03-11 00:32:11 +01:00
Acrobot
6bebf3643e
Added auto-changing version in plugin.yml
2013-03-08 20:39:06 +01:00
Acrobot
a5bfa86bca
Mavenized the project
...
Switched the project to Maven - you're now able to easily build
ChestShop.
2013-03-08 20:31:15 +01:00
Acrobot
e5240729fc
Bump version
2013-03-07 22:32:41 +01:00
Acrobot
07b15d7da3
Fix for sending messages to the wrong player.
2013-03-03 17:26:10 +01:00
Acrobot
7c9642e9ff
Fix typo
2013-03-03 17:25:50 +01:00
Acrobot
a612932043
Refactoring
2013-02-23 22:22:20 +01:00
Acrobot
f1f0f13b01
Fix discounts not working
2013-02-23 22:22:08 +01:00
Acrobot
abdbcc15e1
Fix uppercasing the wrong things
2013-02-15 21:06:27 +01:00
Acrobot
715702d2bb
Bump version
2013-02-15 19:05:34 +01:00
Acrobot
198b4fc086
Quick refactoring
2013-02-15 19:05:18 +01:00
Acrobot
e4a152561e
Fix economy plugins
...
which check for active accounts.
2013-02-15 19:05:07 +01:00
Acrobot
951a065493
Add option to turn off the teleportation bugfix
2013-02-15 19:04:20 +01:00
Acrobot
5264f5d2df
We need Regex in that replace!
2013-02-11 20:51:54 +01:00
Acrobot
6f5ecdc0ce
Bump version
2013-02-11 20:29:17 +01:00
Acrobot
de433c829b
Fix priorities
2013-02-11 20:29:11 +01:00
Acrobot
c385d116fc
Fixed the system
2013-02-11 17:09:34 +01:00
Acrobot
50227c5da4
Refactoring
2013-02-11 16:55:18 +01:00
Andrzej Pomirski
68e3512af8
Merge pull request #24 from ShadowDog007/master
...
Improved performance when fetching ItemStacks
2013-02-11 07:53:31 -08: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