Commit Graph

  • c3f83302c5 Abstract our Spout commands. GJ 2013-02-07 11:57:54 -0500
  • 57063246fb Anniversary is over for another year... GJ 2013-02-07 10:23:11 -0500
  • 29f47d5ca7 Minor typo. GJ 2013-02-07 10:21:54 -0500
  • e0180881e2 Added the "wait" music disc to the default fishing treasures GJ 2013-02-07 08:31:44 -0500
  • 7c579a1040 Remove unused import. GJ 2013-02-07 08:26:17 -0500
  • 59219e3f33 Update /mchud and /xplock to use the Bukkit CommandAPI GJ 2013-02-07 08:25:54 -0500
  • b67a308a34 Readd /mcxprate alias to /xprate GJ 2013-02-07 07:49:19 -0500
  • d5550c8fd1 Changed /p and /a to use /partychat and /adminchat as the default command name. The use of /p, /pc, /a, and /ac is still supported. GJ 2013-02-06 17:57:16 -0500
  • d0ca2b9d4b Update /mmoupdate to use Bukkit CommandAPI. Addresses #628 GJ 2013-02-06 17:10:05 -0500
  • 84fb7eec36 Move this out of PlayerLoginEvent and into PlayerJoinEvent - this prevents us from creating DB entries for players that get caught by a whitelist. GJ 2013-02-06 16:52:36 -0500
  • c04b5dc4d6 Remove unused import GJ 2013-02-06 16:47:01 -0500
  • 4b4fb7fd39 Fixed updateLeaderboards causing a memory leak and a bad /mctop display bm01 2013-02-06 22:47:05 +0100
  • 215bd0f4a2 Deprecated most functions in ExperienceAPI, replaced them with identical versions that use a String for the SkillName rather than the SkillType enum values GJ 2013-02-06 16:13:01 -0500
  • a13d28a6ec Entity config files aren't working properly yet - temporary solution is to use a 1.0 base for any entity with an UNKNOWN type. GJ 2013-02-06 15:33:24 -0500
  • bcdd235b9f NuclearW, why did you do this? GJ 2013-02-06 12:50:11 -0500
  • 6be0714872 Update /mcremove to use the Bukkit CommandAPI. GJ 2013-02-06 12:49:43 -0500
  • 7e70c4001b Move aliases back to plugin.yml since setAliases doesn't work. GJ 2013-02-06 11:45:19 -0500
  • 9326921e2a Revert back to ugly-alias in PlayerCommandPreprocessEvent for /skillname commands. GJ 2013-02-06 11:00:43 -0500
  • 7a0f8ea2dd Tweak a few more things with Salvage. GJ 2013-02-06 10:28:28 -0500
  • 2799bab206 Minor cleanup TfT_02 2013-02-06 15:29:21 +0100
  • ba4d0451ff Shears are in isIronTool(), no need to check explicitly TfT_02 2013-02-06 14:59:36 +0100
  • 40773ee6f6 Added Shears, Buckets, Fishing rods and Bows to the list of items that can be Salvaged TfT_02 2013-02-06 14:49:36 +0100
  • cd190eebc9 Locale Graph NuclearW 2013-02-06 01:05:16 -0500
  • c13593def1 Refactor LocaleLoader a bit NuclearW 2013-02-06 01:05:09 -0500
  • bbfbe1e72c Remove max level check - Bukkit now does the checking for us. GJ 2013-02-05 23:58:15 -0500
  • bb88812668 Added basic support for Mo' Creatures (and other entity mods) - specify mob info in entities.yml GJ 2013-02-05 22:40:19 -0500
  • 94a9230525 Properly defaulting ability permissions relative to their skills. Glitchfinder 2013-02-05 18:18:12 -0800
  • c7a0841c2e Properly defaulting more permissions. Glitchfinder 2013-02-05 17:36:16 -0800
  • b843970033 Properly defaulting more permissions. Glitchfinder 2013-02-05 17:24:23 -0800
  • 4931ff6e4a Gut old PartyHUD stuff from the Spout config file. GJ 2013-02-05 19:03:35 -0500
  • b9ef701ff1 Changed backup task to include ALL config files GJ 2013-02-05 19:02:56 -0500
  • c07364f775 Properly defaulting permissions. Glitchfinder 2013-02-05 15:32:26 -0800
  • 64d3430455 ACTUALLY ACTUALLY make /mcpurge behave right for flatfile. GJ 2013-02-05 17:19:53 -0500
  • 7e4188e776 ACTUALLY make removing powerless players work for Flatfile. Old users will only work from here forward - we never tracked login time before for FlatFile. GJ 2013-02-05 17:09:20 -0500
  • 3f6c07ba6a Updated /mcpurge for Bukkit CommandAPI, also made it work with Flatfile GJ 2013-02-05 15:29:57 -0500
  • 419937f62e Refactoring - these should be with the rest of the DB files. GJ 2013-02-05 12:56:31 -0500
  • ab92aa3ffa Update /mcpurge command to use Bukkit CommandAPI. Addresses #628 GJ 2013-02-05 12:50:09 -0500
  • 2d9dc92f83 Added methods to ChatAPI for retrieving the current chat mode of a player. Fixes #641 GJ 2013-02-05 12:30:15 -0500
  • 0f214496f2 Fixed a few incorrect usage strings. GJ 2013-02-05 11:19:25 -0500
  • 9103914bc9 Update /mctop to use Bukkit CommandAPI. Addresses #628 GJ 2013-02-05 10:54:53 -0500
  • aad14169fb Flip the order to short-circuit faster. GJ 2013-02-05 10:18:24 -0500
  • 3550c25b7d targetParty could have been null going into the PartyChangeEvent. GJ 2013-02-05 09:59:03 -0500
  • 2764368089 HerbalismBlock could be null here. GJ 2013-02-05 09:57:03 -0500
  • e46dcb69da Move setup tasks from onEnable to their own private functions for better readability. GJ 2013-02-05 09:35:06 -0500
  • ef7aeb752e Update /mcstats to use Bukkit CommandAPI. Addresses #628 GJ 2013-02-05 09:30:47 -0500
  • 81ba0404b2 Fix issue with /mcstats displaying Integer.MAX_VALUE for the power level cap when there is no power level cap. GJ 2013-02-05 09:26:10 -0500
  • 9af470536b Some things should remain private. GJ 2013-02-05 09:18:37 -0500
  • 5349b46122 Update /mcrank to use Bukkit CommandAPI. Addresses #628 GJ 2013-02-05 09:18:06 -0500
  • 0de7e22408 Adjust how we get the usage strings for the /skillname commands GJ 2013-02-05 08:50:47 -0500
  • 03f96daba3 Fix typo in /mcability permissions check GJ 2013-02-05 08:36:29 -0500
  • f6aca88b36 Change /mcmmo to use Bukkit CommandAPI. Addresses #628 GJ 2013-02-05 08:36:08 -0500
  • ea32cb9e12 These commands cannot work for online players, period. GJ 2013-02-05 08:23:03 -0500
  • 1c328e7ac7 Fixed a bug which made it impossible to join other players' parties. TfT_02 2013-02-05 14:46:56 +0100
  • 89eef2ce07 Added new config options to allow friendly fire in parties. TfT_02 2013-02-05 14:35:51 +0100
  • 433c99e239 Clean up TfT_02 2013-02-05 13:23:12 +0100
  • e2faeac505 Updating blast mining permissions and alphabetizing the permissions list. Glitchfinder 2013-02-04 15:53:59 -0800
  • 263cb2823c Oops, forgot to remove debug messages! TfT_02 2013-02-05 00:46:50 +0100
  • 5769c8dea9 Update the changelog TfT_02 2013-02-05 00:43:54 +0100
  • 3cff8aba16 Add an error message when the config.yml is outdated. TfT_02 2013-02-05 00:43:06 +0100
  • e5e19f77b9 Automatically remove inactive party members after 7 days (default) TfT_02 2013-02-05 00:42:19 +0100
  • 4d93f3271d Update /mcability to use Bukkit CommandAPI. Addresses #628 GJ 2013-02-04 17:35:48 -0500
  • 0683745dd2 Update /inspect to use Bukkit command API. Addresses #628 GJ 2013-02-04 16:43:37 -0500
  • 49ef013152 Add alias to /xprate through the register instead of plugin.yml GJ 2013-02-04 16:00:04 -0500
  • 3153bbc973 Typo fix. GJ 2013-02-04 15:45:15 -0500
  • 717a258430 Added the other permissions nodes. Addresses #628 GJ 2013-02-04 15:10:07 -0500
  • bb945a765c Updating /xprate to use Bukkit command API GJ 2013-02-04 12:47:48 -0500
  • 6d486401b5 Adding a permission for the /mcc command. Glitchfinder 2013-02-04 11:58:00 -0800
  • 07df5edc86 Adding new permissions for the /xplock command. Glitchfinder 2013-02-04 11:47:32 -0800
  • ae5ab13533 Adding a permission for the /mchud command. Glitchfinder 2013-02-04 11:39:43 -0800
  • fc40f545fe Removed Chimaera Wing TfT_02 2013-02-04 19:41:23 +0100
  • 37e01f992d Update the changelog TfT_02 2013-02-04 17:58:21 +0100
  • b497853e8a Changelog update. GJ 2013-02-04 11:48:12 -0500
  • 85dc6e51d2 Bleeding particle effect added. TfT_02 2013-02-04 17:40:09 +0100
  • 6d5ce1357e More party members = more XP share bonus TfT_02 2013-02-04 17:20:45 +0100
  • ac1d556895 Moved this a bit + minor cleanup TfT_02 2013-02-04 16:36:47 +0100
  • 4aceadd777 == is faster than .equals() for enums. GJ 2013-02-04 11:35:52 -0500
  • 49de6614c0 Remove more old code from PlayerProfile GJ 2013-02-04 11:28:59 -0500
  • cc50428646 Remove old code from PlayerProfile. GJ 2013-02-04 11:28:21 -0500
  • b60bdc9b17 Fixed /mcrank not working for SQL power level after removal of SkillType.ALL GJ 2013-02-04 11:22:39 -0500
  • 35cdcb62b7 Removed needs for SkillType.ALL Also apparently made /Skillreset work on offline players and fixed missing permissions check bm01 2013-02-04 16:33:34 +0100
  • 458f7f5f5b Fix /xprate not properly sending "Event started" messages. Fixes #624 GJ 2013-02-04 08:47:54 -0500
  • 284bab397a Add description string for /skillreset to the locale file GJ 2013-02-04 08:43:42 -0500
  • 5f306447a0 Convert /skillreset to Bukkit command methods. Also refactored the name to SkillresetCommand to fall in line with the naming of all other command executor classes. GJ 2013-02-04 08:38:13 -0500
  • 44b862c0bb Get rid of all the deprecated instances of Users.getProfile() GJ 2013-02-04 08:09:24 -0500
  • 74c367c069 Remove unused variable GJ 2013-02-04 07:55:01 -0500
  • c3db026fd9 Changed /mmoedit to use Bukkit command info. Also fixed bug where /mcrefresh was registered with the info of /mcgod GJ 2013-02-04 07:54:26 -0500
  • 958095d11b Update /mcrefresh to use Bukkit command info. Also updated a few description strings. GJ 2013-02-04 00:54:31 -0500
  • b21dc8631a Remove unused imports. GJ 2013-02-03 23:27:29 -0500
  • 03354ed1cb Fixed #630 (null player was used) bm01 2013-02-04 06:32:15 +0100
  • 1a63fc7638 Updating the permissions for the /[skillname] commands. Glitchfinder 2013-02-03 16:43:06 -0800
  • 6498c711ba Updating the permissions for the /ptp command and fixing the event it files to properly show who is teleporting where. Glitchfinder 2013-02-03 15:40:29 -0800
  • 57c8c94db7 Updating the permissions for the /mctop command. Glitchfinder 2013-02-03 14:17:40 -0800
  • 15f212c384 Updating the permission for the /mcremove command. Glitchfinder 2013-02-03 13:53:35 -0800
  • dee384c8b9 Updating permissions for the /mcrefresh command. Glitchfinder 2013-02-03 13:45:37 -0800
  • 93ffd950e9 Further updating the permissions for the /mcrank command. Glitchfinder 2013-02-03 13:35:36 -0800
  • b01d80b1f4 Updating the permissions for the /mcrank command. Glitchfinder 2013-02-03 13:14:26 -0800
  • 84d01362f9 Updating the permission for the /mcpurge command. Glitchfinder 2013-02-03 13:08:12 -0800
  • 939586ce1a Adding a permission for the /mcmmo command. Glitchfinder 2013-02-03 13:03:04 -0800
  • 2888fdff9e Fixed bug with Hylian Luck when there are no treasures enabled. GJ 2013-02-03 13:31:13 -0500
  • b048cc1e55 Missed that one (formatting issue with /party kick) bm01 2013-02-03 16:49:22 +0100