Commit Graph

  • 2e2abcd645 Handle this nicer TfT_02 2013-10-02 10:42:06 +0200
  • 6baf820afa Cleanup and formatting TfT_02 2013-10-01 22:14:29 +0200
  • 288287badf Add holiday celebration for the console Kane York 2013-05-29 13:58:32 -0400
  • 87ec4d39e4 Merge 58058f9cb1 into ca4feca073 Kane York 2013-10-01 13:01:50 -0700
  • ca4feca073 Cleanup changelog.txt a bit TfT_02 2013-10-01 15:09:45 +0200
  • 7c9356955e ACTUALLY handle SQL passwords (or other fields) with '#' in them properly. GJ 2013-09-30 16:17:44 -0400
  • 58058f9cb1 Add holiday celebration for the console Kane York 2013-05-29 13:58:32 -0400
  • 57541ec233 This can never be null, and there's no reason to pass that as a variable. GJ 2013-09-30 14:19:07 -0400
  • 9c6d1ce020 Fixing these infinite recursing methods TfT_02 2013-09-30 19:38:22 +0200
  • c72ead9d0a Prevent breaking other plugins who use this API TfT_02 2013-09-30 19:03:44 +0200
  • 4262a1b2a5 Added two more treasures to Excavation TfT_02 2013-09-30 16:24:21 +0200
  • eb589b6e78 Renamed some config options in the Commands section. TfT_02 2013-09-30 15:43:37 +0200
  • 98e5e53fda Ignore "#" in SQL passwords. GJ 2013-09-30 08:36:32 -0400
  • 00918fbdc1 Change this back, getPlayerExact() is faster TfT_02 2013-09-30 14:04:34 +0200
  • 5ad0f2c624 Do a little bit of localebending TfT_02 2013-09-30 11:32:35 +0200
  • babb9baa2b Handle joining disbanded parties properly TfT_02 2013-09-30 11:22:15 +0200
  • 45143836e5 Fixed /party kick TfT_02 2013-09-30 10:39:33 +0200
  • ceacd7dc52 Fixed /party disband TfT_02 2013-09-30 10:39:14 +0200
  • 6eb255632f Clean this up a little bit TfT_02 2013-09-30 10:24:36 +0200
  • 3a37d0e092 Fixing an error due to confusingly named check TfT_02 2013-09-29 23:57:13 +0200
  • 4c7fb1854d addRawXP should use float instead of int TfT_02 2013-09-29 15:48:11 +0200
  • 763cff6898 Fixed a bug where Repair wasn't asking for confirmation TfT_02 2013-09-28 19:46:47 +0200
  • a1b879d4aa Merge fa34d06341 into 1ca53da0e2 Kane York 2013-09-27 15:46:56 -0700
  • fa34d06341 Clear child skill FamilyTree on reload riking 2013-09-27 15:46:19 -0700
  • 1ca53da0e2 Also try to count recipe ingredients regardless of repairMaterial TfT_02 2013-09-27 13:42:50 +0200
  • 57dfa00541 Fixed a NPE when an invalid repair material was entered TfT_02 2013-09-27 10:46:47 +0200
  • 36ae84eada Update README.md TfT_02 2013-09-26 23:06:07 +0200
  • 7f290504ad Set random jump strength for horses as well. GJ 2013-09-26 10:43:45 -0400
  • 92b4be9a01 We don't use these parts of the updater. GJ 2013-09-26 09:39:13 -0400
  • 8cb8dea642 Move Updater to independent package due to custom changes being overwritten by other plugins using the updater. GJ 2013-09-26 09:37:31 -0400
  • a63f745c73 Add custom mobs automatically as they're killed. GJ 2013-09-25 10:42:19 -0400
  • 4a0fee5796 Use class names to better find custom entities. GJ 2013-09-24 12:24:59 -0400
  • cf90236e57 Redo blocks.yml GJ 2013-09-24 09:10:33 -0400
  • fc6c7bb1de Rework custom tool config. GJ 2013-09-22 11:31:54 -0400
  • 1b92131ce9 Added Carrot on a Stick, and Flint & Steel to repair.vanilla.yml GJ 2013-09-20 11:48:48 -0400
  • 792ecd6aad Rework armor.yml to take item names instead of IDs in advance of 1.7 changes. GJ 2013-09-20 10:03:02 -0400
  • 933b6f278b Disable partial name matching for offline players by default TfT_02 2013-09-25 14:26:24 +0200
  • 45dfc13ebd Match playernames using OfflinePlayers instead TfT_02 2013-09-24 11:40:53 +0200
  • 1254ab232a Add randomized Horse appearance to Call Of The Wild dddeeefff 2013-09-23 20:57:28 +0100
  • b49e56c857 Added missing COTW message when there are too many Horses nearby dddeeefff 2013-09-23 20:24:04 +0100
  • 027fb4d7e4 Merge 199ecae19c into d5bd9a1693 dddeeefff 2013-09-23 13:18:19 -0700
  • 199ecae19c Add horse call of the wild fail locale message dddeeefff 2013-09-23 21:05:32 +0100
  • 9073aa6a6e Add random horse colour and style (pattern) generation to Call Of The Wild dddeeefff 2013-09-23 20:57:28 +0100
  • c96c3468f0 Add Horse Case to call of the wild failure message dddeeefff 2013-09-23 20:26:10 +0100
  • 4369b2b08d Add HORSE case to call of the wild error message dddeeefff 2013-09-23 20:24:04 +0100
  • d5bd9a1693 Fixed some small mistakes in CommandUtils TfT_02 2013-09-23 20:22:32 +0200
  • 9b60cd96f9 Don't need these keys with the new format either. GJ 2013-09-23 10:33:50 -0400
  • 0a05ed98d0 Updated to the new format! TfT_02 2013-09-22 23:26:39 +0200
  • 6a3a564bd4 Use cooldownExpired here as well. TfT_02 2013-09-22 23:02:56 +0200
  • 3828f78480 Fixed respawn cooldown checks TfT_02 2013-09-22 22:58:12 +0200
  • b42dc31a27 Merge 239d7e33cb into b8c479549c Travis Ralston 2013-09-22 11:33:29 -0700
  • 239d7e33cb Revert "Metrics be dead" Travis Ralston 2013-09-22 12:33:01 -0600
  • b8c479549c Disable our healthbars when the plugin "HealthBar" is found TfT_02 2013-09-22 14:39:20 +0200
  • 0a9fd4a92e Metrics be dead t00thpick1 2013-09-20 22:23:38 -0400
  • 4c96161acb Don't throw errors about dropped columns TfT_02 2013-09-20 21:39:20 +0200
  • ce7a7a31a7 A bit of cleaning up TfT_02 2013-09-20 00:15:22 +0200
  • 834e26b44e Minor improvements TfT_02 2013-09-19 21:41:33 +0200
  • f71b302f6f Don't need this anymore. GJ 2013-09-19 15:19:16 -0400
  • 566a381e95 Remove debug message, use recipe method for salvage. GJ 2013-09-19 15:17:19 -0400
  • 5d7d779a49 Changed format of repair.vanilla.yml. **YOU WILL NEED TO UPDATE YOUR FILE TO THE NEW FORMAT** GJ 2013-09-19 11:02:47 -0400
  • 59a35b170c Oh yeah, that's why. GJ 2013-09-18 15:42:54 -0400
  • 14eb473355 Why we were making this so complicated, I'll never know. GJ 2013-09-18 14:55:17 -0400
  • a8e23e08ee Remove HudType from Flatfile records. GJ 2013-09-18 11:54:23 -0400
  • 15f5dcf860 Removed HudType references from the database. GJ 2013-09-18 09:57:28 -0400
  • 9be9908a22 Remove unused imports. GJ 2013-09-18 09:39:54 -0400
  • 446b6c107b Remove empty lines from FlatFile - the plugin will not enable if these are present. GJ 2013-09-18 08:34:47 -0400
  • 5a3f8ad15f Add COTW info for horses to the Taming command. GJ 2013-09-17 14:13:11 -0400
  • 3a2c6a0827 We can have ' again! GJ 2013-09-17 14:09:39 -0400
  • e865acd871 Fix locale parsing issues. GJ 2013-09-17 14:03:00 -0400
  • 4a0e1ba444 Fix a small boo boo TfT_02 2013-09-16 23:26:06 +0200
  • 1a88b0b944 Better way to handle ink sacks, allows for dropping of multiple types. GJ 2013-09-16 12:48:08 -0400
  • e0592b3f62 Don't try to ever pull the mcMMOPlayer here. GJ 2013-09-16 12:12:31 -0400
  • 1ec55c2d7e Remove the last bits of Spout from our code. GJ 2013-09-16 12:05:39 -0400
  • 6427a7dcdf Fix issues with Skulls in treasures.yml GJ 2013-09-16 11:45:57 -0400
  • 7bac0e2ca5 Dropped SpoutPlugin support TfT_02 2013-09-16 00:07:40 +0200
  • e8bc2475c3 Add sound for level-up even when not using Spout. GJ 2013-09-16 09:52:09 -0400
  • 816b08b14a Make sure the attacker is a valid player too. GJ 2013-09-16 08:53:55 -0400
  • 64e1448782 Added ability to give items names & lore through treasures.yml. GJ 2013-09-15 21:09:32 -0400
  • ae0a27991b Register when the config files were last updated TfT_02 2013-09-15 22:11:46 +0200
  • f1b82dcbe6 Fixed regex of version string parsing TfT_02 2013-09-15 23:09:06 +0200
  • bfbd50d8f4 Fix another wrong default Material name TfT_02 2013-09-15 22:52:59 +0200
  • de07316261 Just in case there's something broken in the file. GJ 2013-09-15 16:49:41 -0400
  • eae196c6a1 Fix wrong default material name. GJ 2013-09-15 16:48:05 -0400
  • 8af41975ff Don't keep trying to load if they've got an old file. GJ 2013-09-15 16:09:41 -0400
  • 957bbbc9b2 Warn if treasures.yml is outdated. GJ 2013-09-15 15:58:40 -0400
  • 17faf1561f Refactor to getMaxLength TfT_02 2013-09-15 19:47:20 +0200
  • ec6419f0ff Fix formatting of the new Updater TfT_02 2013-09-15 19:40:09 +0200
  • f6e60bebcc Fix dropping sideways logs and leaf blocks. GJ 2013-09-15 15:09:48 -0400
  • 797ac20567 Added Horses to the "Shake" ability. Witches no longer drop water bottles from Shake, since they no longer drop them in Vanilla. Changed format of treasures.yml. GJ 2013-09-15 01:05:10 -0400
  • 3bc029a0de Make Updater work with our versioning setup. GJ 2013-09-13 11:46:55 -0400
  • 4eba33a1c6 Use doubles in config.yml where appropriate. Change item IDs to item names in light of upcoming Minecraft changes that will remove access to item IDs. GJ 2013-09-13 09:12:21 -0400
  • 800a452d62 Remove use of deprecated function. GJ 2013-09-13 09:11:34 -0400
  • 177604e94a Condense this into one function. GJ 2013-09-13 08:11:32 -0400
  • 088015dd4d Switch to H31ix's updater for security reasons. GJ 2013-09-13 00:34:03 -0400
  • 0f2d0aee5f Fix NPE on /addxp t00thpick1 2013-09-12 21:21:00 -0400
  • 1004e2a32b These duplicate checks are handled in config validation. t00thpick1 2013-09-12 20:52:15 -0400
  • 5c2b523f7a Allow less than one percentages for hardcore losses t00thpick1 2013-09-12 20:51:54 -0400
  • de42063171 Fixed a bug where Kraken messages couldn't be disabled. GJ 2013-09-12 15:53:43 -0400
  • a49d373af0 Back to active development. GJ 2013-09-12 14:28:51 -0400
  • 0095f7f9c7 Update pom.xml for 1.4.07 beta release (finally!) 1.4.07-beta1 GJ 2013-09-12 14:20:18 -0400