Commit Graph

  • 7086717473 Fixes #1396 ZephireNZ 2013-08-25 18:43:03 +12:00
  • 8e02b57369 Align these. GJ 2013-08-23 14:52:21 -04:00
  • 935b8b7bc4 Update localization files. Adds Estonian translations for some strings. GJ 2013-08-23 14:29:01 -04:00
  • 9c54f8fd11 Fix Javadocs issues TfT_02 2013-08-23 17:21:56 +02:00
  • 6bfc1b84de Let's do this the right way. GJ 2013-08-23 10:58:50 -04:00
  • 59f545d5ce Fixed FakeEntityDamageByEntityEvent not getting fired TfT_02 2013-08-23 15:09:42 +02:00
  • 23983422e0 Cleanup & remove code duplication. GJ 2013-08-23 14:07:59 -04:00
  • 956bf2d763 Added McMMOPlayerLevelDownEvent and McMMOPlayerLevelChangeEvent TfT_02 2013-08-23 17:49:56 +02:00
  • 964b2636fb Move experience related settings from config.yml to experience.yml TfT_02 2013-08-23 10:16:22 +02:00
  • 490bc195d8 We don't care about teleports to the same spot. GJ 2013-08-23 08:58:23 -04:00
  • 0ce41150c6 Vampirism can now be enabled without having Skill Death Penalty enabled TfT_02 2013-08-21 19:15:17 +02:00
  • 0455416dec Reorganized Hardcore locale strings TfT_02 2013-08-21 18:51:58 +02:00
  • a6e7febf77 Hardcore mode can now be toggled for each skill individually TfT_02 2013-08-21 16:46:38 +02:00
  • ede0757d83 Remove /mmoupdate and replace with /mcconvert database GJ 2013-08-22 09:11:33 -04:00
  • 8282d84b16 Validate, and nicer loading. GJ 2013-08-21 15:52:51 -04:00
  • 223649ec28 Formatting and localizing. GJ 2013-08-21 13:18:50 -04:00
  • 68e433b3b7 Added new ExperienceFormula config and /mcconvert command TfT_02 2013-05-20 15:38:30 +02:00
  • 1a51b93ec9 Another quick check to avoid issues with NPCs. GJ 2013-08-22 14:45:30 -04:00
  • c31ffa5ab4 Remove unused import. GJ 2013-08-22 13:51:01 -04:00
  • ca6bee07ea Fix formatting TfT_02 2013-08-22 00:37:48 +02:00
  • 9acaa7b126 We're expecting a null object here as well. TfT_02 2013-08-21 16:48:08 +02:00
  • 2bae937b28 Don't throw a warning if we're expecting a null object. gmcferrin 2013-08-21 14:20:12 +00:00
  • 51bf989418 Counter Attack now only activates when the player is blocking TfT_02 2013-08-20 23:23:49 +02:00
  • 07dd460d78 Validate in a seperate function. GJ 2013-08-20 15:51:12 -04:00
  • 045d74fb9d These were basically the same function. GJ 2013-08-20 15:15:42 -04:00
  • c8c76f4174 Put this function in a better place. GJ 2013-08-20 15:12:38 -04:00
  • 83c4d09093 Fix formatting GJ 2013-08-20 15:08:10 -04:00
  • 50ef8d9610 Improvements to mcMMOPlayer lookup. GJ 2013-08-20 14:10:49 -04:00
  • 98c6abad36 No reason to cast here. GJ 2013-08-19 15:14:33 -04:00
  • 62146480db Hardcoding this is a bad idea. GJ 2013-08-19 15:12:08 -04:00
  • 6518d192ec Improved partial name matcher TfT_02 2013-08-19 10:37:04 +02:00
  • 3fe9cfee74 Slightly improved update checker feedback TfT_02 2013-08-17 20:47:42 +02:00
  • d495054eb5 Config Validation T00thpick1 2013-08-18 02:41:39 -04:00
  • ce80636141 Min value for IronArm configurable T00thpick1 2013-08-18 02:38:40 -04:00
  • fe93be66ad Changed the color of party leader names in Party chat TfT_02 2013-08-17 13:53:46 +02:00
  • 1f712063bf Admin and Party chat prefixes are now customizable TfT_02 2013-08-17 12:18:29 +02:00
  • 560c3860b4 Fixed bug which allowed players to bypass fishing's exploit prevention TfT_02 2013-08-17 10:11:46 +02:00
  • 36f1a2d78a Changed the way Repair hands out XP TfT_02 2013-08-15 20:50:19 +02:00
  • 3ddd8d2056 Added API to get a players rank on the leaderboards TfT_02 2013-08-13 09:37:45 +02:00
  • 5441fcc374 Fix broken Dodge_DamageModifier config node TfT_02 2013-08-11 15:55:25 +02:00
  • 1d83784820 Arcane Forging downgrade chance can also be 0 TfT_02 2013-08-11 09:26:02 +02:00
  • fb5bab6e92 String values are compared using '.equals()' not '==' TfT_02 2013-08-10 22:24:13 +02:00
  • 90fcf35c34 Javadocs cleanup TfT_02 2013-08-10 20:10:45 +02:00
  • 4ff6b5fbc7 Don't try to register listeners when mcMMO was disabled TfT_02 2013-08-10 19:33:21 +02:00
  • ead1398132 Super Breaker & Giga Driller now use more durability TfT_02 2013-08-09 22:21:45 +02:00
  • 6330c4a69e Move the noErrorsInConfig check to Misc TfT_02 2013-08-09 19:10:03 +02:00
  • dcc18049a1 Removed Abilities.Tools.Durability_Loss_Enabled TfT_02 2013-08-09 18:13:22 +02:00
  • fcb8909a54 Kick interval can be disabled with '-1' TfT_02 2013-08-09 13:36:04 +02:00
  • 37e3bfe7d9 Fixed formatting TfT_02 2013-08-07 19:58:49 +02:00
  • d61b837dcf Implement checkStructure() riking 2013-07-31 16:12:59 -07:00
  • f079e22789 Use provided last-saved information for purge. riking 2013-07-31 15:02:01 -07:00
  • 0e62dce817 Merge 7d43e7eba5f0fc26608fff2a791fba62a2decc75 into 1f53c62ced7ac39c0ec929e30b807c85793dc759 Kane York 2013-08-07 10:22:05 -07:00
  • 7d43e7eba5 Move OfflinePlayer lastPlayed checks to purge riking 2013-08-07 10:21:17 -07:00
  • 1f53c62ced Added McMMOPlayerDeathPenaltyEvent TfT_02 2013-08-07 01:21:52 +02:00
  • 9fb4e0988b Save / load party itemshare category states. TfT_02 2013-08-07 00:38:17 +02:00
  • d8bbe459b9 Fix minor Javadoc errors TfT_02 2013-08-07 00:15:51 +02:00
  • 8bd7526b43 String values are compared using '.equals()' not '==' TfT_02 2013-08-06 21:48:09 +02:00
  • 24b1485555 Validate advanced.yml settings TfT_02 2013-07-29 00:37:13 +02:00
  • 7683dfc436 Move validation to proper location TfT_02 2013-07-24 23:45:31 +02:00
  • ccbffca278 Validate config.yml settings TfT_02 2013-07-12 18:49:02 +02:00
  • aeaab43f44 Fixing a multitude of reported NPEs. Glitchfinder 2013-08-04 12:15:01 -07:00
  • a2450d2d07 If a variable can be null, check it before using it. Glitchfinder 2013-08-04 11:48:44 -07:00
  • c85bd8ab70 One more last try T00thpick1 2013-08-04 11:56:37 -04:00
  • 3f6bce0fc6 One last try T00thpick1 2013-08-04 11:51:34 -04:00
  • e566b20e2b This might be important T00thpick1 2013-08-04 11:38:52 -04:00
  • f37a7d759a Hack around nms bug T00thpick1 2013-08-04 11:34:04 -04:00
  • d1341b0be0 Would help if I actualized the value... Fix dupe bug for realz T00thpick1 2013-08-04 11:05:53 -04:00
  • 4ea3d690db Fix Dupe bug...... why was this overlooked? T00thpick1 2013-08-03 11:34:55 -04:00
  • d5dc9895e4 Move Blast Mining activation check to MONITOR priority TfT_02 2013-08-02 21:11:58 +02:00
  • b1fc72e8a9 When a variable can be null, check it before using it. Fixes #1308. Glitchfinder 2013-08-01 08:47:14 -07:00
  • bbf16d8058 Move duplicate player checks to checkStructure() riking 2013-07-31 18:05:05 -07:00
  • 82f8022f54 Fix f49be46c - added code to wrong part of file riking 2013-07-31 17:43:25 -07:00
  • cb8be8b82f Use Long.parseLong because we have a use for the catch riking 2013-07-31 17:27:57 -07:00
  • 34f5343c99 Add announce boolean for suppressing messages for recent changes riking 2013-07-31 16:59:10 -07:00
  • f49be46cec Add check for manual edits leaving out trailing colon riking 2013-07-31 16:53:06 -07:00
  • 1731e7ba36 Implement checkStructure() riking 2013-07-31 16:12:59 -07:00
  • e53fe36778 Use provided last-saved information for purge. riking 2013-07-31 15:02:01 -07:00
  • 7479a02220 Update changelog. GJ 2013-07-30 15:23:32 -04:00
  • d1bf48ad79 Fix bug where teleport location was never reset if warmup was set to 0 for Chimera Wing. GJ 2013-07-30 15:20:18 -04:00
  • a345737b8b Add more detailed error messages on SQL connection failure. GJ 2013-07-30 15:09:22 -04:00
  • c501ebb357 Clean up after our experience commands. Fixes #1324 GJ 2013-07-30 14:47:11 -04:00
  • 15e0570a8c Else if > if GJ 2013-07-29 08:45:30 -04:00
  • 09e77c8c94 Move break event to the initial check. GJ 2013-07-29 08:29:10 -04:00
  • f5c58f3679 Added config option for Acrobatics teleport cooldown, TfT_02 2013-07-29 00:57:38 +02:00
  • ddcbe64db6 Fix some possible issues with handler priority, more javadoc work. GJ 2013-07-28 13:55:48 -04:00
  • c5137eb884 Begin work on cleaning up our listeners and their Javadocs. GJ 2013-07-25 14:52:21 -04:00
  • e073eca458 Validation is important. GJ 2013-07-24 20:29:32 -04:00
  • 78f2e0a064 Check the range in a seperate function GJ 2013-07-24 14:13:58 -04:00
  • df2defe969 Added extra settings for Call of the Wild TfT_02 2013-07-24 20:01:16 +02:00
  • 6d4a2feaae Slighty changed a Green Thumb string TfT_02 2013-07-24 17:33:11 +02:00
  • 8939fc09b3 Patch potential exploit relating to teleportation and acrobatics. GJ 2013-07-24 13:57:53 -04:00
  • e0e574c19e Fix a potential issue with PTP and Chimera Wing teleportation cooldowns. GJ 2013-07-24 13:50:33 -04:00
  • 02126c93b9 This function is never used. GJ 2013-07-24 12:35:28 -04:00
  • 37671bad9a We already have the mcMMOPlayer here. GJ 2013-07-24 12:30:02 -04:00
  • 0e8ce005d7 This is also a change TfT_02 2013-07-24 16:07:44 +02:00
  • 584a225d6e Only get the mcMMOPlayer once. GJ 2013-07-24 09:37:45 -04:00
  • 1cd48833a3 Merge 736359056fff7f2468fd1bc9d9612afdd6ea79fd into bf2e527e7274472705ba463c16435e8c92b6fcef Kane York 2013-07-23 15:25:48 -07:00
  • 736359056f Add checkConnected() calls to re-establish dead SQL connections riking 2013-07-23 15:03:19 -07:00
  • bf2e527e72 Fixed NPE with Beast Lore TfT_02 2013-07-22 11:35:48 +02:00
  • be7992d541 Disable all abilities when a player quits TfT_02 2013-07-22 11:25:56 +02:00