Commit Graph

  • 11bd473f55 Added config option to disable automatic zip backups GJ 2013-02-15 07:50:32 -05:00
  • 5947ad5004 Fixed wrong names names displaying when using /ptp TfT_02 2013-02-15 13:51:43 +01:00
  • 894218cac9 Gotta protect this one too. GJ 2013-02-15 07:44:27 -05:00
  • 4ce06de18a Nicer way to handle the ConcurrentModification issue. GJ 2013-02-15 07:40:47 -05:00
  • 6c4ea34811 It's (not) over 5000% - fixes #683 GJ 2013-02-15 07:32:22 -05:00
  • 34736836cc Fixed a bug where a new party leader wasn't appointed, after the previous party leader left TfT_02 2013-02-15 13:22:31 +01:00
  • 9c09c168f8 Fix a ConcurrentModificationException TfT_02 2013-02-15 12:32:35 +01:00
  • c61e710341 Update Locale files. GJ 2013-02-14 23:54:18 -05:00
  • 63753b8197 Changelog NuclearW 2013-02-14 23:28:57 -05:00
  • 20f436c646 Squash alll the bugs NuclearW 2013-02-14 23:27:19 -05:00
  • 092b9096e6 Locale fallback NuclearW 2013-02-14 23:27:03 -05:00
  • caa1b0d14c Duplicate code is bad, m'kay? GJ 2013-02-14 19:02:50 -05:00
  • d39ff036c7 Fixed NPE when clicking outside of the inventory window bm01 2013-02-14 23:56:09 +01:00
  • 6702256b4c Auto-remove buff if a player tries to move the item. GJ 2013-02-14 17:08:06 -05:00
  • 110fbe9478 Clear buffs on /mcrefresh GJ 2013-02-14 16:56:55 -05:00
  • 128c24c8f6 Fix enchants hanging around due to server crash or disconnect. GJ 2013-02-14 16:35:14 -05:00
  • 6cc2497182 THis wasn't removing when it should have. GJ 2013-02-14 16:29:49 -05:00
  • 615288e635 Things in inventory can be null. GJ 2013-02-14 16:02:42 -05:00
  • 1b814b937b Move PlayerDeathEvent handler into main PlayerListener. Also add check to deal with SuperBreaker enchants on death. GJ 2013-02-14 15:53:17 -05:00
  • 01e26f321d Fix issues with enchant-based Superbreaker implementation. GJ 2013-02-14 14:35:53 -05:00
  • e8319aee81 Changed Super Breaker & Giga Drill Breaker to be an enchantment-based boost, rather than an instabreak. GJ 2013-02-14 13:12:15 -05:00
  • ca5bf0bd09 Fix possible fallthrough. GJ 2013-02-14 11:07:41 -05:00
  • 88b05cd5aa Fix Super Breaker not working right with custom blocks. GJ 2013-02-14 09:39:22 -05:00
  • 132fcb8c74 We need to get our priorities straight. GJ 2013-02-14 09:26:05 -05:00
  • 1492fa473f Ch-ch-ch-changes! GJ 2013-02-14 07:44:53 -05:00
  • 9bd33ab3df Introducing Block Cracker NuclearW 2013-02-14 00:34:50 -05:00
  • 7d826a0cdb Add permission check for green thumb effects during Green Terra ability NuclearW 2013-02-13 23:35:53 -05:00
  • ec6fc30f47 3rd time's the charm? GJ 2013-02-13 19:43:26 -05:00
  • 25a54ea802 Clean up /ptp a bit more. GJ 2013-02-13 19:29:46 -05:00
  • dda9c82940 Attempt to clarify the /ptp code - I don't know that this helps much. GJ 2013-02-13 18:58:17 -05:00
  • 55b88f0274 These belong better in SkillTools than Misc GJ 2013-02-13 16:45:49 -05:00
  • f4da69a205 Fix some missing default cases and possible fall-through issues. GJ 2013-02-13 16:34:36 -05:00
  • 3a919f3e4c Fix improper permission making admin chat fail. GJ 2013-02-13 15:25:49 -05:00
  • 6cfd124804 Remove unused import. GJ 2013-02-13 13:50:38 -05:00
  • 0879e1f326 Fixed bug where fired arrows could raise skill levels other than Archery GJ 2013-02-13 12:25:57 -05:00
  • 8312570825 Fixed bug where splash potions could raise a player's unarmed level. Fixes #678 GJ 2013-02-13 12:10:10 -05:00
  • 7110e6ec3d Fixed invalid plugin.yml (tabs!) bm01 2013-02-13 18:03:31 +01:00
  • 1455a9b3a4 Fixed minor typo in locale file. GJ 2013-02-13 11:50:07 -05:00
  • 2ad73e9b2c Optimized our String/number conversions a bit. Also moved all String-related util functions from Misc.java to StringUtils.java GJ 2013-02-13 11:45:48 -05:00
  • b1db0d037d Fix localized versions of /skillname not working properly. Fixes #669 GJ 2013-02-13 10:32:25 -05:00
  • 776821a988 Readded Impact damage durability cap (and fixed it) bm01 2013-02-13 14:49:35 +01:00
  • 1380e64c0b Added missing * perm node for mcmmmo.commands.mcmmo GJ 2013-02-13 08:16:55 -05:00
  • 0319e2cbff Added '/hardcore' and '/vampirism' commands for toggling these modes on or off, along with the necessary permissions nodes. GJ 2013-02-13 08:15:38 -05:00
  • 7350fdb99c Remove unused import. GJ 2013-02-12 23:21:34 -05:00
  • 25061e7f71 Don't loop, broadcast. GJ 2013-02-12 23:06:31 -05:00
  • 0cd8d2b333 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO shatteredbeam 2013-02-12 19:56:47 -08:00
  • 28dca6e66f sender, not player. shatteredbeam 2013-02-12 19:54:17 -08:00
  • 491a70ad82 util.perms now uses player.hasPermissions() Uniformly. shatteredbeam 2013-02-12 19:50:46 -08:00
  • aa0acf767b Log ALL the things! GJ 2013-02-12 22:18:47 -05:00
  • e37f5e765e Forgot to send the permissions message. GJ 2013-02-12 21:58:53 -05:00
  • fe1cf40bbb Get rid of unused functions. GJ 2013-02-12 21:54:38 -05:00
  • 9be6a7cf3b Permissions Murder 4: The quest for revenge shatteredbeam 2013-02-12 18:33:55 -08:00
  • 0684b1d425 Permissions murder: The Sequel. shatteredbeam 2013-02-12 18:26:40 -08:00
  • 12a2107601 More permissions murder. shatteredbeam 2013-02-12 18:06:36 -08:00
  • 163b3d19f9 Merge branch 'master' of github.com:mcMMO-Dev/mcMMO shatteredbeam 2013-02-12 17:49:51 -08:00
  • 15113ba7e4 SkillresetCommand.java Permission murder shatteredbeam 2013-02-12 17:48:04 -08:00
  • 5e9f01ac57 Fix party & admin chat not working right from console. GJ 2013-02-12 20:36:02 -05:00
  • ec718f04d7 No sense in looping through all online players. GJ 2013-02-12 19:18:33 -05:00
  • bb96c00cb9 Continuing Permissions Murder. shatteredbeam 2013-02-12 17:37:34 -08:00
  • 697cfeea64 Kill the permissions! shatteredbeam 2013-02-12 17:31:46 -08:00
  • 0528139c2c Merge branch 'master' of github.com:mcMMO-Dev/mcMMO shatteredbeam 2013-02-12 17:22:51 -08:00
  • cbe68e7879 Import removal shatteredbeam 2013-02-12 17:21:56 -08:00
  • 074a798213 Kill the permissions middle man... shatteredbeam 2013-02-12 17:16:41 -08:00
  • e9b016903b Removed /mcc command. Replaced with /mcmmo help. GJ 2013-02-12 18:30:03 -05:00
  • 8f4d5442b1 Better than looping. GJ 2013-02-12 16:47:11 -05:00
  • 2160eef1af Update plugin.yml GJ 2013-02-12 16:26:08 -05:00
  • b66c5d7023 Clean up /ptp. Also fix bug where teleportation happened backwards when accepting. GJ 2013-02-12 16:24:17 -05:00
  • b21d5bdcc4 Inviting yourself is bad. GJ 2013-02-12 15:08:07 -05:00
  • 574770c289 Remove unused imports. GJ 2013-02-12 15:05:23 -05:00
  • adda85a660 Convert /ptp to use Bukkit CommandAPI GJ 2013-02-12 15:05:02 -05:00
  • 92473cc56d True, not false. GJ 2013-02-12 15:00:04 -05:00
  • d7e74b9fe0 That was poorly named. GJ 2013-02-12 14:38:49 -05:00
  • 9db2d50676 These should be under party, not skills. GJ 2013-02-12 14:36:38 -05:00
  • 048a979375 Minor ImpactEventHandler cleanup bm01 2013-02-12 19:36:10 +01:00
  • 761fb3b811 Bad copy paste bm01 2013-02-12 19:19:13 +01:00
  • 505d6e258f Removed no longer needed method (Misc.hasArmor) bm01 2013-02-12 19:17:53 +01:00
  • 9f22382506 Restored original behavior of Salvage.isSalvageable It doesn't check for custom armors, I don't know if it's a bug or not Added isMinecraftTool and isMinecraftArmor for clarity bm01 2013-02-12 19:15:17 +01:00
  • f486492c37 For consistency with Bukkit, ItemChecks.isPants -> ItemChecks.isLeggings bm01 2013-02-12 19:13:15 +01:00
  • 6f1ddee0ac ItemChecks.isArmor should check for custom armors bm01 2013-02-12 19:12:23 +01:00
  • 2fac0170e7 Fixed Impact reducing durability of non-armor equipped blocks bm01 2013-02-12 19:06:30 +01:00
  • 56056797bc Check config values for exp & item sharing. GJ 2013-02-12 12:08:04 -05:00
  • bbc2091b77 Aliased /party chat to work for /partychat and /party teleport to work for /ptp GJ 2013-02-12 12:04:37 -05:00
  • 51493fab48 Don't pass the plugin. GJ 2013-02-12 11:44:29 -05:00
  • 5d693c5d8f Convert /party help to a subcommand GJ 2013-02-12 11:42:13 -05:00
  • 8cd9942be6 Prevent accidental overtranslation of our commands. GJ 2013-02-12 11:37:37 -05:00
  • b2575c9b8f Cleanup from removal of leader checks. GJ 2013-02-12 11:25:56 -05:00
  • a60a6355d2 We check the leader elsewhere. GJ 2013-02-12 11:23:48 -05:00
  • 6acfba1315 Use an enum to handle our subcommands. GJ 2013-02-12 11:23:32 -05:00
  • ab731302e0 Remove unused imports GJ 2013-02-12 10:42:59 -05:00
  • 5a48d5c5f8 Convert /party info to a subcommand GJ 2013-02-12 10:42:42 -05:00
  • e92c6b8f26 Convert /party rename to a subcommand GJ 2013-02-12 09:22:57 -05:00
  • 200ac53078 Add function to get a list of all players in a party to the API. GJ 2013-02-12 09:22:36 -05:00
  • 288907cfd4 Convert /party password to a subcommand. GJ 2013-02-12 08:57:35 -05:00
  • c822be4a53 Add other usage string. GJ 2013-02-12 08:39:45 -05:00
  • 70f588cce1 Don't print usage here. GJ 2013-02-12 01:45:56 -05:00
  • e5c7e81b08 No point in repeating this check over multiple classes. GJ 2013-02-12 01:41:51 -05:00
  • 45ebc2b89b 3% != 100% bm01 2013-02-11 23:39:41 +01:00
  • 76523d2988 3% != 100% - Fixes #671 GJ 2013-02-11 17:35:01 -05:00
  • 98a64a0948 Convert /party lock & /party unlock to a subcommand. GJ 2013-02-11 17:31:09 -05:00
  • 2d6fb72b9d Use <>, not [] GJ 2013-02-11 15:41:23 -05:00