This website requires JavaScript.
8604b9d2af
Updated Bukkit API for 1.2
Nathan Adams
2012-03-01 10:48:44 +00:00
c22145a74e
Updated version to 1.1-R6 for RB.
Nathan Adams
2012-03-01 13:52:56 +00:00
7e6b9c38e8
Bumped version up to 1.1-R6-SNAPSHOT
Nathan Adams
2012-03-01 13:34:50 +00:00
060defb56f
Updated version to 1.1-R5 for RB
Nathan Adams
2012-03-01 10:54:16 +00:00
5d7f99acdf
We build for 1.5.
EvilSeph
2012-03-01 04:41:25 -05:00
bba2e1cd2f
[Bleeding] Added Help API. Addresses BUKKIT-863
rmichela
2012-03-01 00:07:05 -05:00
49c34510e3
[Bleeding] Added Conversations API. Addresses BUKKIT-864
rmichela
2012-01-22 02:35:42 -05:00
276c1559c8
[Bleeding] MaterialData fixes. Addresses BUKKIT-842
Celtic Minstrel
2012-02-26 22:07:26 -05:00
08a68cff82
[Bleeding] Added sharp() and natural() factory functions to mirror the flat() one, sharped() and flattened() functions to get a note from an existing note, a toString(), and more tests. Addresses BUKKIT-861
Celtic Minstrel
2012-02-29 20:08:40 -05:00
088598b08a
[Bleeding] Allow sharping notes that aren't sharpable, and a factory method to create flat notes. Addresses BUKKIT-861
Celtic Minstrel
2012-02-26 12:48:34 -05:00
a59f575382
Add missing achievements to the Achievement enum
Celtic Minstrel
2012-02-26 12:25:27 -05:00
18a4a25c8b
Adding/expanding documentation
Celtic Minstrel
2012-02-26 12:13:30 -05:00
17403d617a
Fix javadoc errors/warnings
Celtic Minstrel
2012-02-26 10:35:17 -05:00
a628d2faff
Revert Plugin to Interface, added PluginBase
Feildmaster
2012-02-29 18:46:09 -06:00
5b3da3a044
[Bleeding] Optimized locToBlock. Addresses BUKKIT-815
Wesley Wolfe
2012-02-29 16:07:47 -06:00
ba3da3ac97
Add optional prefix value to plugin.yml. Addresses BUKKIT-838
Aidan Matzko
2012-02-26 18:36:03 -05:00
de1a89f90f
Re-added launchProjectile lost due to incorrect conflict resolution.
EvilSeph
2012-02-29 18:31:20 -05:00
0b77483c2f
[Bleeding] Inventory framework and events. Addresses BUKKIT-856
Celtic Minstrel
2012-02-29 13:32:33 -05:00
aaea53c517
Implementation of richer playEffect methods. Addresses BUKKIT-857
Celtic Minstrel
2012-02-26 12:53:31 -05:00
50bd232814
Fixed PlayerPortalEvent constructor.
EvilSeph
2012-02-29 14:27:05 -05:00
09fa3a4c59
Added NETHER_PORTAL and END_PORTAL to the TeleportCause enum. Addresses BUKKIT-265
James Clarke
2012-02-15 19:54:01 +00:00
29fb7d9d88
Fixed null pointer exception in config.getMapList().
Kevin
2012-02-28 21:20:32 -08:00
ac257ba8a8
Moved getVehicle, leaveVehicle and isInsideVehicle from LivingEntity to Entity. Addresses BUKKIT-811
TomyLobo
2011-10-25 15:56:23 +02:00
a2c69f9f51
[Bleeding] Added a Metadata framework for Entities, Blocks, and Worlds
rmichela
2011-12-08 00:33:33 -05:00
7db0e50da7
[Bleeding] Cleaned up unsafe casts. Addresses BUKKIT-844
Wesley Wolfe
2012-02-29 08:32:25 -06:00
145be1538d
[Bleeding] Fixed file handle leak in /timings command. Addresses BUKKIT-853
Score_Under
2012-02-25 17:39:54 +00:00
a60a7b6bf7
[Bleeding] Fixes deadlock issue and generic usage. Fixes BUKKIT-844 and fixes BUKKIT-854
Wesley Wolfe
2012-02-29 08:29:22 -06:00
86e029a924
[Bleeding] Fixed MapPalette.imageToBytes to properly handle transparency. Addresses BUKKIT-852
SpaceManiac
2012-02-25 22:44:09 -06:00
2e12e3ec8a
Narrowed down the return type of most EntityEvent subclasses for convenience. Addresses BUKKIT-809
TomyLobo
2012-02-28 04:59:09 -06:00
6c7fb871c5
Event system optimizations. Addresses BUKKIT-813
TomyLobo
2012-02-28 19:37:27 -06:00
7a48899d2d
Reduced excessive exception handling in NumberConversions. Addresses BUKKIT-825
TomyLobo
2012-02-25 16:25:42 +01:00
b0bb7aaa66
Added missing BlockState functions. Addresses BUKKIT-807
TomyLobo
2012-02-22 20:08:55 +01:00
cf2b0b5247
Adjust plugin enable/disable logging
EdGruberman
2012-02-15 12:11:10 -07:00
884a2fe4c8
Add a CreateReason to PortalCreateEvent. Addresses BUKKIT-833
Sam Wilson
2011-12-25 22:11:15 -08:00
e891176aa7
Added service register and unregister events. Addresses BUKKIT-816
zml2008
2011-11-12 20:22:30 -08:00
c7508cd097
[Bleeding] Add constructor to BlockFromToEvent for dragon egg teleportation. Addresses BUKKIT-828
Celtic Minstrel
2012-02-25 12:49:46 -05:00
c69d99f0fa
[Bleeding] Fixed potion tests.
Celtic Minstrel
2012-02-25 17:57:42 -05:00
9b5feab9c8
[Bleeding] Add missing methods to Bukkit class, fix non-static methods, and add a junit test to ensure both these problems will be caught in future.
Celtic Minstrel
2012-02-25 12:39:10 -05:00
27d98788cc
[Bleeding] Add ability for the Potion class to represent no-effect potions. Addresses BUKKIT-817
Celtic Minstrel
2012-02-24 23:18:13 -05:00
66edb2e5f7
[Bleeding] Deprecate the pointless Potion.Tier enum in favour of a numeric level. Addresses BUKKIT-818
Celtic Minstrel
2012-02-24 23:17:36 -05:00
fc9a43c6e4
Updated README.md with more coding and pull request conventions and tips to get your pull request accepted.
EvilSeph
2012-02-24 00:08:31 -05:00
4ed32f8c67
[Bleeding] Fixed EntityType errors. Fixes BUKKIT-800
Feildmaster
2012-02-23 14:13:33 -06:00
24d0df5830
[Bleeding] Fix deserialization for unsafe enchantments. Fixes BUKKIT-793
Wesley Wolfe
2012-02-23 02:23:05 -06:00
c0e2ade335
[Bleeding] Added launchProjectile.
aPunch
2012-02-16 15:14:12 -06:00
cbb9bc0fa3
[Bleeding] Added EntityType to replace CreatureType.
Celtic Minstrel
2012-02-14 23:52:38 -05:00
4b9f306913
[Bleeding] Added BlockGrowEvent. Addresses BUKKIT-104
Feildmaster
2012-02-11 23:09:10 -06:00
c568f49c24
[Bleeding] getHandlers() is now abstract.
Feildmaster
2012-02-19 15:52:46 -06:00
3604da1f55
[Bleeding] Add ways to retrieve and delete crafting recipes and fixed some issues with the existing recipe API.
Celtic Minstrel
2011-07-23 23:18:58 -04:00
870d10b077
[Bleeding] Cleanup clone methods.
Wesley Wolfe
2012-02-14 01:49:06 -06:00
eace91d627
Improved readability for /whitelist list. Addresses BUKKIT-772
Feildmaster
2012-02-18 15:04:02 -06:00
ca71be0228
[Bleeding] Event no longer implements Serializable.
Feildmaster
2012-02-19 01:25:46 -06:00
219d005e1d
[Bleeding] Remove deprecated events (EndermanPickup/Place).
Feildmaster
2012-02-19 01:25:11 -06:00
b09c56d57d
[Bleeding] Specify event name in exception. Addresses BUKKIT-778
Feildmaster
2012-02-19 02:49:51 -06:00
08eed206b1
[Bleeding] Added Enchantment and misc tests to ItemStack (de)serialization
Wesley Wolfe
2012-02-16 14:37:57 -06:00
fa31bf889c
[Bleeding] Added Enchantment and misc tests to ItemStack (de)serialization
Wesley Wolfe
2012-02-16 14:37:57 -06:00
2131f6966e
[Bleeding] Fixed class cast in ItemStack deserialization. Fixes BUKKIT-777
Wesley Wolfe
2012-02-15 20:40:58 -06:00
a294e9c246
[Bleeding] Exception cleanup. Addresses BUKKIT-774
Wesley Wolfe
2012-02-18 17:15:59 -06:00
f8804423bf
[Bleeding] Skip InvocationTargetException. Addresses BUKKIT-774
Wesley Wolfe
2012-02-16 18:14:39 -06:00
45833c282d
[Bleeding] Added ability to unregister listeners, updated javadoc and renamed allLists. Addresses BUKKIT-773
SpaceManiac
2012-02-18 15:41:18 -06:00
bdfe249fd7
Add getEntitiesByClass(Class<T>) and getEntitiesByClasses(Class<?>...), deprecate getEntitiesByClass(Class<T>...)
Mike Primm
2012-01-27 21:47:16 -06:00
9a80e7630a
Fixed Validate message.
EvilSeph
2012-02-18 15:28:33 -05:00
2b137c5a9b
Updated EntityTeleportEvent in line with deprecation cleanup.
EvilSeph
2012-02-18 13:13:50 -05:00
7a06777e19
Deprecation cleanup.
Erik Broes
2012-01-30 21:32:48 +01:00
52822729b0
Added RemoteServerCommandEvent.
Erik Broes
2012-01-30 21:52:41 +01:00
9e669d7d3d
[Bleeding] Made PotionEffectTypes final, added reasons for deprecation. Fixes BUKKIT-768 and BUKKIT-769
fullwall
2012-02-15 16:21:49 +08:00
594400d5ed
Updated version to 1.1-R5-SNAPSHOT for development towards next release.
EvilSeph
2012-02-13 14:29:32 -05:00
7a0d4cbd1d
Updated version to 1.1-R4 in pom.xml for RB.
EvilSeph
2012-02-13 11:31:29 -05:00
5cdc3b3600
[Bleeding] Update serialVersionUID.
Wesley Wolfe
2012-02-13 01:22:39 -06:00
c098ea4b56
[Bleeding] Added ability to register and listen to SubEvents. Addresses BUKKIT-585
Feildmaster
2012-01-25 09:49:12 -06:00
622399fa17
[Bleeding] Cleanup of exceptions org.bukkit.plugin.Invalid*
Zeerix
2012-02-11 02:16:16 +01:00
c634d7acdb
Allow cloning ItemStacks with unsafe enchantments. Fixes BUKKIT-621
mushroomhostage
2012-02-10 17:53:22 -08:00
a688096fc5
Fixed typos and add usage message to timings command.
Travis Watkins
2012-02-10 13:48:53 -06:00
f229d6fe83
[Bleeding] Added Potions API. Fixes BUKKIT-389
fullwall
2012-01-09 14:39:06 +08:00
43815ca003
Added configurable animal and monster ticks per spawn setting.
EvilSeph
2012-02-10 10:23:21 -05:00
17517673ba
Added JOCKEY and CHUNK_GEN SpawnReasons.
EvilSeph
2012-02-10 00:48:19 -05:00
6b119f2dbb
[Bleeding] setLastDamageCaused to ComplexEntityPart parent.
Feildmaster
2012-02-08 16:14:33 -06:00
4c8cd25d91
[Bleeding] Add the ability for plugins to ignore cancelled events when using the new event system.
md_5
2012-01-21 15:34:22 +11:00
623ddc1bdd
[Bleeding] Deprecate Enderman events in favor of EntityChangeBlock
Aidan Matzko
2012-02-04 12:40:16 -05:00
643ee73c41
[Bleeding] Implemented customizable permission messages.
Wesley Wolfe
2012-02-08 17:03:50 -06:00
c05887b956
Properly unregister plugin channels when a plugin gets disabled.
Meaglin
2012-01-28 03:45:49 +01:00
71eb1b25bb
Added EntityTeleportEvent. Fixes BUKKIT-366
craftycreeper
2012-02-07 23:42:43 -05:00
8caca5f10d
Added SpawnReason.BUILD_SNOWMAN.
EvilSeph
2012-02-08 18:27:49 -05:00
4ac909792f
Added RegainReason.ENDER_CRYSTAL.
EvilSeph
2012-02-08 10:54:30 -05:00
b5a19bb632
setCancelled should probably not be hard-coded to true or it could put fernferrets in danger of self-implosion.
EvilSeph
2012-02-05 01:56:06 -05:00
50939e7769
Added Spawner Egg support to CreatureSpawnEvent.
EvilSeph
2012-02-05 01:54:27 -05:00
103ead4346
[Bleeding] Added Vanish API for hiding players from each other.
Travis Watkins
2012-01-31 13:50:12 -06:00
4e92f59d4c
Added entity type IDs as per vanilla spec.
Jeremy Wood
2012-02-01 10:53:36 -05:00
46284565a7
Fixed casting in ItemStack.deserialize.
starrynte
2012-02-01 21:30:01 -08:00
94e561ce50
onEnable and onDisable are no longer required implementations for JavaPlugins
Nathan Adams
2012-02-01 01:53:38 +00:00
016502e84a
Updated version to 1.1-R4-SNAPSHOT for development towards next release.
EvilSeph
2012-01-30 04:00:42 -05:00
775c47d156
Updated version to 1.1-R3 in pom.xml for RB.
EvilSeph
2012-01-30 03:22:03 -05:00
0ee6db44be
Updated version to 1.1-R3-SNAPSHOT for development towards next release.
EvilSeph
2012-01-29 13:48:02 -05:00
d315c39ed2
Updated version to 1.1-R2 in pom.xml for RB.
EvilSeph
2012-01-29 13:22:24 -05:00
7db4bd3336
Fixed comment from earlier commit.
EvilSeph
2012-01-29 13:10:51 -05:00
33dd7cd0c7
Added 'generate-structure' setting support and WorldCreator property.
Eric Stokes
2012-01-29 10:22:45 -07:00
24f5cb0b5c
Added useExactLoginLocation(). Closes BUKKIT-145
EvilSeph
2012-01-29 06:33:50 -05:00
9c0f2f6d38
Add some testing
Erik Broes
2012-01-29 11:10:40 +01:00
6160de9c28
Cleanup.
EvilSeph
2012-01-27 18:23:27 -05:00
a171df23d7
Updated version to 1.1-R2-SNAPSHOT for development towards next release.
EvilSeph
2012-01-25 04:39:46 -05:00
0a0fee8be2
Fixed plugin loader. Thanks Wolvereness!
EvilSeph
2012-01-25 04:11:37 -05:00