Commit History

Author SHA1 Message Date
  GJ 2838a52e0c Clean up on all of our commands. Abstracted experience commands and 12 years ago
  GJ 9eba2c683b Use equalsIgnoreCase() instead of equals(), and use == for compaing 12 years ago
  bm01 dff03109a3 Parties should only be saved once per call 12 years ago
  NuclearW a542d6cf3e Squashed commit of the following: 12 years ago
  TfT_02 c900edb261 Fixed a bug where the near party member counter was off. Closes #745 12 years ago
  NuclearW cbbe436a69 Added party itemShare mode: EQUAL 12 years ago
  GJ 219667965f Add a few checks to prevent a player from joining a party more than 12 years ago
  GJ 49fe98ac57 Already locked it once. 12 years ago
  GJ 3d3a1abf7b OfflinePlayer.getName().toString() is pointless. 12 years ago
  TfT_02 34736836cc Fixed a bug where a new party leader wasn't appointed, after the previous party leader left 12 years ago
  bm01 0aeff40aaa Made /party kick work on offline players 12 years ago
  bm01 ccedd23342 Fixed NPE on /party join when the sender isn't in a party 12 years ago
  bm01 97dafc45fa Fixed players not joining their parties at login 12 years ago
  bm01 d50123085f Fixed bad parties saving 12 years ago
  bm01 457754b6f1 Fixed NPE due to null itemShareMode 12 years ago
  bm01 c659f8a9a9 Party now store OfflinePlayer instead of String 12 years ago
  TfT_02 74df4a4fb6 Add random item share mode for parties. 12 years ago
  GJ a2cbfa2668 We only need the name here, avoids NPE issues in /party create. 13 years ago
  GJ 340c47eebd Switch /party invite to a subcommand 13 years ago
  GJ 794071efb8 Not just for XP sharing. 13 years ago
  GJ 35f243a6e6 No reason to use the SAME CODE in three different clases. 13 years ago
  GJ 9de6b4724a Changed names to refer to partyInvite for the sake of clarity. 13 years ago
  GJ 79b96c380d Move handlePartyChangeEvent to PartyManager 13 years ago
  GJ 3ccf79cff5 Make /party join into a subcommand. 13 years ago
  GJ b21dc8631a Remove unused imports. 13 years ago
  bm01 51305118fa Moving party stuff from PlayerProfile to McMMOPlayer 13 years ago
  NuclearW ebca9fc2da Change getString to use varargs 13 years ago
  bm01 7d83dd8283 Put McMMOPlayer to use where it made sense 13 years ago
  GJ fc5dda78f5 Fixed javadoc issue, also fixed bug where we were trying to compare the Player and a string, rather than the player's name. 13 years ago
  TfT_02 9a89c7c49f Added party XP sharing. 13 years ago