Commit Graph

  • 4fc6349824 Move healthbar stuff to it own class. GJ 2013-04-24 11:40:34 -04:00
  • 7a3921eace Make these actually random. GJ 2013-04-24 11:05:40 -04:00
  • e99599c377 Fixed Smelting returning ink sacs instead of Lapis when double-dropping. GJ 2013-04-24 07:08:24 -04:00
  • e1f6366a00 Don't make a new File every time. GJ 2013-04-23 09:32:28 -04:00
  • 182b01ac2f Redundant check is redundant GJ 2013-04-23 09:10:22 -04:00
  • 18f3914428 Use the path we already have. GJ 2013-04-23 09:10:03 -04:00
  • bd0a045da3 No need to handle the load ourselves. GJ 2013-04-23 09:00:42 -04:00
  • 9a4bed8c67 Already set to config default in constructor t00thpick1 2013-04-23 01:25:54 -03:00
  • ae0cf692cd Use defaults when using defaults. t00thpick1 2013-04-23 01:22:01 -03:00
  • 2ca7d139fe Fix NPEs relating combat checks and world changing. Fixes #976, #979 GJ 2013-04-22 23:19:26 -04:00
  • 7e67505dfb Remove redundant ChimaeraWing check TfT_02 2013-04-21 21:50:08 +02:00
  • 21100de85d Move the ChimaeraWing permission check and add feedback TfT_02 2013-04-21 21:48:42 +02:00
  • d8f799f8b4 Add a few missing items to the Shareables list TfT_02 2013-04-20 16:11:07 +02:00
  • cb03a98113 Add pickup sounds to cancelled PlayerPickupItemEvents TfT_02 2013-04-20 13:24:50 +02:00
  • 4b36a11dda Make sure the target is online. GJ 2013-04-18 22:17:52 -04:00
  • 8099490213 Minor DB tweaks. GJ 2013-04-18 12:47:09 -04:00
  • 6cb2843707 Remove a stupid line. GJ 2013-04-18 11:38:00 -04:00
  • e831f0561a Changed Call of the Wild, newly summoned pet's will have a custom name TfT_02 2013-04-18 23:04:27 +02:00
  • d57c253b19 Returns in finally are bad. GJ 2013-04-18 11:28:07 -04:00
  • c8c68ea7d9 A little file cleanup. GJ 2013-04-18 11:23:45 -04:00
  • 150fe730bd No point in having a class & method for one line of code. GJ 2013-04-18 09:19:48 -04:00
  • 8af425d067 Make this a bit more sane. GJ 2013-04-18 09:09:12 -04:00
  • c3845abd2a Clean up a bit, and make the /party itemshare command recognize the new "misc" option GJ 2013-04-18 08:11:47 -04:00
  • eba6820ec6 Clean this up a bit. GJ 2013-04-18 07:49:55 -04:00
  • 822e40bc1f Added a new Party item share category "Misc" which contains a list of configurable items. TfT_02 2013-04-17 16:03:34 +02:00
  • 3ffcaae122 Track items dropped by a player, prevent them from being party shared TfT_02 2013-04-17 15:19:50 +02:00
  • 42a30b4521 Fixed Fishing treasures always having the same enchants. GJ 2013-04-17 07:47:43 -04:00
  • 377ed9e8e5 Fix not being able to change party owners. GJ 2013-04-17 07:07:54 -04:00
  • be76fe61d8 Fixed being unable to kick party members. GJ 2013-04-17 07:05:28 -04:00
  • 07ba7a8d9e Nerf fishing again... AGAIN GJ 2013-04-16 23:48:36 -04:00
  • 2be3e3b43c Changed Berserk to add items to inventory rather than denying pickup GJ 2013-04-16 23:44:41 -04:00
  • 49bf190895 Update changelog. GJ 2013-04-16 07:00:39 -04:00
  • c9a53bdaca Fixed NPE when trying to tab-complete /mctop GJ 2013-04-15 12:52:11 -04:00
  • 3a76a111d3 Use the mob name when we have it. GJ 2013-04-14 02:10:22 -04:00
  • e59c7ac34a Reduced the amount of info messages in the console when enabling/disabling TfT_02 2013-04-13 21:53:00 +02:00
  • f05b9ae365 Use LinkedHashSet instead of List TfT_02 2013-04-13 18:43:22 +02:00
  • c60e5a65d6 Fixed shake drops not working. GJ 2013-04-13 11:34:38 -04:00
  • 1b4eda713f Moar magical fixes! TfT_02 2013-04-13 01:17:07 +02:00
  • cb133ced80 No longer needed! TfT_02 2013-04-13 01:16:17 +02:00
  • 062a3028f4 This makes it easier to read TfT_02 2013-04-13 01:11:26 +02:00
  • 682c2631f0 Fixed bug where players were able to join the same party multiple times TfT_02 2013-04-13 00:41:27 +02:00
  • faecb9a439 Fix players not having ptp.send by default. NuclearW 2013-04-12 18:25:52 -04:00
  • 5dc40f3c03 Nerf fishing... again. GJ 2013-04-12 17:48:04 -04:00
  • 569e87847f Fixed fishing chance display values. GJ 2013-04-12 10:25:00 -04:00
  • b448315f20 And now, back to your regularly scheduled development. GJ 2013-04-11 23:55:13 -04:00
  • 2c87ce06eb Weekly beta releases are back! 1.4.06-beta1 GJ 2013-04-11 23:54:10 -04:00
  • 875091a1ce Added ability to configure drops from Shake in treasures.yml GJ 2013-04-11 21:40:09 -04:00
  • 5ad7716137 Don't need to store that. GJ 2013-04-11 10:24:22 -04:00
  • 8c97399cec This is important. GJ 2013-04-11 10:02:08 -04:00
  • 27e0a9d3b6 Fixed experience commands affecting all skills. Fixes #951 GJ 2013-04-11 09:55:39 -04:00
  • 07f9b287e7 Move exceptions to their own package. GJ 2013-04-10 20:21:55 -04:00
  • fbee4f1b37 Remove debug messages. GJ 2013-04-10 19:41:55 -04:00
  • 26542f3d6e Because otherwise you can't fish at low levels. GJ 2013-04-10 19:32:26 -04:00
  • 14630fe956 Nerfin' it. GJ 2013-04-10 18:44:11 -04:00
  • 30f5c761d9 Because some plugins do stupid things. GJ 2013-04-10 17:04:32 -04:00
  • 365abaaa8f Reverse the order to avoid NPE GJ 2013-04-10 14:04:46 -04:00
  • f4681a282c Better handling of picking up items with unarmed. GJ 2013-04-10 13:20:25 -04:00
  • 8a14d9ac26 Update the changelog TfT_02 2013-04-10 17:15:30 +02:00
  • 0ab1986202 Set a seperate cooldowns between getting hurt and teleportations TfT_02 2013-04-10 17:08:27 +02:00
  • e11dc680de Add configurable warmup and cooldown timers for party teleportation TfT_02 2013-04-10 16:39:37 +02:00
  • 71249334c3 Change the ChimaeraWing timestamp into a general teleportation timestamp TfT_02 2013-04-10 16:05:10 +02:00
  • fa41dbce16 Regex used mean look, could not escape! NuclearW 2013-04-10 00:00:57 -04:00
  • 4246e6c900 Use char codes instead of symbols, just to be safe. GJ 2013-04-09 23:41:02 -04:00
  • 1b421a24b0 Remove the drop. GJ 2013-04-09 21:44:27 -04:00
  • 9cc9eead52 Unbreak the API GJ 2013-04-09 21:09:25 -04:00
  • 8b21aea9c7 Check Fisherman's Diet permission when checking for display headers. GJ 2013-04-09 11:33:33 -04:00
  • 4f87cb6446 Added "Master Angler" ability to Fishing. GJ 2013-04-09 11:32:07 -04:00
  • 7525de1a72 ExperienceAPI methods will now throw InvalidSkillException if the skill name passed in is invalid GJ 2013-04-09 20:52:58 -04:00
  • 78d2fa7520 Only care if it was unarmed. GJ 2013-04-09 16:51:33 -04:00
  • 7fe8122499 Avoid picking up items to the hotbar while using unarmed. Fixes #939 GJ 2013-04-09 16:28:02 -04:00
  • 532c2e7450 Remove unused import GJ 2013-04-09 11:34:03 -04:00
  • b391a53c6b Make our commands support tab-complete. GJ 2013-03-28 12:57:49 -04:00
  • f3c6346b95 Clear mob health display if it gets stuck. Fixes #933 GJ 2013-04-08 00:34:54 -04:00
  • dd8984314f Validate here instead. GJ 2013-04-08 00:26:12 -04:00
  • b82c3f41d3 Remove metadata, validation checks. GJ 2013-04-08 00:24:38 -04:00
  • 7d6eb65776 No need to reset. GJ 2013-04-08 00:11:09 -04:00
  • dc0800e7e1 Even better regex. GJ 2013-04-08 00:07:07 -04:00
  • c151366952 Better regex for this. GJ 2013-04-07 23:58:53 -04:00
  • 212137ec3e Fix issues with mob healthbars being used in death messages. Fixes #934 GJ 2013-04-07 23:22:59 -04:00
  • 31f36935d3 Avoid NPE when using experience commands on offline players. GJ 2013-04-07 09:01:12 -04:00
  • a14fc3e3c9 Fixed broken /party chat command TfT_02 2013-04-06 12:18:10 +02:00
  • 158b3c43f8 Fixed wolves from Call of the Wild only having 8 health. GJ 2013-04-05 16:17:59 -04:00
  • e31c1e33d9 Don't handle removing the name if the entity is dead. GJ 2013-04-05 16:15:24 -04:00
  • 25dfa6d34d Better way to get the HUD type. GJ 2013-04-04 23:15:37 -04:00
  • 431429a29c Broken config files are bad. GJ 2013-04-04 23:03:54 -04:00
  • d4c8cc28a1 Use new hasConflictingEnchant method. GJ 2013-04-04 22:26:48 -04:00
  • ce08405c00 Use new NetherWartState values. GJ 2013-04-04 22:24:02 -04:00
  • da29185b7d Added health display for mobs during combat. GJ 2013-04-04 22:11:11 -04:00
  • 87feb8c250 Added new API method to McMMOPlayerLevelUpEvent to set levels gained TfT_02 2013-04-04 23:00:21 +02:00
  • 12797893df Update the changelog TfT_02 2013-04-04 22:50:32 +02:00
  • 6d47e43ba9 Display partial names when trying to use the ptp command TfT_02 2013-04-04 22:50:22 +02:00
  • f6b1643378 Minor formatting, added a missing white space TfT_02 2013-04-04 22:21:13 +02:00
  • f1c16df63b Added new permission node for party teleportation. TfT_02 2013-04-04 22:20:19 +02:00
  • c16e5231f4 Changed Chimaera Wing's recipe result to use the ingredient Material TfT_02 2013-04-04 21:35:09 +02:00
  • 2365c253dd Back to active development. GJ 2013-04-04 10:23:06 -04:00
  • c4e7f2597e 1.4.05 bugfix release. 1.4.05 GJ 2013-04-04 10:22:09 -04:00
  • 13fd522bd4 Updated localization files. Adds Thai (Thailand) and Lithuanian support. GJ 2013-04-04 10:17:55 -04:00
  • b74f6e92dc Fixed party & admin chat errors when not aysnc GJ 2013-04-04 10:14:52 -04:00
  • 630c3e81e6 Fixed Chimera Wing displaying warmup message if warmup was set to 0 GJ 2013-04-04 09:59:10 -04:00
  • 0f77cf8066 Fixed Chimera Wing spamming console if Metrics was disabled GJ 2013-04-04 09:48:48 -04:00