Commit Graph

73 Commits

Author SHA1 Message Date
shansen 78a330ba83 Updated to version 2.1.1 2013-12-24 09:02:57 +00:00
shansen decfdf72df Changed update method to be compliant with new bukkit guidelines. 2013-12-24 08:58:43 +00:00
shansen db0e89d147 Updated to version 2.1 2013-12-19 00:58:34 +00:00
shansen 7aaadba6e3 Horses will drop now their inventory when caught. 2013-12-19 00:43:51 +00:00
shansen 370304f1fa Fixed prevention of baby capturing doesn't work on villager.
http://dev.bukkit.org/bukkit-plugins/eggcatcher/tickets/18-prevention-of-baby-capturing-doesnt-work-on-villager/
2013-12-18 20:25:42 +00:00
shansen cbf7880175 Fixed maven warnings. 2013-12-18 19:32:06 +00:00
Alexander Krivács Schrøder 54da34e39a Shade org.mcstats to me.shansen.EggCatcher.mcstats to make package conflicts with other plugins using mcstats MUCH less likely. 2013-12-18 19:26:47 +00:00
Alexander Krivács Schrøder 4e8010aa00 Added permission to allow free catches despite costs in configuration file. 2013-12-18 19:21:40 +00:00
Alexander Krivács Schrøder e37b52523e Don't use wrapper classes for primitive types where not necessary, it reduces performance. 2013-12-18 19:20:09 +00:00
Alexander Krivács Schrøder 604d90c0be Reduce the usage of deprecated ItemStack constructor. Suppress the warning where not possible. 2013-12-18 19:19:06 +00:00
Alexander Krivács Schrøder aa389b38e2 Fix problem with building on Maven, solution borrowed from https://github.com/Parquet/parquet-mr/issues/125#issuecomment-22554047 2013-12-18 18:50:50 +00:00
shansen a47e506056 Updated maven dependency to target metrics R7 2013-12-18 18:46:32 +00:00
shansen 58af2f4941 Updated maven dependency to target Vault 1.2.27 2013-12-18 18:43:53 +00:00
shansen 769f6dc034 Updated maven dependency to target bukkit 1.7.2 2013-12-18 18:41:58 +00:00
Shansen 8c82080662 Update README.md
Update travis link as username was renamed.
2013-07-11 20:56:23 +01:00
Shansen 95bc7ca7a0 Update README.md
Update travis link as username was renamed.
2013-07-11 20:55:15 +01:00
Shansen b32b0ec83d Fixed bug where tamed animals could not be catched. 2013-07-11 02:45:29 +01:00
Shansen 4881fd86a5 Changed default setting for NonPlayerCatching to false 2013-07-11 02:31:57 +01:00
Shansen b8a7e715f4 Resetting configuration updater 2013-07-11 02:11:06 +01:00
Shansen 679cb41a49 Added horse permission 2013-07-11 02:09:07 +01:00
Shansen e27d726678 Updated to version 2.0 2013-07-11 02:08:43 +01:00
Shansen df27bc6cba Added support for catching horses 2013-07-11 02:08:02 +01:00
Shansen 3805230471 Updated to bukkit 1.6.2-R0.1-SNAPSHOT 2013-07-09 14:12:53 +01:00
Shansen e4c419f79f Updated to Vault 1.2.5 2013-07-02 15:05:50 +01:00
Shansen e4bb1170e4 Updated to bukkit 1.6.1-R0.1-SNAPSHOT 2013-07-02 15:05:17 +01:00
Shansen db1b3cd454 Updated to version 1.29 2013-06-24 14:49:02 +01:00
Shansen 1934aa4bf9 Caught pigs with saddles will now drop their saddle. 2013-06-24 14:47:09 +01:00
Shansen 1e2170db6a Updated to version 1.28. 2013-04-04 03:25:38 +02:00
Shansen 55a05b8c15 Updated configuration file, and configuration updater to support ItemData. 2013-04-04 03:25:14 +02:00
Shansen 2f93e55cf4 Merge pull request #3 from andrepl/master
Add support for data values on Item costs.
2013-04-03 18:21:33 -07:00
Andre LeBlanc b0bc3cb898 adds support for data values on ItemCosts 2013-04-02 23:56:32 -04:00
Shansen 453c287f86 Update README.md 2013-04-02 04:23:08 +02:00
Shansen be7774b5bc Updated .gitignore to exclude IntelliJ related files 2013-04-02 04:07:06 +02:00
Shansen c097a5dd7a Updated GPL headers. 2013-04-02 03:54:43 +02:00
Shansen f5a2fbdfa8 Updated to version 1.27 2013-04-02 03:13:14 +02:00
Shansen 96497fc1d8 Merge pull request #2 from andrepl/master
Preserve custom names on entities
2013-04-02 03:11:43 +02:00
Andre LeBlanc 148dc516e3 preserve custom entity names 2013-03-16 17:58:52 -04:00
Shansen cbadef3d7d Updated to 1.5 dev snapshot. Updated version to v1.26 2013-03-16 01:33:27 +01:00
Shansen 9ec651ea57 Added a configuration option to enable/disable update checking 2013-03-01 15:04:24 +01:00
Shansen 4f54f2f9c5 Removed redundant enable/disable messages 2013-02-28 20:34:13 +01:00
Shansen afc967a960 Various code clean up 2013-02-28 20:29:03 +01:00
Shansen dbdff0616c Mob health check now respects LooseEggOnFail
Fixed a bug where it was possible to spawn infinite amounts of chickens
if the catch failed.
2013-02-28 20:07:12 +01:00
Shansen 0450da73ab Added update check. 2013-02-28 19:49:14 +01:00
Shansen 6adcfb7fb9 Fixed travis build problem. 2013-02-28 18:42:25 +01:00
Shansen 7c3f19be82 Changed Travis JDK version. 2013-02-28 18:35:28 +01:00
Shansen 4fd5313986 Added health percentage check 2013-02-28 18:21:43 +01:00
Shansen 46a96a6475 Updated to version number to v1.24 2013-02-27 17:01:45 +01:00
Shansen e2184ba0c2 GriefPrevention support 2013-02-27 17:00:42 +01:00
Shansen 071de94cf2 Shading metrics dependency 2013-02-24 21:03:09 +01:00
Shansen ebb67312e3 Updated version number to 1.23 2013-02-24 20:08:48 +01:00