This website requires JavaScript.
b8c2380087
Added list support to Configuration.
sk89q
2011-01-15 01:44:20 -08:00
262d0ddad6
Plugin data folders are now no longer created by default.
sk89q
2011-01-15 00:34:01 -08:00
d8bf59f639
Improved the Javadoc for JavaPlugin.getConfiguration().
sk89q
2011-01-15 00:29:38 -08:00
79a3d54eef
Configuration files need to be .yml, not .yaml.
sk89q
2011-01-15 00:26:32 -08:00
f3d7e390ae
Added Configuration.getBoolean().
sk89q
2011-01-14 23:38:40 -08:00
a9f9c6e6c2
Added configuration and plugin data directory support to plugins.
sk89q
2011-01-14 23:33:45 -08:00
b0ff9bb992
Added basic configuration classes.
sk89q
2011-01-14 23:06:12 -08:00
01988e9fdc
Added kick player.
speakeasy
2011-01-15 09:20:29 +08:00
30a8e66282
Infinite loops are like infinite loops which are like infinite loops which *bang*
Dinnerbone
2011-01-14 14:43:14 +00:00
1ca85f783c
Added Wool + Dyes
Dinnerbone
2011-01-14 00:20:00 +00:00
d30ab0a928
Added MaterialData
Dinnerbone
2011-01-14 00:00:54 +00:00
f7cb2fbbe6
New materials, changed material names per style guidelines + correct names
Dinnerbone
2011-01-13 23:33:10 +00:00
c69dd6a9e0
Renamed Color -> ChatColor, and added DyeColor
Dinnerbone
2011-01-13 20:27:28 +00:00
5fc5b4c1a3
Added redstone event
Tahg
2011-01-12 12:40:21 -05:00
c5e31fd6f3
Remove @overrides from EntityCombust
Taylor Kelly
2011-01-11 19:41:04 -05:00
b13da85182
Merge branch 'master' of https://github.com/tkelly910/Bukkit into tkelly910-master
Taylor Kelly
2011-01-11 18:53:54 -05:00
c3cd1d735f
Added PluginManager.getPlugins()
Dinnerbone
2011-01-11 20:58:01 +00:00
f87466c974
New ClassLoader to allow for inter-plugin communication
Dinnerbone
2011-01-11 20:36:38 +00:00
e35b9b594a
EggThrow - remove extra stuff
Taylor Kelly
2011-01-11 03:02:30 -05:00
0b4916afd6
PlayerEggThrowEvent
Taylor Kelly
2011-01-11 02:58:51 -05:00
dc26bba4cf
Merge branch 'master' of https://github.com/Bukkit/Bukkit
Tahg
2011-01-10 17:27:51 -05:00
110e0f260b
added getAddress interface for Player
Tahg
2011-01-10 17:24:35 -05:00
a213311a1d
BlockDamagedEvent
Taylor Kelly
2011-01-10 06:34:59 +08:00
219c0772fd
EntityCombustEvent
Taylor Kelly
2011-01-10 06:51:10 +08:00
7d6400eb1d
Added BlockIgniteEvent.
speakeasy
2011-01-09 18:10:44 +08:00
9967ab16f6
Cleaned up Fillr
Taylor Kelly
2011-01-10 06:05:43 +08:00
68f23c547c
Fixed getArmorContents() return value
Erik Broes
2011-01-09 23:40:29 +01:00
a83e58e462
forgot to initialize cancel
durron597
2011-01-09 12:33:27 -05:00
5a1310148e
Updated inventories to a has-a relationship. Added PlayerInventory interface with playeronly methods. Add equals to ItemStack.
Erik Broes
2011-01-09 18:21:31 +01:00
7c93a16862
Added JavaDoc @see comments and @todo notes for those that aren't specified in the listener
Luke GB
2011-01-09 13:14:28 +00:00
154cae99a8
Removed unnecessary import warnings
durron597
2011-01-09 07:52:03 -05:00
327142ef52
Added ItemDrop, world.dropItem(), and world.dropItemNaturally().
sk89q
2011-01-08 12:47:48 -08:00
3b1f74e6c5
Made Location.clone() public.
sk89q
2011-01-08 12:39:54 -08:00
373c958596
Changed Block.setTypeID() to return a boolean indicating whether the block was changed (as provided by Minecraft).
sk89q
2011-01-08 12:24:27 -08:00
3e911e1f0d
Fixed VehicleListener not being able to register
Dinnerbone
2011-01-08 18:47:14 +00:00
ca29aaa519
Should be LivingEntity
durron597
2011-01-08 08:05:04 -05:00
b43d8d60a6
Implemented BlockInteract, BlockRightClicked and PlayerItem. Removed BlockItem as we're not doing it that way anymore.
durron597
2011-01-08 05:44:42 -05:00
15329e9d58
Added block.getBiome()
Dinnerbone
2011-01-08 03:34:24 +00:00
574e959269
Added World.getName and World.getId
Dinnerbone
2011-01-08 02:29:42 +00:00
c3a3c52e9d
Added Entity.teleportTo(Entity)
Dinnerbone
2011-01-08 02:20:29 +00:00
39999e2c93
Added passenger methods to Vehicle/LivingEntity.
sk89q
2011-01-07 16:25:52 -08:00
b671546e92
Added World.spawnBoat().
sk89q
2011-01-07 13:59:30 -08:00
5e76ddc41e
Added Boat interface.
sk89q
2011-01-07 13:01:23 -08:00
5c7aadb0b2
Moving some minecart flags that don't belong in the event out of the event.
sk89q
2011-01-07 12:26:10 -08:00
806889eb0a
Merge remote branch 'remotes/origin/master'
sk89q
2011-01-07 11:18:03 -08:00
a6704ab01b
Various changes to the vehicle hooks.
sk89q
2011-01-07 11:16:04 -08:00
af781b4317
Added state update()
Dinnerbone
2011-01-07 16:53:29 +00:00
4cdd519963
Make a start on BlockState stuff
Dinnerbone
2011-01-07 16:17:54 +00:00
8563454327
Added Sign interface
Dinnerbone
2011-01-07 14:52:28 +00:00
f71b57174e
Set. Not get.
Dinnerbone
2011-01-07 13:33:36 +00:00
efa9501538
Added PlayerChatEvent.getFormat/setFormat
Dinnerbone
2011-01-07 13:31:16 +00:00
6082aa143f
Added Player.getDisplayName() and Player.setDisplayName(String)
Dinnerbone
2011-01-07 13:27:09 +00:00
bc15bdafcc
Removed BlockRightClicked, as it's subsumed by PlayerBlockItemEvent
durron597
2011-01-07 05:44:10 -05:00
d82b900597
Some BlockFace improvements
Dinnerbone
2011-01-07 10:32:36 +00:00
5d2a8ae74c
Added canBuild to event
durron597
2011-01-07 05:38:45 -05:00
3fc85a5e82
Implemented Item_Use events
durron597
2011-01-07 05:11:16 -05:00
038a05522d
Convenience method to see if a material is a block
durron597
2011-01-07 04:40:46 -05:00
ba54c55b97
First version of item use event
durron597
2011-01-03 21:22:52 -05:00
8242b1d51e
Documented + added server.matchPlayer
Dinnerbone
2011-01-07 10:00:00 +00:00
c0ca2918a5
Fixed Updatr stuff
Dinnerbone
2011-01-05 23:00:13 +00:00
0395010001
Tweaked some more exceptions, get messages passed
Dinnerbone
2011-01-05 22:56:12 +00:00
71c12aadc9
Separate InvalidDescriptionException -> InvalidPluginException
Dinnerbone
2011-01-05 22:45:54 +00:00
9b227081f5
Slightly better "invalid plugin.yml" errors
Dinnerbone
2011-01-05 22:40:45 +00:00
d2d468b374
Added Server.getTime and Server.setTime
FrozenCow
2011-01-04 16:23:01 +08:00
3fd9085ca7
Initial Inventory stuff, read only, no hooks. Only implemented for the StorageMinecart
Erik Broes
2011-01-05 01:00:06 +01:00
94ef32973d
Merge branch 'master' of github.com:Bukkit/Bukkit
stevenh
2011-01-04 23:32:38 +00:00
846831634b
Fix for plugin description file cast error
stevenh
2011-01-04 23:30:44 +00:00
f2533d1fd7
Javadoc
Dinnerbone
2011-01-04 22:05:53 +00:00
a210fcc0ef
Removed onBlockSent, added onLeavesDecay
Dinnerbone
2011-01-04 22:03:15 +00:00
458c62757a
Constructors for damage on itemstack
Dinnerbone
2011-01-04 19:56:19 +00:00
a7e432df19
ItemStack.setDamage and ItemStack.getDamage
Dinnerbone
2011-01-04 19:54:41 +00:00
9296dd3ca1
Added Chunk events in new World category
Dinnerbone
2011-01-04 14:08:56 +00:00
c5c124eb1a
Added Chunk.getWorld()
Dinnerbone
2011-01-04 14:08:29 +00:00
da31fdb4cd
Merge remote branch 'remotes/origin/master'
sk89q
2011-01-03 17:15:51 -08:00
ed0ea80944
Added LivingEntity.shootArrow().
sk89q
2011-01-03 17:15:09 -08:00
08b38c850b
Added getHighestBlockYAt
FrozenCow
2011-01-04 05:57:56 +08:00
bdec088e65
forgotten FillrListener
Taylor Kelly
2011-01-04 05:24:10 +08:00
0d3545bdca
Improved Vector with more methods and more Javadocs.
sk89q
2011-01-03 13:49:40 -08:00
c2680cf12f
Derp hex
Dinnerbone
2011-01-03 21:46:53 +00:00
9fe74ae102
Fixed Colors + moved to enum
Dinnerbone
2011-01-03 21:31:15 +00:00
c0983ce3a8
Added dummy getPlayer() to BlockBrokenEvent and BlockPlacedEvent in order to get WorldEdit to compile.
sk89q
2011-01-03 12:02:42 -08:00
6c18095e54
README Markup fixed
Erik Broes
2011-01-03 19:25:33 +01:00
ebfefc8dcf
Cleanups. We use Maven, not Ant.
Erik Broes
2011-01-03 19:17:31 +01:00
6600320737
... Entity has no health.
Dinnerbone
2011-01-03 16:34:29 +00:00
c9490d7efc
Moved simplejson as dependency
Dinnerbone
2011-01-03 16:23:08 +00:00
23cdf49521
Overhaul entity damage structure...
angelsl
2011-01-03 19:24:05 +08:00
40828fcee9
Move health stuff from LivingEntity to Entity.
angelsl
2011-01-03 17:40:26 +08:00
6da623bd18
Entity damage hooks
angelsl
2011-01-03 16:11:36 +08:00
14ec462c0e
More formatting
Dinnerbone
2011-01-03 15:35:30 +00:00
9b80d7a947
Formatting
Dinnerbone
2011-01-03 15:31:54 +00:00
f0d96a47fd
Fixed Fillr.java, added /get command ingame
Dinnerbone
2011-01-03 15:29:33 +00:00
7b1ab8e62a
Added LivingEntity.throwEgg() and LivingEntity.throwSnowball().
sk89q
2011-01-03 17:44:30 +08:00
4c5a66f2a6
hot damn. get <name> added
Taylor Kelly
2011-01-03 16:25:10 +08:00
9123928883
hot damn. get <name> added
Taylor Kelly
2011-01-03 16:23:24 +08:00
d9fc1dffea
better visibility/javadoc
Taylor Kelly
2011-01-03 12:26:35 +08:00
596ad60575
updated TODO
Taylor Kelly
2011-01-03 12:20:02 +08:00
0dfe39b18f
updated TODO
Taylor Kelly
2011-01-03 12:19:46 +08:00
3d0de63fc4
json stuff
Taylor Kelly
2011-01-03 12:16:00 +08:00
76e4185b21
yml for fillr
Taylor Kelly
2011-01-03 12:13:38 +08:00
16854885c7
fillr -> plugin
Taylor Kelly
2011-01-03 12:06:36 +08:00