Commit Graph

  • decdddb9ec Reorganized config.yml and cleaned up Unfortunately, nobody will see our nice super-pretty config.yml copied out properly just yet Fortunately, maven filtering dark magic lets us stick in when it was copied out. NuclearW 2012-02-19 18:53:21 -0500
  • 1b0fac78ae Move version up y u move down? NuclearW 2012-02-19 18:29:57 -0500
  • d864a2391e Fix levelcaps causing infinite loop Resolves MCCORE-28 NuclearW 2012-02-19 14:53:07 -0500
  • b08aead536 Changed Tree Feller to not rely on external ArrayList Given Bukkit's behavior of events, it would have never been possible for more than one player's data to occupy the shared arraylist... Still looked ugly, though. Also helps toward concurrent events, should they ever come. Also moved from a static boolean flag to a per-use flag Also removed unused static variable "w" NuclearW 2012-02-19 00:54:56 -0500
  • cca04468de Rebalanced Herbalism hunger bonuses. nossr50 2012-02-18 12:51:07 -0800
  • e997c32c6c Remove TNT from BlastMining list onBlockBreak (when not broken by Flint & Steel) GJ 2012-02-18 11:23:03 -0500
  • a1d5eaa846 Added help menu text for Herbalism hunger bonuses (MCCORE-5) GJ 2012-02-17 19:31:10 -0500
  • 4e9333e823 Added option to disable Herbalism hunger bonuses GJ 2012-02-17 17:21:54 -0500
  • b75e7470ae Fixed using || where I should have used && GJ 2012-02-17 14:40:57 -0500
  • 484cbccc1b Added Herbalism items to the fastQueue. GJ 2012-02-17 00:02:26 -0500
  • 5d4d4d3498 Queue still needed Added in beginnings for fastqueue NuclearW 2012-02-16 23:37:14 -0500
  • 82e34a5b02 Reverted to old method of block tracking - appears to be working again. GJ 2012-02-16 16:56:19 -0500
  • a9b1ebb063 Reenabled BlockListener queue - fixes Herbalism but breaks regular blocks it would seeem. GJ 2012-02-16 12:55:03 -0500
  • c942feb868 Fixed Tree Feller not playing nice with NoCheat GJ 2012-02-16 12:15:05 -0500
  • 7003311b7e Updated changelog. GJ 2012-02-15 18:31:10 -0500
  • 2549e23fd2 Change p and a chat logging To be more consistent NuclearW 2012-02-15 17:31:17 -0500
  • 40af51fc05 Re-added event calling Re-added other dealDamage methods Added FakeEntityDamageByEntityEvent for us to filter our own mess out, this was the issue with Skull Splitter and Serrated Strikes earlier (a loop) Moved FakeBlockBreakEvent to be with other events Added configuration option to control event calling Learned how to changelog Broke those cuffs NuclearW 2012-02-15 16:57:48 -0500
  • 06d3d8a18f Added hunger bonuses to Herbalism. (Still need to add cake). GJ 2012-02-15 16:26:44 -0500
  • 992e6bce86 Ignore Cancelled Events Using new addition to Bukkit event system, should provide some speed increase. NuclearW 2012-02-15 16:17:29 -0500
  • 6e59087f6d Back to development on Blast Mining. GJ 2012-02-14 19:01:33 -0500
  • e94473b21b Back to active development nossr50 2012-02-14 15:32:17 -0800
  • 8da49ba796 Updating changelog nossr50 2012-02-14 15:24:12 -0800
  • bc8f073f3f Fixed mcability not respecting permissions. nossr50 2012-02-14 15:21:34 -0800
  • 9589924235 Made Green Terra use Green Thumb for wheat planting. 1.2.12 nossr50 2012-02-14 14:58:24 -0800
  • fed21a7cb9 Updated changelog, tweaked Green Thumb if statement. nossr50 2012-02-14 14:51:12 -0800
  • a97783ed86 Removed debug message. nossr50 2012-02-14 14:49:06 -0800
  • 7982e33823 Fixed my fix of Green Terra not planting wheat. nossr50 2012-02-14 14:47:11 -0800
  • 7cf549ba88 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO nossr50 2012-02-14 14:43:53 -0800
  • 0386d52e7c Fixed Green Thumb not planting wheat. Fixes #133 nossr50 2012-02-14 14:42:49 -0800
  • e7b763c8ea Added config values for Dirt & Smooth Brick to Green Terra. GJ 2012-02-14 17:42:12 -0500
  • c805b17929 Fixed Green Thumb going off when Green Terra is in use. nossr50 2012-02-14 14:37:10 -0800
  • 877bf7905b Fix for Green Terra not planting wheat. nossr50 2012-02-14 14:27:05 -0800
  • c45b03b1d8 Yet another commit just for the changelog nossr50 2012-02-14 12:51:52 -0800
  • f4d84dbd52 I dun goof'd the changelog, fixing. nossr50 2012-02-14 12:46:14 -0800
  • 28d73a33ab Fixed addxp() taking xprate/skill modifiers into account. nossr50 2012-02-14 12:42:20 -0800
  • 9c9247b9c1 Modified changelog nossr50 2012-02-14 12:11:51 -0800
  • 50684e9ca0 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO nossr50 2012-02-14 12:10:37 -0800
  • b5e4bebd75 Fixed the negative XP bug on levelup. Fixes #134 nossr50 2012-02-14 12:09:02 -0800
  • b9de8e6d13 Updated POM to use Bukkit 1.1-R5 GJ 2012-02-14 14:19:19 -0500
  • 939344816e Tweaks to SkullSplitter/SerratedStrikes nossr50 2012-02-14 10:33:49 -0800
  • 441015d6a5 Updated changelog. GJ 2012-02-14 12:16:49 -0500
  • 841832846f Fixed typos in POM & Config.yml GJ 2012-02-14 09:33:52 -0500
  • eb0bf07d2c Updated .gitignore to ignore .jar files GJ 2012-02-14 09:30:54 -0500
  • fc622dcde2 Forgot to update the changelog. nossr50 2012-02-13 19:14:49 -0800
  • e77be3350f Removed CallEvent from dealDamage(), we don't need it. Fixes #170 nossr50 2012-02-13 19:09:14 -0800
  • b4637a825e Updated POM nossr50 2012-02-13 18:56:33 -0800
  • a2fc694c8d Fixed the fix of mmoedit/mcgod working without permissions. nossr50 2012-02-13 18:45:34 -0800
  • 06c0b4cc11 Modified changelog a bit. nossr50 2012-02-13 17:51:38 -0800
  • ea2ae0b5c3 Confusing changelog fixed. GJ 2012-02-13 17:27:25 -0500
  • 1bf9cfa422 It's probably important to mention this. nossr50 2012-02-13 09:43:25 -0800
  • 3d699e612a Changed listener to Highest, reverting some stuff that doesn't work. nossr50 2012-02-13 09:31:11 -0800
  • a202d6168b Forgot to push the new file. nossr50 2012-02-13 08:20:33 -0800
  • 786a5f9325 Modified mcMMO's onEntityDamage to have better compatibility. nossr50 2012-02-13 08:06:46 -0800
  • 1910b76b13 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO nossr50 2012-02-13 07:31:54 -0800
  • bda72f28ed Fixed fishing skill not working. GJ 2012-02-13 10:26:51 -0500
  • 27e60ef85b Modified onEntityDamage to MONITOR for plugin compatability. nossr50 2012-02-13 07:19:31 -0800
  • 58dc45d344 Change to permissions Should help #164 NuclearW 2012-02-12 21:15:04 -0500
  • 082dcebf9b Updated config.yml to include new mining items. GJ 2012-02-11 20:31:23 -0500
  • a652fcd026 Optional stats tracking I still don't like stats tracking. NuclearW 2012-02-11 16:11:04 -0500
  • 717c2d2869 Merge pull request #156 from nossr50/master Grant 2012-02-11 12:52:11 -0800
  • 6641084dae Merge 3124712cfb into 900d58a6f4 GitHub Merge Button 2012-02-11 12:40:00 -0800
  • 3124712cfb Formatted a little nicer nossr50 2012-02-11 12:39:41 -0800
  • 081b5f6728 Git you so silly nossr50 2012-02-11 12:14:05 -0800
  • 71c14ab07b Added Hidendra's Plugin Metrics to mcMMO. nossr50 2012-02-11 12:12:50 -0800
  • 900d58a6f4 Merge pull request #154 from nossr50/master Grant 2012-02-11 10:29:31 -0800
  • 291eb13765 Merge 70756c2a2e into 5b40f2e2e9 GitHub Merge Button 2012-02-11 10:22:53 -0800
  • 70756c2a2e Preparing for a bugfix release. Also made sure mcMMO saves info on shutdown. 1.2.11 nossr50 2012-02-11 10:21:36 -0800
  • 5b40f2e2e9 Merge pull request #152 from nossr50/master Grant 2012-02-11 06:24:04 -0800
  • 7dbfeabe6d Merge 3d60c057ea into 105b8b5a91 GitHub Merge Button 2012-02-11 06:18:50 -0800
  • 3d60c057ea Made xprate give more feedback when used via console nossr50 2012-02-11 06:17:57 -0800
  • 105b8b5a91 Fixes to several commands & console usage. Fixes Issue #150 GJ 2012-02-11 09:01:46 -0500
  • 9278ca4d27 Watch ourselves for negative xp gain. NuclearW 2012-02-11 00:11:08 -0500
  • d97e97ae5f Add McMMOPlayerXpGainEvent Rename playername to playerName NuclearW 2012-02-11 00:02:48 -0500
  • 5cbee8a4ab Make players logging out take damage from bleeding. Done as per suggestion by nossr50 Closes #131 NuclearW 2012-02-10 23:29:19 -0500
  • fe9db6c9ad Merge pull request #149 from nossr50/master Grant 2012-02-10 16:32:24 -0800
  • 6632bf24f4 Merge a4845abc45 into 470b29eeca GitHub Merge Button 2012-02-10 12:00:04 -0800
  • a4845abc45 Possible fix for negative XP bug. nossr50 2012-02-10 11:58:58 -0800
  • 470b29eeca Merge pull request #148 from nossr50/master Grant 2012-02-10 09:59:11 -0800
  • a2c0b90811 Merge f87f7f6feb into 5e8a8aac53 GitHub Merge Button 2012-02-10 09:53:22 -0800
  • f87f7f6feb Fixed the instant refresh bug. Fixed blockListener checking skills. nossr50 2012-02-10 09:44:17 -0800
  • 5e8a8aac53 Fix adding in to much copypasta TheYeti 2012-02-10 03:07:43 -0800
  • 2672e218f4 Just updating the licensing documentation TheYeti 2012-02-10 03:05:09 -0800
  • 02a728bdea Merge pull request #144 from nossr50/master Grant 2012-02-09 18:14:24 -0800
  • 8afc34052a Merge 3a812612de into 4fdbce24d7 GitHub Merge Button 2012-02-09 15:33:08 -0800
  • 3a812612de Fixed a major problem where the hashmap wasn't initialized on PlayerProfile creation. However there is still a big bug with abilities instantly wearing off and refreshing. nossr50 2012-02-09 15:28:05 -0800
  • 4fdbce24d7 Merge pull request #143 from nossr50/master Grant 2012-02-09 11:16:14 -0800
  • ef75bffd71 Merge 4a1e5a0dcc into 52458041f0 GitHub Merge Button 2012-02-09 11:13:35 -0800
  • 52458041f0 Removed ColoredConsoleSender. No more CB Dependency! GJ 2012-02-09 14:12:36 -0500
  • 4a1e5a0dcc Silly commits nossr50 2012-02-09 11:12:16 -0800
  • f6c7ac6d98 Merge branch 'master' of github.com:TheYeti/mcMMO nossr50 2012-02-09 11:11:35 -0800
  • 76675422ea Shrinking PlayerProfile one step at a time, also fixed a bug. nossr50 2012-02-09 11:10:39 -0800
  • 7dee6db362 Changed CraftItem to Item in Fishing, one step closer to being free of CB dependency. GJ 2012-02-09 14:04:48 -0500
  • e8030c59f1 Merge pull request #142 from nossr50/master Grant 2012-02-09 10:11:38 -0800
  • 6135680c42 Merge 4b642d4953 into 3ec661cc02 GitHub Merge Button 2012-02-09 10:08:56 -0800
  • 4b642d4953 Removed some old Sorcery code that won't ever be used nossr50 2012-02-09 10:08:04 -0800
  • 346b7862af Changed the README to be up to date nossr50 2012-02-09 10:03:41 -0800
  • 3ec661cc02 Merge pull request #141 from nossr50/master NuclearW 2012-02-09 10:01:58 -0800
  • 955ee4098b Merge d7f066b07e into e54500fa90 GitHub Merge Button 2012-02-09 10:01:14 -0800
  • d7f066b07e Added LGPL to Fishing.java nossr50 2012-02-09 10:00:01 -0800
  • e54500fa90 Merge pull request #140 from nossr50/master Grant 2012-02-09 09:49:12 -0800