Commit Graph

651 Commits

Author SHA1 Message Date
Dan Mulloy
02d18df559 Fix an error with empty signs
Fixes #3
2016-08-20 16:08:46 -04:00
Andrzej Pomirski
6d6b6c9950 Merge pull request #46 from Libter/master
Metrics update
2016-07-20 15:09:31 +02:00
Libter
2169a3dc1c Metrics update 2016-07-19 14:41:44 +02:00
Dan Mulloy
a13b2c9070 Fix a few NPE's caused by null accounts
Thanks @mibby
2016-07-07 12:15:43 -04:00
Dan Mulloy
218e3b4acd Merge pull request #2 from VoxileRu/master
Metrics R8
2016-07-06 19:44:17 -04:00
Stanislav Usenkov
c4c879117a We should update Metrics! 2016-07-06 18:55:40 +06:00
Dan Mulloy
a9f2f228d6 Update to 1.10, attempt fix for item overflow 2016-06-09 22:38:15 -04:00
Dan Mulloy
bf2d3f6c78 Merge pull request #1 from Brianetta/PR_fix_compile
Implement missing methods so that this compiles without errors
2016-05-07 19:49:33 -04:00
Brian Ronald
ef5ccbb775 Implement missing methods so that this compiles without errors 2016-05-08 00:29:20 +01:00
Andrzej Pomirski
cfd8cff209 Merge pull request #44 from sgdc3/1.8.X
Fix authme hook (final)
2016-04-06 11:34:06 +02:00
Gabriele C
973ce58461 Fix authme hook 2016-04-05 22:23:50 +02:00
Gabriele C
b040eafcc1 Merge pull request #2 from Acrobot/master
Up
2016-04-05 22:07:39 +02:00
Dan Mulloy
123c05a98e Update to 1.9 2016-03-06 14:50:15 -05:00
Andrzej Pomirski
5f7d6776c2 kickPlayer() should be called asynchronously 2015-08-15 19:38:30 +02:00
Andrzej Pomirski
c169df2265 Merge pull request #43 from sgdc3/master
Moved AuthMe hook to ChestShop using the API
2015-08-07 16:53:16 +02:00
Gabriele C.
1546461fa2 Update AuthMeChestShopListener.java 2015-08-07 15:18:21 +02:00
Gabriele C.
897127976a Merge pull request #1 from Acrobot/master
Up
2015-08-07 15:16:06 +02:00
Gabriele C.
656c1080ce Update AuthMeChestShopListener.java 2015-08-07 15:15:35 +02:00
Gabriele C
532e50c64b Bump version 2015-08-06 16:10:26 +02:00
Gabriele C
be26bea03c Moved AuthMe hook to ChestShop using the API 2015-08-06 15:59:51 +02:00
Andrzej Pomirski
b0369d8e69 Do not let people with already used usernames connect to the server 2015-08-06 15:19:46 +02:00
Andrzej Pomirski
757fa85cb7 Merge pull request #42 from sgdc3/master
Minor code smell fixes
2015-08-06 15:10:55 +02:00
Gabriele C
27688735ad Readded suppress warning 2015-08-06 14:36:16 +02:00
Gabriele C
690af050e1 Style fix, removed useless cases 2015-08-06 14:33:15 +02:00
Gabriele C
8c49bfdbf4 Fixes 2015-08-01 09:52:13 +02:00
Andrzej Pomirski
04ae242ad1 Merge pull request #39 from sgdc3/master
Exclude Bukkit/CraftBukkit from dependencies, update the plugins and repos
2015-07-12 21:46:35 +02:00
Gabriele C.
4f7f2c395f Update pom.xml 2015-07-12 21:45:01 +02:00
Gabriele C.
cfbb000748 Update pom.xml 2015-07-12 21:40:50 +02:00
Gabriele C.
a8ea05a70c Update pom.xml 2015-07-12 20:32:58 +02:00
Andrzej Pomirski
0b01c22041 Bump version 2015-07-12 19:19:43 +02:00
Andrzej Pomirski
c70fa03a6c Remove database suppression 2015-07-12 19:19:23 +02:00
Andrzej Pomirski
416e15a96c Add new tests to price checking 2015-07-12 19:19:12 +02:00
Andrzej Pomirski
17c2f943c6 Do not let players create shops on donation chests 2015-07-12 19:18:53 +02:00
Andrzej Pomirski
3c949f0450 Remove trailing zeroes from prices 2015-07-12 19:18:31 +02:00
Andrzej Pomirski
1d550874fb Grammar! 2015-07-12 19:18:06 +02:00
Andrzej Pomirski
693b1e3691 Bump version 2015-07-05 21:56:52 +02:00
Andrzej Pomirski
7bc452e203 Switch to thread-safe DTOs 2015-07-05 21:56:42 +02:00
Andrzej Pomirski
118f72e805 Speed up SignBreak 2015-07-05 21:55:59 +02:00
Andrzej Pomirski
e5953cd740 Speed up the isSign method
Theoretically, block.getState() returns a thread-safe instance of a
block, so getting it when not needed might have hurt performance of
ChestShop
2015-07-05 21:48:17 +02:00
Andrzej Pomirski
2b3a4b2bd3 Version bump 2015-05-31 18:27:18 +02:00
Andrzej Pomirski
99959f2ca0 Fix the problem with colour signs
Apparently sign colour plugins do not consider &0 to be a colour that
needs to be removed if there is no other code like that on the sign,
thus ChestShop did not register the initial SignChangeEvent, however
after the server software removes the redundant colour from the sign, it
appeared and worked just like a ChestShop one. This commit "fixes" this
by stripping the colour codes from the sign before it is created.
2015-05-31 18:27:11 +02:00
Andrzej Pomirski
44d801db46 Remove obsolete configuration options 2015-05-22 13:31:43 +02:00
Andrzej Pomirski
c0ed70743f Bump version for real 2015-05-22 13:27:44 +02:00
Andrzej Pomirski
6982ef38d1 Should fix the Mac issues 2015-05-22 13:26:42 +02:00
Andrzej Pomirski
2cde9da196 Remove DB logging 2015-05-22 13:26:28 +02:00
Andrzej Pomirski
cd3781c26c Should fix the lag, hopefully 2015-05-22 13:26:20 +02:00
Andrzej Pomirski
02673dec94 Make DB code nicer 2015-05-22 13:26:07 +02:00
Andrzej Pomirski
6466b2d6aa Remove logging to database! 2015-05-22 13:25:32 +02:00
Andrzej Pomirski
9200928dca Bump version, include Spigot 2015-05-22 13:24:57 +02:00
Andrzej Pomirski
8b24b065d3 Bump version 2015-03-21 16:11:38 +01:00