Commit Graph

  • 1f25b0b00b Use positive page numbers when a player uses /mctop -1 TfT_02 2013-03-27 20:36:56 +01:00
  • 0118346aaf ACTUALLY fix our CME. GJ 2013-03-27 15:34:34 -04:00
  • 287842c675 Fixed bug which causes a NPE when trying to use /mcrefresh from the console TfT_02 2013-03-27 20:17:49 +01:00
  • 61dc77559b Updated to EMetrics 0.0.4-SNAPSHOT GJ 2013-03-27 07:22:17 -04:00
  • ca51b2f70f Deal with the ConcurrentModification issue. Fixes #873 TfT_02 2013-03-26 15:18:06 +01:00
  • 3cf01cb6f3 Expand ChatAPI NuclearW 2013-03-26 01:55:24 -04:00
  • 16a4b78580 Slight change to ChatAPI implementation NuclearW 2013-03-26 01:54:47 -04:00
  • 94b560ba01 Don't activate abilities when a player is in creative mode. TfT_02 2013-03-25 23:15:09 +01:00
  • 3ae9956df9 Actually fix partial name matching when using /mcrank TfT_02 2013-03-24 16:53:01 +01:00
  • 78109eb499 Revert "Fixes partial name matching with /mcrank" TfT_02 2013-03-24 16:30:27 +01:00
  • da5238878d Remove Ender Dragon, Wither, and Witch from granting combat experience and related configuration options NuclearW 2013-03-24 01:31:50 -04:00
  • f9a823e4b0 Fixes partial name matching with /mcrank TfT_02 2013-03-23 16:22:48 +01:00
  • eb20da021d Correctly format the config.yml comments TfT_02 2013-03-23 15:19:40 +01:00
  • 596f2fa78a Changed config node name for the skill experience modifiers from "Multiplier" to "Modifier" TfT_02 2013-03-23 15:18:21 +01:00
  • fa99ebb391 Check if it's an mcMMO item instead. TfT_02 2013-03-22 19:15:29 +01:00
  • 9b685be84e More inverted checkPlayerExistence() checks TfT_02 2013-03-22 19:08:10 +01:00
  • 96f9d2a030 Fixed broken /party invite command TfT_02 2013-03-22 19:06:21 +01:00
  • 2b7178fb00 Fixed broken /party join command TfT_02 2013-03-22 19:02:51 +01:00
  • c47bf84493 Fix an IndexOutOfBoundsException when using /mctop TfT_02 2013-03-22 17:38:52 +01:00
  • 8cf16d4a1c Update player inventory after crafting multiple ChimaeraWings TfT_02 2013-03-22 11:22:03 +01:00
  • 5b5b73cde0 Improving Chimaera Wing - part 2 TfT_02 2013-03-22 00:38:15 +01:00
  • 9f55c25775 Actually adding Nether Quartz to Mining for double drops. Glitchfinder 2013-03-21 16:05:34 -07:00
  • 92c6a7bfcf Added partial name matching TfT_02 2013-03-21 23:45:10 +01:00
  • 145a47c890 Fixed a NPE when trying to ptp to a non-existing player TfT_02 2013-03-21 23:09:44 +01:00
  • 70160468c0 Fix a NPE when trying to join a non-existing player TfT_02 2013-03-21 22:04:52 +01:00
  • 9730cdb880 Normalize line endings TfT_02 2013-03-21 20:46:23 +01:00
  • 399bf8e3b9 Use BukkitRunnable. GJ 2013-03-20 03:11:16 -04:00
  • c3a69c8c55 Change to the newer, shorter scheduler methods. GJ 2013-03-20 02:15:15 -04:00
  • db2bf9ee51 Updated localization files. GJ 2013-03-18 14:28:04 -04:00
  • 255dece550 Move Arcane Forging to it's own class to match the structure we used with Blast Mining. GJ 2013-03-18 14:01:52 -04:00
  • d004361836 Removed functions for getting the PlayerProfile - using API classes is preferred, but if not the McMMOPlayer should be used instead GJ 2013-03-18 11:34:11 -04:00
  • 5453b0511d Update changelog. GJ 2013-03-18 00:09:22 -04:00
  • 42bc5065df Add support for new 1.5 inventory blocks. GJ 2013-03-16 12:22:22 -04:00
  • b0d609e9a3 Add Quartz Ore to Mining. GJ 2013-03-16 12:15:16 -04:00
  • 814ffbe800 Fixed by Bukkit in CB #2654 GJ 2013-03-16 11:41:16 -04:00
  • e7ee23b871 Fixes NPE with FurnaceExtractEvent. Fixes #847 GJ 2013-03-17 21:47:45 -04:00
  • c14ceab24d Remove unused import. GJ 2013-03-17 11:01:30 -04:00
  • 70e8e534fe Fixed bug with retrieving a player's party members GJ 2013-03-17 10:46:29 -04:00
  • c4504de1da Update changelog. GJ 2013-03-17 10:41:53 -04:00
  • 685f901e09 Removed deprecated functions from PartyAPI GJ 2013-03-17 10:41:34 -04:00
  • d196710a87 Removed deprecated methods from ChatAPI GJ 2013-03-17 10:40:32 -04:00
  • 050f97e088 Remove deprecated functions from ExperienceAPI GJ 2013-03-17 10:38:43 -04:00
  • c2fea660e7 Added functions to ExperienceAPI for use with offline players. GJ 2013-03-17 10:34:46 -04:00
  • b2cdf21de5 Fixed bug where the API would fail if the name of a player's current party is requested when the player isn't in one (Thanks @dualspiral!) GJ 2013-03-17 09:02:15 -04:00
  • ed09d1b390 Fixed bug where Shake wouldn't damage mobs whose max health was less than 4. GJ 2013-03-17 08:11:20 -04:00
  • 171026ba23 Fixed bug where Mining wasn't awarding double drops GJ 2013-03-17 00:36:40 -04:00
  • dafa690a09 Make /mcnotify match the process of the other commands for getting the mcMMOPlayer object. GJ 2013-03-16 16:14:37 -04:00
  • 4cd4223ee0 Fixed /skillreset being broken. GJ 2013-03-16 16:13:55 -04:00
  • 3ac5ac385d Fix issue with double drop display values. GJ 2013-03-16 15:55:53 -04:00
  • 0ae5421d10 So apparently we're no longer on 1.4.03 bm01 2013-03-16 16:59:01 +01:00
  • 3f56c8e690 Fixed Treefeller trying to cut too many leaves bm01 2013-03-16 16:48:55 +01:00
  • c14f3777c0 Fixed bug where trying to activate a Chimaera Wing would require one item too much TfT_02 2013-03-16 11:42:38 +01:00
  • 2838a52e0c Clean up on all of our commands. Abstracted experience commands and hardcore commands. Moved lots of duplicated code to functions in CommandUtils.java. Split /ptp into individual commands, just like /party. Used ternary logic to simplify some of our /skillname stat displays. Fixed skill guide to not allow for negative pages. Simplified logic for many /skillname data calculations. Use permission checks to prevent calculating data that will never be displayed. Made the skill guide into its own command. GJ 2013-03-12 16:25:42 -04:00
  • dcfdfa0e62 Back to active development. GJ 2013-03-14 22:28:05 -04:00
  • 23719ace47 1.4.03 Bugfix Release 1.4.03 GJ 2013-03-14 22:27:24 -04:00
  • 33882983e9 Update the changelog TfT_02 2013-03-14 22:32:35 +01:00
  • 5aecedc074 Damage the player when ChimaeraWing use failed TfT_02 2013-03-14 22:31:44 +01:00
  • 69bf17a619 Added Bat takeoff sound when using a Chimaera Wing TfT_02 2013-03-14 22:26:02 +01:00
  • 0292d3eefb Cleanup ChimaeraWing TfT_02 2013-03-14 22:24:38 +01:00
  • 0cd3e4ed84 Teleport to save spawn locations TfT_02 2013-03-14 22:13:23 +01:00
  • 3a26194a71 Optimized a few things with our FFS leaderboards. GJ 2013-03-14 10:25:54 -04:00
  • 1313e3fe4b Fix CraftBukkit / Bukkit bug regarding event.getCurrentItem() throwing an ArrayIndexOutOfBounds error. GJ 2013-03-13 15:44:07 -04:00
  • b2f400f61a "Splinter the axe into dozens of pieces" TfT_02 2013-03-12 23:31:44 +01:00
  • 9aa676cee1 We don't need to have two different executors for these commands. GJ 2013-03-11 22:51:44 -04:00
  • eabf0f7f82 No need to use an empty locale string for this. GJ 2013-03-11 21:06:56 -04:00
  • d0171809ec Fixed bug with '/party chat (on|off)' and '/partychat (on|off)' not working GJ 2013-03-11 21:06:26 -04:00
  • 4cbcbd2462 Here too dev-queue-alt t00thpick1 2013-03-11 17:08:12 -03:00
  • 29b300ca49 Remember to return. t00thpick1 2013-03-11 17:07:30 -03:00
  • 410c946faf Tidying up Permission checks for /mcrank and /mctop GJ 2013-03-11 12:48:00 -04:00
  • 6700ead160 Config T00thpick1 2013-03-11 00:19:25 -04:00
  • d59954d0f1 Redesign T00thpick1 2013-03-11 00:15:57 -04:00
  • b700a99c52 NuclearW loves his spacing, also pinging him. dev-queue T00thpick1 2013-03-10 01:50:32 -05:00
  • 7294175d9c Messages T00thpick1 2013-03-08 22:03:00 -05:00
  • 1b17b90f32 Diff cleanup NuclearW 2013-03-10 22:54:47 -04:00
  • d27f668a2e Fix rebase (see also: me) being dumb NuclearW 2013-03-10 22:27:44 -04:00
  • 69dd5769e4 Correct format and comment T00thpick1 2013-03-09 17:08:01 -05:00
  • 7c9d09a878 Clean queuemanager on disable T00thpick1 2013-03-09 11:19:12 -05:00
  • 17c64251db Position right T00thpick1 2013-03-08 20:58:57 -05:00
  • d728eba5c4 Change not addition T00thpick1 2013-03-08 20:40:11 -05:00
  • 429055bae2 Update changelog T00thpick1 2013-03-08 20:34:51 -05:00
  • 3f22a8f479 The sleep didn't actually do much of anything.... T00thpick1 2013-03-08 20:34:38 -05:00
  • aeae60f968 check permissions earlier T00thpick1 2013-03-08 20:30:24 -05:00
  • a97b889af5 Queue T00thpick1 2013-03-08 19:03:59 -05:00
  • 0e9953c25b Throttle T00thpick1 2013-03-08 18:47:35 -05:00
  • 869b30fcaa String wrapper T00thpick1 2013-03-08 18:06:01 -05:00
  • 44188396b4 One per player T00thpick1 2013-03-08 17:49:13 -05:00
  • a7f146a835 queue concept, nowhere near final T00thpick1 2013-03-08 17:09:47 -05:00
  • 3a7d88db4f Fixed bug with Blast Mining increasing TNT damage. GJ 2013-03-10 21:30:35 -04:00
  • 9eba2c683b Use equalsIgnoreCase() instead of equals(), and use == for compaing worlds. GJ 2013-03-10 17:07:07 -04:00
  • 8059636b62 Permissions for stat displays T00thpick1 2013-03-10 15:45:25 -04:00
  • d78a1efbf6 Fixed bug with Repair not decreasing enchanting levels properly. GJ 2013-03-10 15:48:16 -04:00
  • c0b4a33346 Importing Bukkit is usually bad. GJ 2013-03-10 15:07:07 -04:00
  • 2cef6700c7 Just to be 100% sure this gets processed correctly. GJ 2013-03-10 14:53:51 -04:00
  • df67bd6720 Message player only when enchants actually exist t00thpick1 2013-03-09 20:05:15 -05:00
  • 655dcb1c9b Add Cooldown setting for Chimaera Wing to default config.yml TfT_02 2013-03-09 21:43:06 +01:00
  • ce32792668 Fixed bug where Deflect was calculated based on the attacker, not the defender TfT_02 2013-03-09 14:44:29 +01:00
  • 4b384abc51 Adding comments to config.yml and itemweights.yml TfT_02 2013-03-09 10:26:57 +01:00
  • 82bccd357b Removed trailing whitespace TfT_02 2013-03-09 10:21:05 +01:00
  • 12709bcd7f Check hasItemMeta NuclearW 2013-03-08 22:20:26 -05:00
  • 0b53f8266a Squashed commit of the following: NuclearW 2013-03-08 16:32:44 -05:00