Commit Graph

  • c39827ed59 Don't need the same function in two places. GJ 2013-02-18 10:11:43 -05:00
  • 5d6a35d4ef Remove unused import. GJ 2013-02-18 10:08:38 -05:00
  • 0d62688343 If we cancel, should be on Highest priority. GJ 2013-02-18 10:07:54 -05:00
  • 80b7cc717f Move profile creation back to Login event, but only if the login is allowed. GJ 2013-02-18 09:57:11 -05:00
  • 05a9c8b7e5 Make McMMOPlayerLevelUpEvent fully cancellable. GJ 2013-02-18 08:35:52 -05:00
  • e78cbcfcc8 Fixing a comment... wish I could tell jenkins not to compile :| nossr50 2013-02-17 16:12:47 -08:00
  • f7b1aea7e0 Fixing mmoupdate to accomodate for party changes nossr50 2013-02-17 16:09:35 -08:00
  • 2744fb122c isValid already checks isDead GJ 2013-02-17 14:13:29 -05:00
  • 77638bf56a Think we may have been adding some entities twice. GJ 2013-02-17 12:14:20 -05:00
  • 57e6e5400b nope.avi Revert "Protect placeStore. It's ugly and still needs work." NuclearW 2013-02-17 10:05:35 -05:00
  • f2b03896e2 That wasn't supposed to be committed.... GJ 2013-02-17 01:40:52 -05:00
  • 8a795e6091 Don't need chance anymore. GJ 2013-02-17 01:26:47 -05:00
  • 946513cb66 Remove unused import. GJ 2013-02-17 00:40:54 -05:00
  • 1fe182babe Protect placeStore. It's ugly and still needs work. GJ 2013-02-17 00:40:11 -05:00
  • f61aed9f6c Attempt to fix permanently opened region files This line successfully closes files that are no longer tied to any loaded chunk. It was sometimes problematic on large servers. However, since I'm not completely sure if it doesn't provoke any data loss or error, I've commented it out, waiting for a verification or approval. bm01 2013-02-17 04:16:16 +01:00
  • 08882e58b6 random.nextInt() has 0 inclusive, we need to add 1 nossr50 2013-02-16 14:44:41 -08:00
  • 4c6f2da78a I guess Minecraft groups nearby itemstacks anyways... whoops nossr50 2013-02-16 14:33:17 -08:00
  • 3550310e5c Change randomDropItems() to give an equal chance for all results nossr50 2013-02-16 14:29:44 -08:00
  • cedd8da9ba Fixed Tree Feller dropping mushroom "blocks" instead of "items" bm01 2013-02-16 23:09:19 +01:00
  • 3cb269de4b TreeFeller.dropBlocks cleanup bm01 2013-02-16 21:31:06 +01:00
  • 91010f2958 Let's be consistent D: bm01 2013-02-16 21:25:31 +01:00
  • f3e823997b getExperienceFromLog cleanup bm01 2013-02-16 21:22:41 +01:00
  • 4ae276d1d7 Fixed Tree Feller not being activated on big mushrooms bm01 2013-02-16 21:14:23 +01:00
  • f6b38ab32a Added hidden.yml option for using potion-based buffs instead of enchantment-based buffs. GJ 2013-02-16 14:36:46 -05:00
  • 6f96a5026b Take a player, not an item. Also avoids potential for NPE. GJ 2013-02-16 11:34:39 -05:00
  • 4071f259ad Handle all the buff removal in BlockDamage. Also removes the config option for using Mining & Excavation without tools. GJ 2013-02-16 11:28:19 -05:00
  • a9ed1a1850 Back to development GJ 2013-02-16 00:15:12 -05:00
  • 72a2e24c98 Weekly beta release. 1.4.00-beta3 GJ 2013-02-16 00:01:36 -05:00
  • 593975a255 We don't have to pass the event anymore. GJ 2013-02-16 00:00:24 -05:00
  • b16cc87ffb Turn off debug NuclearW 2013-02-15 22:45:04 -05:00
  • c5e8b90d71 Reset events for debug NuclearW 2013-02-15 22:06:16 -05:00
  • 88a6326f87 Debugging for Metrics NuclearW 2013-02-15 21:46:52 -05:00
  • 0603ea0fc4 Version bump, for turt2live NuclearW 2013-02-15 21:44:30 -05:00
  • c4aedd5323 Use convenience methods NuclearW 2013-02-15 21:33:17 -05:00
  • 6eb125c913 Chimera Wing Usage Tracker/Graph NuclearW 2013-02-15 20:59:38 -05:00
  • 704f7374d2 Chimera Wing Enabled Graph NuclearW 2013-02-15 20:48:52 -05:00
  • 009396cad9 Add in EMetrics NuclearW 2013-02-15 20:48:14 -05:00
  • a38b7ca9fa Move metrics to a class of its own NuclearW 2013-02-15 11:11:47 -05:00
  • c5daaffeb1 Change to use turt2live's MetricsExtension NuclearW 2013-02-15 11:08:00 -05:00
  • 83debde0a1 Changelog update bm01 2013-02-16 03:45:26 +01:00
  • 9c2ab19404 Slight greenThumbWheat cleanup bm01 2013-02-16 03:42:56 +01:00
  • ef1a777180 Removed no longer needed check bm01 2013-02-16 03:38:41 +01:00
  • 77014b03ef No point in canceling the event And it actually fixes the double call (see previous commit) bm01 2013-02-16 03:36:27 +01:00
  • 9143051d9f Run GreenThumbTimer on the current tick It avoids onBlockBreak to be called twice (which basically launched the task twice). I don't know what were the consequences but that wasn't right anyway. Also it would be better if we wouldn't have to cancel the event, because there is a possibility that plugins like LogBlock don't have a chance to process it. bm01 2013-02-16 02:56:46 +01:00
  • f496ecf7b1 Fixed Green Thumb not checking rank 4 on wheat bm01 2013-02-16 02:49:31 +01:00
  • fc3afc4340 Using PlantSize is cleaner. GJ 2013-02-15 19:29:47 -05:00
  • fd138eb0b5 This was redundant was redundant GJ 2013-02-15 19:20:42 -05:00
  • 6d5835849f Fix issue with GreenThumb command display. GJ 2013-02-15 19:18:43 -05:00
  • 800ebf5b64 Merge branch 'master' of https://github.com/mcMMO-Dev/mcMMO nossr50 2013-02-15 15:33:54 -08:00
  • 9df149c489 Huge Mushrooms now work for Tree Feller (UNTESTED) nossr50 2013-02-15 15:32:49 -08:00
  • efcf80899e Permissions class removal from Skillcommand shatteredbeam 2013-02-15 14:38:51 -08:00
  • c1b12c027a Permissions class removed from Listeners shatteredbeam 2013-02-15 13:32:23 -08:00
  • 476ea80c4e Permissions class removed from mcMMOPlayer. shatteredbeam 2013-02-15 13:21:21 -08:00
  • bf4d70e8be That was an incredibly stupid way to get those permissions. GJ 2013-02-15 14:29:32 -05:00
  • 284002bf8b No reason to String.valueOf() these. GJ 2013-02-15 13:56:30 -05:00
  • b92b9c6507 Permissions must use the English names. GJ 2013-02-15 13:41:48 -05:00
  • a8cfcf31ab Remove unused import GJ 2013-02-15 13:33:42 -05:00
  • d14821e385 Fix a few more missing localized names. GJ 2013-02-15 13:30:39 -05:00
  • 5e8b036481 Need English name for the permission. GJ 2013-02-15 13:22:13 -05:00
  • 27ba4ff800 Make /xplock work for localized skill names. GJ 2013-02-15 13:15:13 -05:00
  • c80bb45cad Inspection references (Remove Permissions class) shatteredbeam 2013-02-15 10:41:04 -08:00
  • dedcf0469b Fix teh build. GJ 2013-02-15 13:12:11 -05:00
  • 9ec6a6d1aa Add constructor for adding multiple levels at once. Need to work out how to handle level-ups in order for this to be properly cancelled, however. GJ 2013-02-15 13:07:43 -05:00
  • 1ce01d2043 This should be abstract. GJ 2013-02-15 12:40:27 -05:00
  • 0701169a7e Make McMMOPlayerXPGainEvent cancellable. GJ 2013-02-15 12:39:55 -05:00
  • 2d0cf6413e Permissions Murder 6: The quest for more money shatteredbeam 2013-02-15 09:47:24 -08:00
  • 4cf658b629 Make mctop asynchroneous T00thpick1 2013-02-15 12:47:00 -05:00
  • 8d21883c20 Only try to index tables when we are connected t00thpick1 2013-02-15 12:30:27 -05:00
  • fca0847929 Squids are not made of chocolate. GJ 2013-02-15 12:19:02 -05:00
  • 1d19dab71d Full change to DyeColor.COLOR.getDyeData() - *REQUIRES* CB 1.4.7 GJ 2013-02-15 12:16:31 -05:00
  • 49fe98ac57 Already locked it once. GJ 2013-02-15 10:42:08 -05:00
  • bc9e946618 Revert removing Chimaera wing. TfT_02 2013-02-15 16:36:14 +01:00
  • 3d3a1abf7b OfflinePlayer.getName().toString() is pointless. GJ 2013-02-15 10:34:42 -05:00
  • 1ef1d53fd9 Make our commands respect localized skill names. GJ 2013-02-15 09:26:01 -05:00
  • 0419dca385 Config files are now backed up even when running in SQL mode GJ 2013-02-15 07:53:25 -05:00
  • 11bd473f55 Added config option to disable automatic zip backups GJ 2013-02-15 07:50:32 -05:00
  • 5947ad5004 Fixed wrong names names displaying when using /ptp TfT_02 2013-02-15 13:51:43 +01:00
  • 894218cac9 Gotta protect this one too. GJ 2013-02-15 07:44:27 -05:00
  • 4ce06de18a Nicer way to handle the ConcurrentModification issue. GJ 2013-02-15 07:40:47 -05:00
  • 6c4ea34811 It's (not) over 5000% - fixes #683 GJ 2013-02-15 07:32:22 -05:00
  • 34736836cc Fixed a bug where a new party leader wasn't appointed, after the previous party leader left TfT_02 2013-02-15 13:22:31 +01:00
  • 9c09c168f8 Fix a ConcurrentModificationException TfT_02 2013-02-15 12:32:35 +01:00
  • c61e710341 Update Locale files. GJ 2013-02-14 23:54:18 -05:00
  • 63753b8197 Changelog NuclearW 2013-02-14 23:28:57 -05:00
  • 20f436c646 Squash alll the bugs NuclearW 2013-02-14 23:27:19 -05:00
  • 092b9096e6 Locale fallback NuclearW 2013-02-14 23:27:03 -05:00
  • caa1b0d14c Duplicate code is bad, m'kay? GJ 2013-02-14 19:02:50 -05:00
  • d39ff036c7 Fixed NPE when clicking outside of the inventory window bm01 2013-02-14 23:56:09 +01:00
  • 6702256b4c Auto-remove buff if a player tries to move the item. GJ 2013-02-14 17:08:06 -05:00
  • 110fbe9478 Clear buffs on /mcrefresh GJ 2013-02-14 16:56:55 -05:00
  • 128c24c8f6 Fix enchants hanging around due to server crash or disconnect. GJ 2013-02-14 16:35:14 -05:00
  • 6cc2497182 THis wasn't removing when it should have. GJ 2013-02-14 16:29:49 -05:00
  • 615288e635 Things in inventory can be null. GJ 2013-02-14 16:02:42 -05:00
  • 1b814b937b Move PlayerDeathEvent handler into main PlayerListener. Also add check to deal with SuperBreaker enchants on death. GJ 2013-02-14 15:53:17 -05:00
  • 01e26f321d Fix issues with enchant-based Superbreaker implementation. GJ 2013-02-14 14:35:53 -05:00
  • e8319aee81 Changed Super Breaker & Giga Drill Breaker to be an enchantment-based boost, rather than an instabreak. GJ 2013-02-14 13:12:15 -05:00
  • ca5bf0bd09 Fix possible fallthrough. GJ 2013-02-14 11:07:41 -05:00
  • 88b05cd5aa Fix Super Breaker not working right with custom blocks. GJ 2013-02-14 09:39:22 -05:00
  • 132fcb8c74 We need to get our priorities straight. GJ 2013-02-14 09:26:05 -05:00
  • 1492fa473f Ch-ch-ch-changes! GJ 2013-02-14 07:44:53 -05:00