Commit Graph

  • 3c94074533 Fixed minor formatting issue with /party owner bm01 2013-02-03 16:47:30 +0100
  • 2de8962887 Fixed possible "array overflow" with /party kick bm01 2013-02-03 16:46:46 +0100
  • e37e913f6a Fixed minor formatting issue with /party invite bm01 2013-02-03 16:37:41 +0100
  • 51305118fa Moving party stuff from PlayerProfile to McMMOPlayer bm01 2013-02-03 16:27:59 +0100
  • 52bd48cde7 Fixed bad /Skillreset usage formatting bm01 2013-02-03 14:08:57 +0100
  • ecf32da760 Fixed /Addxp on all skills not working properly It was broken because of one of the previous commits bm01 2013-02-03 13:56:47 +0100
  • 1dbe56b026 Replaced deprecated calls to Users.getProfile() in our listeners bm01 2013-02-03 13:40:56 +0100
  • f51bdad6b4 Removed unwanted profile check in isNPCPlayer Is the profile is null, it may be our fault, and because of this check we would never know about it. bm01 2013-02-03 13:27:47 +0100
  • 97d47c19b7 Replaced deprecated calls to Users.getProfile in our APIs bm01 2013-02-03 12:57:29 +0100
  • a1ab6f286b Made xp sharing less ugly by reworking McMMOPlayer xp methods Notable consequence: checkXP and addLevel in ExperienceAPI are no longer needed and became deprecated bm01 2013-02-03 12:45:19 +0100
  • 6d871c9bdb Properly fixed the NPE in dropItem It was due to bad logic in Herbalism bm01 2013-02-03 09:12:34 +0100
  • 12faebca27 Fixed PlayerFishEvent.getCaught() ClassCastException bm01 2013-02-03 06:00:12 +0100
  • c231a68bb2 Fixed bad formatting with /mmoedit bm01 2013-02-03 05:52:58 +0100
  • bd3db4a425 Fixed Xp not being awarded in parties because of XpShareMode.NONE bm01 2013-02-03 05:25:02 +0100
  • 5801981147 Chunkmeta and Storage graphs NuclearW 2013-02-02 22:47:05 -0500
  • 727cb029a6 om nom nom donut graph NuclearW 2013-02-02 22:03:50 -0500
  • dd0933c584 Edit /addlevels a bit, along with some command info in plugin.yml GJ 2013-02-02 21:30:21 -0500
  • e92b57c50c Return normal usage, not console usage. GJ 2013-02-02 21:29:55 -0500
  • 2e3c1d53f5 Update command registration for /mcgod GJ 2013-02-02 21:25:16 -0500
  • a67e0c1433 Removed the rest of the command disable code from config.yml GJ 2013-02-02 19:22:24 -0500
  • a42a1f4a9f Fixed trying to cast player to SpoutPlayer - need to use SpoutManager.getPlayer(player) instead. GJ 2013-02-02 19:20:31 -0500
  • 8f17ec96f0 Fixed teleport exploit in regards to Archery bonus XP. GJ 2013-02-02 19:07:05 -0500
  • b11e28c880 Don't need to add one here, it sends us out of bounds. GJ 2013-02-02 17:04:11 -0500
  • a16d5b62cf Fix issue #620 TfT_02 2013-02-02 20:23:40 +0100
  • e9425625e2 Added missing permissions for mcrank mctop and mcstats bm01 2013-02-02 12:20:02 +0100
  • 12324017d7 @md-5 says this is good idea Change from the shade dumping it to org.mcstats to com.gmail.nossr50.util.mcstats This does seem to make sense, as many plugins shading to one location seems bad. I think he is just doing it because of an issue with Spigot lately, though. NuclearW 2013-02-02 04:55:49 -0500
  • 1ecbf34978 Relocate Metrics classes md_5 2013-02-02 20:54:24 +1100
  • 8aabe1c148 Change metrics to be shaded in, add new graph New graph checks if a build came from our Jenkins, and reports that Started new graph for donut version information, waiting for confirmation on data delimiter before proceeding with enabling that @md-5 is now in mcMMO NuclearW 2013-02-02 04:38:15 -0500
  • 76ff0374ce Removed no longer needed check (related to previous commit) bm01 2013-02-02 09:52:24 +0100
  • 09373c45f3 We already have a task for Profile saving bm01 2013-02-02 09:33:19 +0100
  • d0a5454333 Partially fixed /Addxp on offline player Xp is awarded but in order to level up the player need to log in and use his skills. bm01 2013-02-02 09:19:58 +0100
  • 9ea693d3ce Fixed /Addxp not working properly with two arguments bm01 2013-02-02 08:33:59 +0100
  • ebca9fc2da Change getString to use varargs NuclearW 2013-02-02 02:55:49 -0500
  • c43e8f8f19 Remove unused imports. GJ 2013-02-02 02:13:10 -0500
  • b6b03369f7 Actually use the new /addxp registration function GJ 2013-02-02 02:12:38 -0500
  • 0b6e854520 Change some checks around in /addlevels for readability. GJ 2013-02-02 02:11:46 -0500
  • 55b17e7d2b Update /addxp to use Bukkit handling by default rather than ours. GJ 2013-02-02 02:07:35 -0500
  • c15fdae32e Change to new build numbering scheme. GJ 2013-02-02 01:28:30 -0500
  • 0fe232e1f5 Changelog update GJ 2013-02-02 01:07:22 -0500
  • fc33f27899 Update pom.xml for weekly beta release 1.4.00-beta1 GJ 2013-02-02 00:31:48 -0500
  • e40095977a Remove ac command alias due to Essentials compatibility issues. GJ 2013-02-02 00:14:59 -0500
  • d1f499f6fd Moved around a few more commands. GJ 2013-02-02 00:09:47 -0500
  • 610bc42815 Fixing no Xp gain from previous commit bm01 2013-02-02 05:06:47 +0100
  • 2006356ccd Fixing Xp share awarding full Xp to the original player bm01 2013-02-02 05:00:39 +0100
  • 63e827aefb isEmpty() is prettier <3 bm01 2013-02-02 04:42:24 +0100
  • 1898537149 Fixed double rounding of shared Xp, rounding up final result instead bm01 2013-02-02 04:33:26 +0100
  • 60033d47ec Adding support for both display names and sender names in the chat API. Glitchfinder 2013-02-01 18:59:22 -0500
  • b633f36131 Adding proper children for the deprecated permissions, and removing extra permissions checks. Glitchfinder 2013-02-01 14:36:01 -0800
  • 749443454d Updating permissions for the /mcgod command. Glitchfinder 2013-02-01 14:01:11 -0800
  • d68dfe2a32 ACTUALLY fix the NPE this time. GJ 2013-02-01 15:56:23 -0500
  • f3b119b91b Changelog update. GJ 2013-02-01 15:11:23 -0500
  • aca3d5c4c6 Add back the descriptions to plugin.yml for documentation purposes. GJ 2013-02-01 15:09:22 -0500
  • b0acea3353 Fix bug in previous dev build that would make mcMMO never drop items... GJ 2013-02-01 15:07:18 -0500
  • 862f5d73e1 Apparently our ItemStack can be null here. GJ 2013-02-01 14:58:03 -0500
  • 52bf73aecc Remove unused imports. GJ 2013-02-01 14:43:41 -0500
  • 54e5be1961 Removed redundant permissions check for skill commands. GJ 2013-02-01 13:43:24 -0500
  • 7fbf3d4f27 Refactoring of general commands - the prior package structure made no sense. GJ 2013-02-01 13:41:26 -0500
  • 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 -0500
  • a3e9d12f6a Rework /addlevels to use the built-in Bukkit command stuff. GJ 2013-02-01 13:27:12 -0500
  • 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 -0500
  • cec132092f Forgot to add this to the changelog. GJ 2013-02-01 10:45:57 -0500
  • 01723b2d36 Locale file updates. GJ 2013-02-01 10:45:14 -0500
  • b463e4ce6f Localize a string I missed last time... GJ 2013-02-01 10:38:28 -0500
  • 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 -0500
  • 2762a9d1fd Fix NPE on startup relating to old party files without an xp share mode set. GJ 2013-02-01 07:57:00 -0500
  • 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 +0100
  • ef775f1c24 Removed some deprec(i)ated calls to Users.getProfile() bm01 2013-02-01 10:18:57 +0100
  • 56617a1c1c Minor cleanup TfT_02 2013-02-01 10:15:28 +0100
  • 77e048471e Forgot to use the ShareHandler enum here bm01 2013-02-01 06:51:02 +0100
  • 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 +0100
  • d0c0b9a089 Fixed /mmoedit not giving feedback when modifying another players stats. Addresses #243 GJ 2013-01-31 21:58:09 -0500
  • 75894c4419 Clean up a little more from our permissions reworking. GJ 2013-01-31 15:39:21 -0500
  • d3c8a5565a Cleaning up from our deprecated permissions. GJ 2013-01-31 13:29:42 -0500
  • bd2cd07f46 Better way to deprecate these. GJ 2013-01-31 09:00:17 -0500
  • 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 -0500
  • a1d710fe3d Fixed the remnants of my attempt at refactoring serialized classes... GJ 2013-01-30 19:27:06 -0500
  • c34d269f33 Adding a new permissions for the /mcability command. Glitchfinder 2013-01-30 16:29:58 -0800
  • 01c8b8ad4a Builder > Buffer GJ 2013-01-30 18:58:31 -0500
  • 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 -0500
  • 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 -0500
  • f324181190 Remove useless toString() call. GJ 2013-01-30 18:29:44 -0500
  • 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 +0100
  • 8b514d631c Vanilla xp bonus should actually be in beginFishing() or at least be called by beginFishing() bm01 2013-01-30 23:29:36 +0100
  • 13a65e875f Minor Fishing "cleanup" bm01 2013-01-30 22:51:11 +0100
  • a1d4a4b3f8 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO U-YUE\Sean 2013-01-30 12:26:27 -0800
  • 610b87f462 Fixing a permissions loop and reverting a package change to prevent Serialization errors. U-YUE\Sean 2013-01-30 12:25:48 -0800
  • 374b758700 Fix AxesMastery displaying wrong values TfT_02 2013-01-30 20:33:19 +0100
  • d32e0962b0 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO U-YUE\Sean 2013-01-30 11:10:32 -0800
  • 1cb9f93f0e Added permissions to the /xprate command. U-YUE\Sean 2013-01-30 11:10:19 -0800
  • 4a24ade442 Adding new permissions for the /skillreset command. U-YUE\Sean 2013-01-30 10:56:58 -0800
  • 3f6bd7894d Added vanilla XP boost for Fishing - includes permissions, config options, etc GJ 2013-01-30 13:24:56 -0500
  • cbb941116f Adding new permission for the /mmoupdate command. U-YUE\Sean 2013-01-30 10:03:32 -0800
  • bcaa7ecacb Added new permissions for the /mmoedit command. U-YUE\Sean 2013-01-30 09:55:22 -0800
  • b8eb6186ed Adding permission for the /mcstats command. U-YUE\Sean 2013-01-30 09:50:15 -0800
  • 6d5cf2b139 Adding new permissions for the /inspect command. U-YUE\Sean 2013-01-30 09:38:08 -0800
  • 5e6b1fe362 BeastLore can now display Offline Owner names TfT_02 2013-01-30 18:35:46 +0100
  • 1c0cafc6c8 Fixed the guide usage string showing up every time /skillname was called GJ 2013-01-30 12:30:45 -0500
  • 8eee0cb0b0 Use display name for chat events. GJ 2013-01-30 12:25:31 -0500
  • bfe8403d75 Minor cleanup. GJ 2013-01-30 12:22:14 -0500
  • 8a852ce22e Adding new permissions for the /addxp command. U-YUE\Sean 2013-01-30 09:09:14 -0800