Commit Graph

  • 8e9f002ce1 Color finish messages light aqua Nathan Wolf 2015-12-02 13:05:27 -0800
  • 5c246a20c6 Remove debug print :( Nathan Wolf 2015-12-02 11:52:08 -0800
  • cff791cfbc Reset compass to bed location, if set Nathan Wolf 2015-12-02 11:38:07 -0800
  • 6bb17a08f4 Add /questsadmin reset command Nathan Wolf 2015-12-02 10:49:54 -0800
  • 21b0a8ade8 Don't save metadata along with the gui display icon Nathan Wolf 2015-12-02 09:03:25 -0800
  • 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. Nathan Wolf 2015-12-02 08:36:56 -0800
  • fccd3f03ec Point the compass at the player's next target. TODO: Needs config options, etc. Nathan Wolf 2015-12-02 08:36:11 -0800
  • ebfa61646a Delay sending quest finish messages by seconds. TODO: Needs a config option or quest parameter. Nathan Wolf 2015-12-02 08:07:36 -0800
  • 5b18275c49 More lore/display color fixes Nathan Wolf 2015-11-25 21:04:37 -0800
  • d5731d324b Fix /quests list when there's barely more than one page of quests Nathan Wolf 2015-11-25 18:53:12 -0800
  • 50b3c272bb Preserve colored item names Nathan Wolf 2015-11-25 18:52:54 -0800
  • 232b88aaf7 Merge pull request #232 from elBukkit/CustomModuleFixes FlyingPikachu 2015-11-20 21:18:41 -0500
  • 83c602e0f5 Merge branch 'CustomModuleFixes' Nathan Wolf 2015-11-18 11:09:51 -0800
  • ed0440092f Fix parameterization of custom rewards messages Nathan Wolf 2015-11-18 10:37:36 -0800
  • eb4da6fd9f Merge pull request #231 from elBukkit/CustomModuleFixes FlyingPikachu 2015-11-18 11:49:50 -0500
  • 4fa7bb4594 Fix CustomObjective equals method, which would cause the Listener to randomly unregister Nathan Wolf 2015-11-18 08:31:55 -0800
  • 877b593e7e Prevent NPE on null items- though not sure how it gets here. Nathan Wolf 2015-11-12 14:50:27 -0800
  • 65862a5bd1 Only register Objective Listeners once. Nathan Wolf 2015-11-12 09:19:50 -0800
  • f11e679325 Add event registration debug message... something weird is going on here :( Nathan Wolf 2015-11-12 05:53:51 -0800
  • 7c78f0ae87 Bump version number. Nathan Wolf 2015-11-11 09:22:21 -0800
  • a31f0ab8fa Fix custom rewards (much thanks to @wintermaples !!) Nathan Wolf 2015-11-10 15:56:38 -0800
  • dc32f197ee Add Denizen to lib folder Nathan Wolf 2015-11-10 13:03:06 -0800
  • 7e1244e80e Merge pull request #230 from FlyingPikachu/revert-224-master FlyingPikachu 2015-11-18 11:14:15 -0500
  • 2895af35b9 Revert "Fix Custom Rewards" FlyingPikachu 2015-11-18 11:11:46 -0500
  • 4b9a908f48 Merge pull request #224 from elBukkit/master FlyingPikachu 2015-11-18 11:05:43 -0500
  • 08982649e8 Fix CustomObjective equals method, which would case the Listener to randomly unregister (OMG GRRRRRRRRRR) Nathan Wolf 2015-11-17 12:47:53 -0800
  • 2abb699f4e Revert registration delay, didn't seem to help. Nathan Wolf 2015-11-12 21:49:10 -0800
  • b623f5eec8 Prevent NPE on null items- though not sure how it gets here. Nathan Wolf 2015-11-12 14:50:27 -0800
  • c847fd0c37 Delay objective event registration to hopefully prevent random failures. Nathan Wolf 2015-11-12 10:12:36 -0800
  • 1afeff873c Only register Objective Listeners once. Nathan Wolf 2015-11-12 09:19:50 -0800
  • 2389adb648 Add event registration debug message... something weird is going on here :( Nathan Wolf 2015-11-12 05:53:51 -0800
  • 8a06b00c6e Remove build number from plugin version Nathan Wolf 2015-11-11 19:34:01 -0800
  • 75debca51b Bump version number. Nathan Wolf 2015-11-11 09:22:21 -0800
  • 013172939b Fix custom rewards (much thanks to @wintermaples !!) Nathan Wolf 2015-11-10 15:56:38 -0800
  • 663c844ccf Remove build number, not sure my environment supports this? Nathan Wolf 2015-11-10 13:03:55 -0800
  • a94709c1de Add Denizen to lib folder Nathan Wolf 2015-11-10 13:03:06 -0800
  • 163de45dea For for #188 HappyPikachu 2015-08-07 23:26:48 -0400
  • be8b52361a Test fix 4 for #130 HappyPikachu 2015-06-12 23:32:28 -0400
  • b5443d9813 Test fix 3 for #130 HappyPikachu 2015-06-11 10:29:37 -0400
  • a7df3ac897 Test fix 2 for #130 HappyPikachu 2015-06-09 15:42:09 -0400
  • 7ee164ef5c Test fix for #130 HappyPikachu 2015-06-07 11:26:10 -0400
  • 80aafcfab5 Add try/catch for #130 HappyPikachu 2015-06-06 22:49:26 -0400
  • eced37a101 Merge branch 'master' of ssh://git@github.com/FlyingPikachu/Quests.git HappyPikachu 2015-06-06 16:09:50 -0400
  • 9addf7c5ac Check for null delivery items/npcs, should fix #93 and #134 HappyPikachu 2015-06-06 16:09:37 -0400
  • 1cdcdd7a68 Merge pull request #96 from DNx5/patch-1 FlyingPikachu 2015-06-06 07:41:49 -0400
  • e2bab24d34 Update for Spigot 1.8.7, increment version number HappyPikachu 2015-06-05 10:25:19 -0400
  • 4da96dee7e Do not break after checking first Quest, fixes #57 HappyPikachu 2015-06-03 04:44:49 -0400
  • 2bcdb69257 Update for Spigot 1.8.4+ HappyPikachu 2015-05-29 22:52:54 -0400
  • 36a530f3cf Fix killing NPCs with bow/arrow. Issue was combination of NPCs counting as Players, and Quests treating them as mobs. Fixes #102 HappyPikachu 2015-05-20 19:27:26 -0400
  • a518accd74 Finalize version handling HappyPikachu 2015-05-19 09:07:02 -0400
  • 1239685c10 Attempt version handling HappyPikachu 2015-05-18 23:18:44 -0400
  • 46c38c486b Attempt fix for #111 HappyPikachu 2015-05-09 09:48:59 -0400
  • 629c80b2a0 Add debug for #93 HappyPikachu 2015-04-29 21:29:11 -0400
  • 26899369ec Ignore error for non module class. Dani 2015-04-27 05:39:15 +0700
  • a7d6ea8885 Correct fix for #71, fixes #83 HappyPikachu 2015-04-20 09:02:54 -0400
  • 81b24b4b50 Add debug for #89 HappyPikachu 2015-04-16 15:30:10 -0400
  • 889f76d6dc Merge pull request #89 from PikachuEXE/fix/NPE FlyingPikachu 2015-04-16 15:23:19 -0400
  • 2fbea95b39 ! Fix NPE in player listeners PikachuEXE 2015-04-16 07:08:53 +0800
  • 7783144b68 Increment version number, include author HappyPikachu 2015-04-15 14:16:26 -0400
  • d2b0d33d48 Remove debug message HappyPikachu 2015-04-15 14:07:32 -0400
  • f1b527064d Disallow Quest Journals in Item Frames, fixes #86 HappyPikachu 2015-04-15 12:55:29 -0400
  • 6f3271d0d0 Merge pull request #80 from PikachuEXE/fix/kill-mob-location FlyingPikachu 2015-04-15 12:26:57 -0400
  • ee57773668 Revise new commands HappyPikachu 2015-04-15 12:11:44 -0400
  • 1af53440ba ! Fix world name not being checked for kill mob location when specified PikachuEXE 2015-04-11 07:43:55 +0800
  • 0ebc32f40a Merge pull request #76 from PikachuEXE/refactor/player-finder-find-exact-match-first FlyingPikachu 2015-04-10 17:23:47 -0400
  • c760ee2fff Merge pull request #75 from PikachuEXE/feature/cmd/admin/remove-completed-quest-offline FlyingPikachu 2015-04-10 17:23:11 -0400
  • dbe6973d65 Output message for no quests HappyPikachu 2015-04-10 00:05:38 -0400
  • 357edac77b * Return a player with exact name match first when trying to partial match PikachuEXE 2015-04-10 11:56:19 +0800
  • b294b59788 * Make /quest removecompletedquest offline player compatible PikachuEXE 2015-04-10 09:23:23 +0800
  • 150e524855 * Make /quest stats offline player compatible PikachuEXE 2015-04-10 09:16:18 +0800
  • ec074573a7 + Add PlayerFinder.findOfflinePlayerWithNameByExactCaseInsensitiveNameMatch PikachuEXE 2015-04-10 09:34:26 +0800
  • 9d3ced7e76 + Add PlayerFinder.findOfflinePlayerByExactCaseInsensitiveNameMatch PikachuEXE 2015-04-09 15:03:21 +0800
  • 864bfc54d2 Merge pull request #73 from PikachuEXE/feature/cmd/admin/remove-completed-quest FlyingPikachu 2015-04-09 20:19:03 -0400
  • dfe36bfdd6 + Add command /questadmin removecompletedquest PikachuEXE 2015-04-08 18:05:37 +0800
  • ed3492cea2 + Add command /questadmin stats PikachuEXE 2015-04-08 16:31:54 +0800
  • 6ab4b52eb9 + Add Utility class PlayerFinder PikachuEXE 2015-04-08 18:10:53 +0800
  • 9d6da70404 * Ignore IDEA files PikachuEXE 2015-04-08 16:30:53 +0800
  • 380a299dd5 Amend giving quest names with spaces, fixes #62 HappyPikachu 2015-04-02 00:41:31 -0400
  • 7123f29981 Remove unused command HappyPikachu 2015-04-02 00:04:35 -0400
  • bff39b92cc Update blacklist, add purge sub-command HappyPikachu 2015-03-23 10:20:15 -0400
  • dd75ec12ef Increment version number HappyPikachu 2015-03-19 15:45:53 -0400
  • e8a437c285 Add missing * permissions HappyPikachu 2015-03-19 15:44:47 -0400
  • dfcc339e1d Accept seconds for delays/durations, adds #23 HappyPikachu 2015-03-18 13:16:05 -0400
  • 3670e4eb89 Update GUI color for Stone Miner HappyPikachu 2015-03-18 11:13:16 -0400
  • 14d9636b09 Lower char limit for GUI lore newline, fixes #53 HappyPikachu 2015-03-16 15:48:05 -0400
  • 7298c490c7 Load redo-delay as Long, not Int HappyPikachu 2015-03-13 20:16:50 -0400
  • 2b5beebfa2 Increment version number HappyPikachu 2015-03-13 13:37:35 -0400
  • afb044479f Fix error when right-clicking, fixes #54 HappyPikachu 2015-03-13 13:33:54 -0400
  • 9538fba9b7 Check for Citizens before loading config values HappyPikachu 2015-03-12 23:26:39 -0400
  • 3ce4b4fe53 Increment version number HappyPikachu 2015-03-12 22:31:52 -0400
  • 3137d99b29 Add files HappyPikachu 2015-03-12 22:19:25 -0400
  • f8cb20c042 Increment version number HappyPikachu 2015-03-12 22:18:39 -0400
  • fad1135cbd Lazy HappyPikachu 2015-03-12 21:30:24 -0400
  • 93e7525232 Test commit HappyPikachu 2015-03-12 21:04:23 -0400
  • f215bca7a4 Update for Spigot 1.8.3 HappyPikachu 2015-03-12 21:03:15 -0400
  • a1a0d98252 Delete worldedit-bukkit-6.0-dist.jar FlyingPikachu 2015-03-12 19:47:38 -0400
  • 613101392d Delete worldguard-6.0.0-SNAPSHOT.jar FlyingPikachu 2015-03-12 19:47:29 -0400
  • 08531cd0a7 Use Maven repo for WorldEdit/Guard HappyPikachu 2015-03-12 19:45:05 -0400
  • 4c83d7a86d Use item names for enchantments, fixes #51 HappyPikachu 2015-03-12 11:17:35 -0400
  • 58c16ba2ba Add Horse to tameable mobs, fixes #49 HappyPikachu 2015-03-11 17:46:24 -0400