durron597
d41105f3af
Removed unnecessary imports
2011-01-16 09:00:25 -05:00
Andrew Ardill
db5d43c2a9
Implementation of the EntityDamage*Events.
...
A new event EntityDamageByProjectileEvent was created. EntityDamageByProjectileEvent
adds the ability to get the projectile entity (such as an egg) and also set if
the projectile 'bounces'. New interfaces were created to facilitate all kinds
of projectile entities. Changes were made to facilitate the new event, and
enable other events, for plugins and event listeners.
2011-01-16 14:13:44 +01:00
sk89q
5d9fb3e884
Updated JavaPluginLoader with renamed methods.
2011-01-15 17:14:28 -08:00
Erik Broes
9afcb8ecc7
Events should be present tense, not paste tense.
2011-01-15 21:26:42 +01:00
sk89q
93f49248ac
JavaPlugin now loads the configuration file on load. getConfiguration() now is much cheaper to call.
2011-01-15 01:45:36 -08:00
sk89q
262d0ddad6
Plugin data folders are now no longer created by default.
2011-01-15 00:34:01 -08:00
sk89q
d8bf59f639
Improved the Javadoc for JavaPlugin.getConfiguration().
2011-01-15 00:29:38 -08:00
sk89q
79a3d54eef
Configuration files need to be .yml, not .yaml.
2011-01-15 00:26:32 -08:00
sk89q
a9f9c6e6c2
Added configuration and plugin data directory support to plugins.
2011-01-14 23:38:53 -08:00
Taylor Kelly
b13da85182
Merge branch 'master' of https://github.com/tkelly910/Bukkit into tkelly910-master
2011-01-11 18:53:54 -05:00
Dinnerbone
c3cd1d735f
Added PluginManager.getPlugins()
2011-01-11 20:58:01 +00:00
Dinnerbone
f87466c974
New ClassLoader to allow for inter-plugin communication
2011-01-11 20:36:38 +00:00
Taylor Kelly
0b4916afd6
PlayerEggThrowEvent
2011-01-11 02:58:51 -05:00
Taylor Kelly
a213311a1d
BlockDamagedEvent
2011-01-10 02:59:30 +00:00
Taylor Kelly
219c0772fd
EntityCombustEvent
2011-01-10 02:59:30 +00:00
speakeasy
7d6400eb1d
Added BlockIgniteEvent.
2011-01-10 09:09:43 +08:00
durron597
b43d8d60a6
Implemented BlockInteract, BlockRightClicked and PlayerItem. Removed
...
BlockItem as we're not doing it that way anymore.
2011-01-08 05:45:15 -05:00
Dinnerbone
0395010001
Tweaked some more exceptions, get messages passed
2011-01-05 22:56:12 +00:00
Dinnerbone
71c12aadc9
Separate InvalidDescriptionException -> InvalidPluginException
2011-01-05 22:45:54 +00:00
Dinnerbone
9b227081f5
Slightly better "invalid plugin.yml" errors
2011-01-05 22:40:45 +00:00
stevenh
94ef32973d
Merge branch 'master' of github.com:Bukkit/Bukkit
2011-01-04 23:32:38 +00:00
stevenh
846831634b
Fix for plugin description file cast error
2011-01-04 23:30:44 +00:00
Dinnerbone
a210fcc0ef
Removed onBlockSent, added onLeavesDecay
2011-01-04 22:03:15 +00:00
Dinnerbone
9296dd3ca1
Added Chunk events in new World category
2011-01-04 14:08:56 +00:00
angelsl
6da623bd18
Entity damage hooks
2011-01-03 15:54:24 +00:00
Taylor Kelly
65394859c9
all the fillr stuff
2011-01-03 23:15:14 +08:00
sk89q
135c6f240a
Change vehicle hook changes.
2011-01-03 22:24:44 +08:00
sk89q
e05708c9df
Implemented vehicle hooks (some changes will still be made).
2011-01-03 22:24:43 +08:00
Dinnerbone
88bb572084
Fixed logic issue toggling plugins
2011-01-03 02:41:49 +00:00
Dinnerbone
bfe6aea288
Plugins no longer defaulted to enabled
2011-01-03 02:21:48 +00:00
Dinnerbone
51eb1846bf
Added enablePlugin and disablePlugin, triggers events
2011-01-03 02:20:11 +00:00
Dinnerbone
abda42fdc4
Implemented PluginEnabled and PluginDisabled
2011-01-03 02:07:10 +00:00
durron597
22497e6376
Merge remote branch 'upstream/master'
2011-01-02 05:52:42 -05:00
Lymia
4a9c7e0712
Added custom event support.
2011-01-02 01:50:45 -06:00
durron597
0a4642b834
Merge remote branch 'upstream/master'
2011-01-02 02:16:29 -05:00
Lymia
739142b42e
Fixed generics warning.
2011-01-02 00:38:51 -06:00
Lymia
212404f7f7
Opps! Wrong class.
2011-01-02 00:29:34 -06:00
Lymia
e3497e12a0
Added generics to PluginManager
2011-01-02 00:26:04 -06:00
durron597
61232549e4
Use parametrized reflection to remove warnings
2011-01-01 17:08:32 -05:00
durron597
3317654a9c
Changed all tabs to 4 spaces
2011-01-01 08:01:07 -05:00
Erik Broes
ddff384203
Transition to Maven
2011-01-01 11:23:14 +01:00