1053 Commits

Author SHA1 Message Date
Andrew Ardill
4595a70056 Extend EntityCombustEvent to allow setting combustion duration.
Also extend with two new events that track the entity or block that caused
the combustion.
2011-11-29 20:56:08 +11:00
Andrew Ardill
1b5dc772b3 BREAKING CHANGE: BUKKIT-44 Fix Material Enum typo. Thanks Steeveeo! 2011-11-28 15:52:58 +11:00
Nathan Adams
bbff94e90a Added Enchantment.values() for retrieving all enchantments 2011-11-28 03:42:16 +00:00
Andrew Ardill
ee4a975998 Add MagmaCube interface.
Also, add MagmaCube to CreatureType Enum, as per BUKKIT-57. Thanks snowleo!
2011-11-28 11:12:08 +11:00
Andrew Ardill
fe1bfc3f43 BUKKIT-57 Add Snowman to CreatureType Enum. Thanks snowleo! 2011-11-28 10:48:02 +11:00
Andrew Ardill
6942fb9a8e BUKKIT-61 Add durability to BOW material type. Thanks snowleo! 2011-11-28 10:01:46 +11:00
Nathan Adams
349ddd27b7 Fixed issue adding mass enchantments to items 2011-11-27 03:58:12 +00:00
Nathan Adams
693dfdbe8f Added utility methods to ItemStack to allow mass adding of enchantments 2011-11-27 02:45:08 +00:00
Nathan Adams
24804f6419 Made ItemStack .equals take into account data and enchantments 2011-11-27 02:25:12 +00:00
Nathan Adams
aba0bbc70f Added Enchantment API 2011-11-27 01:35:47 +00:00
Nathan Adams
8cb9352259 Added world.getWorldFolder, server.getWorldContainer 2011-11-25 03:46:47 +00:00
Nathan Adams
c4f220b3ee Added new set/get age methods to Animals 2011-11-24 20:16:16 +00:00
Nathan Adams
e8004b0494 Made /version output same as startup output 2011-11-23 05:55:32 +00:00
Nathan Adams
f8544fc93a Added new biome enum values 2011-11-22 21:21:09 +00:00
Nathan Adams
47432229cf Fixed the fix of the fix of javaplugin.getResource 2011-11-22 00:03:16 +00:00
Nathan Adams
f1b0b8ebf3 BREAKING CHANGE: Renamed Material.WHITESTONE to ENDER_STONE. Added DRAGON_EGG. 2011-11-21 22:38:51 +00:00
Nathan Adams
7c6e0e8bb1 BREAKING CHANGE: Renamed Environment.SKYLANDS to THE_END 2011-11-21 22:38:06 +00:00
Nathan Adams
a3854a4646 Added EnderCrystal entity 2011-11-21 22:37:37 +00:00
Nathan Adams
bcd777459f Fixed typo for NETHER_WARTS 2011-11-19 20:23:28 -08:00
Nathan Adams
72c81ad08a Added various new 1.9 entities, blocks and items 2011-11-19 20:23:27 -08:00
Nathan Adams
0c203874e8 Added getMaxHealth to LivingEntity 2011-11-19 20:23:27 -08:00
Nathan Adams
ea427c3026 Added class type to CreatureType enum 2011-11-19 20:23:27 -08:00
Nathan Adams
27beb951f0 Fixed getResource not working post-reload, thanks to feildmaster 2011-11-13 11:11:45 +00:00
Feildmaster
c00f47e0e2 Added createSection(String path, Map<String, object> map) 2011-11-05 20:33:28 +00:00
Nathan Adams
841872d591 Fixed issue with hasPermission returning false wrongly 2011-11-02 22:49:25 +00:00
Nathan Adams
fec8835d56 Added getBukkitVersion to Server 2011-10-31 04:02:30 +00:00
Nathan Adams
cf34c6c305 Fixed using the wrong type of Map for storing perm attachment values 2011-10-27 22:03:21 +01:00
Nathan Adams
e33fce94b5 Added helper methods such as getStringList to ConfigurationSection 2011-10-26 09:47:51 +01:00
Nathan Adams
b1a44c2161 Fixed the /me command missing a space 2011-10-26 07:08:41 +01:00
Nathan Adams
15ebc7d902 Fixed stripColor taking more than it should, thanks to fieldmaster for catching it 2011-10-26 07:01:50 +01:00
Nathan Adams
bfa45985c5 Fixed issues with loading YamlConfigurations with typed keys 2011-10-26 06:56:36 +01:00
Erik Broes
eefcef5480 Revert "Added the ability to register commands dynamically."
This reverts commit 737d6347b1d74e13191df7c521d8db30fa174c9b.
Because this is *NOT* how it should be.
2011-10-13 18:27:34 +02:00
sk89q
e886509abc Added a case previously not covered by VehicleDestroyEvent for boats, updated VehicleDestroyEvent Javadocs. 2011-10-13 01:17:10 -07:00
sk89q
b04b8379c6 Added the ability to register commands dynamically. 2011-10-13 01:17:10 -07:00
Nathan Adams
5993f1cc16 Added new FileConfigurationOptions.copyHeader, defaulting to true. Copies the header from default config, if there is one. 2011-10-12 13:24:57 +01:00
Nathan Adams
db7bdbbd58 Loading a FileConfiguration (Yaml/) should remember the previously saved header 2011-10-12 05:03:47 +01:00
Nathan Adams
5703334ac8 YamlConfiguration now correctly writes extra blank lines at the end if requested 2011-10-12 04:39:22 +01:00
Nathan Adams
984c8ec90d Added reloadConfig() plugin method 2011-10-11 15:50:59 +01:00
Nathan Adams
bbd0ad4c36 Added OfflinePlayer.getPlayer() for getting the online Player object 2011-10-11 14:51:28 +01:00
Nathan Adams
8deb57b54a Fixed deeply nested configuration sections retrieving values 2011-10-11 13:26:41 +01:00
Nathan Adams
252fc76816 Fixed removing entries in the new Configuration (via set(x, null)) 2011-10-11 12:16:43 +01:00
Nathan Adams
c97dbc198d Fixed NPE on unloading plugins 2011-10-11 04:41:34 +01:00
Nathan Adams
537840d1df Added new entity.get/setTicksLived for identifying an entity's age 2011-10-11 02:22:38 +01:00
Nathan Adams
c89a0dbe99 Few more style cleanups 2011-10-11 02:16:44 +01:00
Nathan Adams
73949f6d2b Added add/subtract by Vector methods to Location, thanks to erisdiscord 2011-10-11 02:04:40 +01:00
Nathan Adams
dc78ff7c7b Javadoc typo. I can now sleep soundly at night. 2011-10-11 01:24:47 +01:00
Nathan Adams
5d8833a11c Lazy-load the old and new configs for plugins .getConfig 2011-10-10 23:04:01 +01:00
Nathan Adams
4485364e17 Small javadoc cleanup 2011-10-10 21:58:44 +01:00
Nathan Adams
8fd0cfc07f Updated snakeyaml to 1.9 (up from 1.7) 2011-10-10 21:39:27 +01:00
Nathan Adams
dc7bf0ae7d Removed old Fillr code that was actually never used 2011-10-10 21:33:44 +01:00