Commit Graph

  • c15fdae32e Change to new build numbering scheme. GJ 2013-02-02 01:28:30 -05:00
  • 0fe232e1f5 Changelog update GJ 2013-02-02 01:07:22 -05:00
  • fc33f27899 Update pom.xml for weekly beta release 1.4.00-beta1 GJ 2013-02-02 00:31:48 -05:00
  • e40095977a Remove ac command alias due to Essentials compatibility issues. GJ 2013-02-02 00:14:59 -05:00
  • d1f499f6fd Moved around a few more commands. GJ 2013-02-02 00:09:47 -05:00
  • 610bc42815 Fixing no Xp gain from previous commit bm01 2013-02-02 05:06:47 +01:00
  • 2006356ccd Fixing Xp share awarding full Xp to the original player bm01 2013-02-02 05:00:39 +01:00
  • 63e827aefb isEmpty() is prettier <3 bm01 2013-02-02 04:42:24 +01:00
  • 1898537149 Fixed double rounding of shared Xp, rounding up final result instead bm01 2013-02-02 04:33:26 +01:00
  • 60033d47ec Adding support for both display names and sender names in the chat API. Glitchfinder 2013-02-01 18:59:22 -05:00
  • b633f36131 Adding proper children for the deprecated permissions, and removing extra permissions checks. Glitchfinder 2013-02-01 14:36:01 -08:00
  • 749443454d Updating permissions for the /mcgod command. Glitchfinder 2013-02-01 14:01:11 -08:00
  • d68dfe2a32 ACTUALLY fix the NPE this time. GJ 2013-02-01 15:56:23 -05:00
  • f3b119b91b Changelog update. GJ 2013-02-01 15:11:23 -05:00
  • aca3d5c4c6 Add back the descriptions to plugin.yml for documentation purposes. GJ 2013-02-01 15:09:22 -05:00
  • b0acea3353 Fix bug in previous dev build that would make mcMMO never drop items... GJ 2013-02-01 15:07:18 -05:00
  • 862f5d73e1 Apparently our ItemStack can be null here. GJ 2013-02-01 14:58:03 -05:00
  • 52bf73aecc Remove unused imports. GJ 2013-02-01 14:43:41 -05:00
  • 54e5be1961 Removed redundant permissions check for skill commands. GJ 2013-02-01 13:43:24 -05:00
  • 7fbf3d4f27 Refactoring of general commands - the prior package structure made no sense. GJ 2013-02-01 13:41:26 -05:00
  • 2df285fd7c Having an option to disable commands from the config was a bad idea that encouraged lazy admins. GJ 2013-02-01 13:34:33 -05:00
  • a3e9d12f6a Rework /addlevels to use the built-in Bukkit command stuff. GJ 2013-02-01 13:27:12 -05:00
  • 89e5e16aad This is a much better way to work with our commands dynamically. It allows for localized description strings, aliases, etc. GJ 2013-02-01 12:27:24 -05:00
  • cec132092f Forgot to add this to the changelog. GJ 2013-02-01 10:45:57 -05:00
  • 01723b2d36 Locale file updates. GJ 2013-02-01 10:45:14 -05:00
  • b463e4ce6f Localize a string I missed last time... GJ 2013-02-01 10:38:28 -05:00
  • 8c7fd7b1a6 Fix issue where the vanilla XP boost for smelting would be called regardless of who took the item out of the furnace. Not only does this fix the exploit, it also fixes an NPE that could occur if the player who lit the furnance was offline when someone else extracted the items from it. GJ 2013-02-01 08:03:03 -05:00
  • 2762a9d1fd Fix NPE on startup relating to old party files without an xp share mode set. GJ 2013-02-01 07:57:00 -05:00
  • 137864dc04 Fixed /addlevels not working on offline players Fixed /addlevels all throwing NPE because of Smelting Removed use of Users.getProfile() bm01 2013-02-01 11:49:44 +01:00
  • ef775f1c24 Removed some deprec(i)ated calls to Users.getProfile() bm01 2013-02-01 10:18:57 +01:00
  • 56617a1c1c Minor cleanup TfT_02 2013-02-01 10:15:28 +01:00
  • 77e048471e Forgot to use the ShareHandler enum here bm01 2013-02-01 06:51:02 +01:00
  • 7d83dd8283 Put McMMOPlayer to use where it made sense It's basically a wrapper for anything related to players, as a consequence Users.getProfile() is now depreciated. Also removed SkillTools.xpProcessing() because of some redundancy with McMMOPlayer.addXp(). + some cleanup for consistency sake. bm01 2013-02-01 06:38:25 +01:00
  • d0c0b9a089 Fixed /mmoedit not giving feedback when modifying another players stats. Addresses #243 GJ 2013-01-31 21:58:09 -05:00
  • 75894c4419 Clean up a little more from our permissions reworking. GJ 2013-01-31 15:39:21 -05:00
  • d3c8a5565a Cleaning up from our deprecated permissions. GJ 2013-01-31 13:29:42 -05:00
  • bd2cd07f46 Better way to deprecate these. GJ 2013-01-31 09:00:17 -05:00
  • cd35df17ec Fix a handful of Javadoc issues - need to check through the rest later to ensure that we actually have updated JDs for everything GJ 2013-01-30 19:42:40 -05:00
  • a1d710fe3d Fixed the remnants of my attempt at refactoring serialized classes... GJ 2013-01-30 19:27:06 -05:00
  • c34d269f33 Adding a new permissions for the /mcability command. Glitchfinder 2013-01-30 16:29:58 -08:00
  • 01c8b8ad4a Builder > Buffer GJ 2013-01-30 18:58:31 -05:00
  • fc5dda78f5 Fixed javadoc issue, also fixed bug where we were trying to compare the Player and a string, rather than the player's name. GJ 2013-01-30 18:49:14 -05:00
  • d6e78beb72 More efficient way of handling our strings when setting up Flatfile. Also no reason to initialize those strings. GJ 2013-01-30 18:45:41 -05:00
  • f324181190 Remove useless toString() call. GJ 2013-01-30 18:29:44 -05:00
  • 5c13661c47 Slight cleanup, removed unused import And this is how we go from build 12xx to 14xx in one week bm01 2013-01-30 23:36:33 +01:00
  • 8b514d631c Vanilla xp bonus should actually be in beginFishing() or at least be called by beginFishing() bm01 2013-01-30 23:29:36 +01:00
  • 13a65e875f Minor Fishing "cleanup" bm01 2013-01-30 22:51:11 +01:00
  • a1d4a4b3f8 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO U-YUE\Sean 2013-01-30 12:26:27 -08:00
  • 610b87f462 Fixing a permissions loop and reverting a package change to prevent Serialization errors. U-YUE\Sean 2013-01-30 12:25:48 -08:00
  • 374b758700 Fix AxesMastery displaying wrong values TfT_02 2013-01-30 20:33:19 +01:00
  • d32e0962b0 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO U-YUE\Sean 2013-01-30 11:10:32 -08:00
  • 1cb9f93f0e Added permissions to the /xprate command. U-YUE\Sean 2013-01-30 11:10:19 -08:00
  • 4a24ade442 Adding new permissions for the /skillreset command. U-YUE\Sean 2013-01-30 10:56:58 -08:00
  • 3f6bd7894d Added vanilla XP boost for Fishing - includes permissions, config options, etc GJ 2013-01-30 13:24:56 -05:00
  • cbb941116f Adding new permission for the /mmoupdate command. U-YUE\Sean 2013-01-30 10:03:32 -08:00
  • bcaa7ecacb Added new permissions for the /mmoedit command. U-YUE\Sean 2013-01-30 09:55:22 -08:00
  • b8eb6186ed Adding permission for the /mcstats command. U-YUE\Sean 2013-01-30 09:50:15 -08:00
  • 6d5cf2b139 Adding new permissions for the /inspect command. U-YUE\Sean 2013-01-30 09:38:08 -08:00
  • 5e6b1fe362 BeastLore can now display Offline Owner names TfT_02 2013-01-30 18:35:46 +01:00
  • 1c0cafc6c8 Fixed the guide usage string showing up every time /skillname was called GJ 2013-01-30 12:30:45 -05:00
  • 8eee0cb0b0 Use display name for chat events. GJ 2013-01-30 12:25:31 -05:00
  • bfe8403d75 Minor cleanup. GJ 2013-01-30 12:22:14 -05:00
  • 8a852ce22e Adding new permissions for the /addxp command. U-YUE\Sean 2013-01-30 09:09:14 -08:00
  • 64fc7bcaf8 Updating permissions for the /addlevels command. U-YUE\Sean 2013-01-30 09:06:21 -08:00
  • 599bbe73b4 More major refactoring. My OCD is better now. GJ 2013-01-30 11:53:51 -05:00
  • 852872f55c Custom mod support refactoring. GJ 2013-01-30 11:35:33 -05:00
  • 62a037a4fd Minor cleanup of new party stuff. GJ 2013-01-30 11:25:44 -05:00
  • 637442149c Updated locale files, added the start of Hungarian locale file (hu_Hu) GJ 2013-01-30 11:20:09 -05:00
  • 9a89c7c49f Added party XP sharing. TfT_02 2013-01-30 15:17:50 +01:00
  • c6ef053aac Fixed a couple of our locale strings getting screwed up due to refactoring. GJ 2013-01-30 08:36:24 -05:00
  • d3b0da4186 Finished tidying up our Spout checking. GJ 2013-01-30 08:08:29 -05:00
  • d09cd49f01 Attempt to fix Spout NoClassDefFoundError bm01 2013-01-30 08:44:01 +01:00
  • bfa29cbf02 Fixed Spout not being able to precache our resources properly, and therefore making our XP bars fail. Fixes #587 GJ 2013-01-30 00:08:19 -05:00
  • 74d9fa422f Fixed Shake Mob level not being displayed correctly Another bug introduced in previous commits bm01 2013-01-30 05:12:34 +01:00
  • b43538ee78 Fixed Shake Mob using "data" value as amount Bug introduced in one of the previous commits bm01 2013-01-30 02:02:28 +01:00
  • 755b9bc2a1 Removed files I didn't even know we had... GJ 2013-01-29 19:19:36 -05:00
  • ae49f0b6e4 Remove unused import Whoops D: bm01 2013-01-30 01:15:07 +01:00
  • 063de93eb8 Do not break 1.4.6 compatibility yet bm01 2013-01-30 01:13:29 +01:00
  • ec997bd2b6 Fixed Shake Mob not dropping the correct Wool Bug introduced by my previous commit bm01 2013-01-30 01:01:00 +01:00
  • 20aa312173 Removed permanent storage of config value in Woodcutting bm01 2013-01-30 00:21:34 +01:00
  • 48b0050451 Fishing refactoring, fixed bad enchant distribution bm01 2013-01-30 00:12:55 +01:00
  • c04b14c751 Add anvil sounds to Salvage. GJ 2013-01-29 19:00:47 -05:00
  • 3d8aa29b52 Fix startup error from last build due to the removal of the custom spout repair sound. GJ 2013-01-29 18:58:42 -05:00
  • ac7ed67d91 We're now using Bukkit sounds instead of Spout sounds - only current exception is the custom level-up sound. GJ 2013-01-29 18:36:16 -05:00
  • 20f6a55df2 Remove duplicate checks. GJ 2013-01-29 12:02:32 -05:00
  • 60041a1253 Added ability to config Hylian Luck drops through treasures.yml GJ 2013-01-29 11:24:41 -05:00
  • 1e7b54ef0d Tweak archery distance XP function to reward better. gmcferrin 2013-01-29 10:55:06 -05:00
  • d2cb88d93b No need to check if this is wheat... gmcferrin 2013-01-29 10:07:32 -05:00
  • 659e982c47 Check if the furnace is actually a furnace - fixes ClassCastExceptions caused by "virtual furnace" plugins. GJ 2013-01-29 08:08:40 -05:00
  • 5bf1e49e43 Edit /mcc information with new party commands TfT_02 2013-01-29 13:16:28 +01:00
  • 5b862a4cee Added XP bonus for Archery based on distance from shooter to target. The farther you are from your target, the more bonus XP you'll earn. GJ 2013-01-29 01:58:03 -05:00
  • 2aec202e6d Attempting to make Herbalism cleaner... GJ 2013-01-28 16:55:57 -05:00
  • f5259decab Update the locale files with recent /ptp command changes TfT_02 2013-01-28 21:28:52 +01:00
  • 0a17bf69c0 Implementing ptp request timeouts. TfT_02 2013-01-28 21:24:55 +01:00
  • 6db78d3cda This might be a bit slower, but it's WAY cleaner. Also prevents us from having to update this function every time Minecraft adds a new transparent block. GJ 2013-01-28 12:51:20 -05:00
  • 0692dd82ad Cleaned up a few things in PartyCommand - removed unnecessary else statements & function args, removed accidental usage of Bukkit.getServer() command, fixed some spacing issues. GJ 2013-01-28 09:16:19 -05:00
  • 088d4ac14a Removed useless function variable. GJ 2013-01-28 08:36:55 -05:00
  • 92262d0e47 Cleanup PtpCommand a bit, remove some useless argument passing and else statements. GJ 2013-01-28 08:36:12 -05:00
  • 1549f66fd7 Removed unused imports. GJ 2013-01-28 08:16:09 -05:00
  • 1118cd8ca1 Fixed Spout config files loading / generating when they shouldn't have GJ 2013-01-28 08:15:12 -05:00