Commit Graph

615 Commits

Author SHA1 Message Date
Nathan Wolf
4dd8780d07 Don't kick people out of quests when they change. This is too picky and glitchy, I'd rather just deal with the consequences of broken quests, I think. 2015-12-02 08:36:56 -08:00
Nathan Wolf
fccd3f03ec Point the compass at the player's next target. TODO: Needs config options, etc. 2015-12-02 08:36:11 -08:00
Nathan Wolf
ebfa61646a Delay sending quest finish messages by seconds. TODO: Needs a config option or quest parameter. 2015-12-02 08:07:36 -08:00
Nathan Wolf
5b18275c49 More lore/display color fixes 2015-11-25 21:04:37 -08:00
Nathan Wolf
d5731d324b Fix /quests list when there's barely more than one page of quests 2015-11-25 18:53:12 -08:00
Nathan Wolf
50b3c272bb Preserve colored item names 2015-11-25 18:52:54 -08:00
FlyingPikachu
232b88aaf7 Merge pull request #232 from elBukkit/CustomModuleFixes
Fix parameterization of custom rewards messages
2015-11-20 21:18:41 -05:00
Nathan Wolf
83c602e0f5 Merge branch 'CustomModuleFixes' 2015-11-18 11:09:51 -08:00
Nathan Wolf
ed0440092f Fix parameterization of custom rewards messages 2015-11-18 10:37:36 -08:00
FlyingPikachu
eb4da6fd9f Merge pull request #231 from elBukkit/CustomModuleFixes
Custom module fixes
2015-11-18 11:49:50 -05:00
Nathan Wolf
4fa7bb4594 Fix CustomObjective equals method, which would cause the Listener to randomly unregister 2015-11-18 08:31:55 -08:00
Nathan Wolf
877b593e7e Prevent NPE on null items- though not sure how it gets here. 2015-11-18 08:29:46 -08:00
Nathan Wolf
65862a5bd1 Only register Objective Listeners once. 2015-11-18 08:29:37 -08:00
Nathan Wolf
f11e679325 Add event registration debug message... something weird is going on here :( 2015-11-18 08:29:30 -08:00
Nathan Wolf
7c78f0ae87 Bump version number. 2015-11-18 08:29:16 -08:00
Nathan Wolf
a31f0ab8fa Fix custom rewards (much thanks to @wintermaples !!) 2015-11-18 08:28:09 -08:00
Nathan Wolf
dc32f197ee Add Denizen to lib folder 2015-11-18 08:27:00 -08:00
FlyingPikachu
7e1244e80e Merge pull request #230 from FlyingPikachu/revert-224-master
Revert "Fix Custom Rewards"
2015-11-18 11:14:15 -05:00
FlyingPikachu
2895af35b9 Revert "Fix Custom Rewards" 2015-11-18 11:11:46 -05:00
FlyingPikachu
4b9a908f48 Merge pull request #224 from elBukkit/master
Fix Custom Rewards
2015-11-18 11:05:43 -05:00
Nathan Wolf
08982649e8 Fix CustomObjective equals method, which would case the Listener to randomly unregister (OMG GRRRRRRRRRR) 2015-11-17 12:47:53 -08:00
Nathan Wolf
2abb699f4e Revert registration delay, didn't seem to help. 2015-11-12 21:49:10 -08:00
Nathan Wolf
b623f5eec8 Prevent NPE on null items- though not sure how it gets here. 2015-11-12 14:50:27 -08:00
Nathan Wolf
c847fd0c37 Delay objective event registration to hopefully prevent random failures. 2015-11-12 10:12:36 -08:00
Nathan Wolf
1afeff873c Only register Objective Listeners once. 2015-11-12 09:19:50 -08:00
Nathan Wolf
2389adb648 Add event registration debug message... something weird is going on here :( 2015-11-12 05:53:51 -08:00
Nathan Wolf
8a06b00c6e Remove build number from plugin version 2015-11-11 19:34:01 -08:00
Nathan Wolf
75debca51b Bump version number. 2015-11-11 09:22:21 -08:00
Nathan Wolf
013172939b Fix custom rewards (much thanks to @wintermaples !!) 2015-11-10 15:56:38 -08:00
Nathan Wolf
663c844ccf Remove build number, not sure my environment supports this? 2015-11-10 13:03:55 -08:00
Nathan Wolf
a94709c1de Add Denizen to lib folder 2015-11-10 13:03:06 -08:00
HappyPikachu
163de45dea For for #188 2015-08-07 23:26:48 -04:00
HappyPikachu
be8b52361a Test fix 4 for #130 2015-06-12 23:32:28 -04:00
HappyPikachu
b5443d9813 Test fix 3 for #130 2015-06-11 10:29:37 -04:00
HappyPikachu
a7df3ac897 Test fix 2 for #130 2015-06-09 15:42:09 -04:00
HappyPikachu
7ee164ef5c Test fix for #130 2015-06-07 11:26:10 -04:00
HappyPikachu
80aafcfab5 Add try/catch for #130 2015-06-06 22:49:26 -04:00
HappyPikachu
eced37a101 Merge branch 'master' of ssh://git@github.com/FlyingPikachu/Quests.git 2015-06-06 16:09:50 -04:00
HappyPikachu
9addf7c5ac Check for null delivery items/npcs, should fix #93 and #134 2015-06-06 16:09:37 -04:00
FlyingPikachu
1cdcdd7a68 Merge pull request #96 from DNx5/patch-1
Ignore error for non module class.
2015-06-06 07:41:49 -04:00
HappyPikachu
e2bab24d34 Update for Spigot 1.8.7, increment version number 2015-06-05 10:25:19 -04:00
HappyPikachu
4da96dee7e Do not break after checking first Quest, fixes #57 2015-06-03 04:44:49 -04:00
HappyPikachu
2bcdb69257 Update for Spigot 1.8.4+ 2015-05-29 22:52:54 -04:00
HappyPikachu
36a530f3cf Fix killing NPCs with bow/arrow. Issue was combination of NPCs counting
as Players, and Quests treating them as mobs. Fixes #102
2015-05-20 19:27:26 -04:00
HappyPikachu
a518accd74 Finalize version handling 2015-05-19 09:07:02 -04:00
HappyPikachu
1239685c10 Attempt version handling 2015-05-18 23:18:44 -04:00
HappyPikachu
46c38c486b Attempt fix for #111 2015-05-09 09:48:59 -04:00
HappyPikachu
629c80b2a0 Add debug for #93 2015-04-29 21:29:11 -04:00
Dani
26899369ec Ignore error for non module class. 2015-04-27 05:39:15 +07:00
HappyPikachu
a7d6ea8885 Correct fix for #71, fixes #83 2015-04-20 09:02:54 -04:00