Bukkit/Spigot
|
ea16a44324
|
Changed BlockCanBuild event to pass the material
By: durron597 <martin.jared@gmail.com>
|
2011-01-01 03:12:39 -05:00 |
|
Bukkit/Spigot
|
b8b9e7c22b
|
Fixed sample plugin
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-01-01 07:24:50 +00:00 |
|
Bukkit/Spigot
|
dce1a4503e
|
Fixed sample plugin
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-01-01 07:06:43 +00:00 |
|
CraftBukkit/Spigot
|
ab747e99f0
|
Fixed Material
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-01-01 07:05:05 +00:00 |
|
Bukkit/Spigot
|
0de9f5909c
|
Fixed material
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-01-01 07:01:53 +00:00 |
|
Bukkit/Spigot
|
d520767525
|
Merge branch 'master' of github.com:Dinnerbone/Bukkit
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-01-01 06:59:52 +00:00 |
|
Bukkit/Spigot
|
647e335bc4
|
Moved itemstack.type to material
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2011-01-01 06:59:21 +00:00 |
|
Bukkit/Spigot
|
29cb3a3a79
|
Added onBlockCanBuild to loader
By: durron597 <martin.jared@gmail.com>
|
2011-01-01 01:55:04 -05:00 |
|
Bukkit/Spigot
|
b5cbcfbcdb
|
Sample to let you place cactus anywhere
By: durron597 <martin.jared@gmail.com>
|
2011-01-01 01:40:02 -05:00 |
|
Bukkit/Spigot
|
29bd4853cb
|
Merge remote branch 'upstream/master'
By: durron597 <martin.jared@gmail.com>
|
2011-01-01 01:26:38 -05:00 |
|
Bukkit/Spigot
|
7aac860d94
|
Implemented BLOCK_CANBUILD, had wrong Listener method name
By: durron597 <martin.jared@gmail.com>
|
2011-01-01 01:25:22 -05:00 |
|
Bukkit/Spigot
|
6c30c83e91
|
Implemented BLOCK_CANBUILD
By: durron597 <martin.jared@gmail.com>
|
2011-01-01 01:20:44 -05:00 |
|
Bukkit/Spigot
|
be1ad0e040
|
Added BlockCanBuild Event. Fixed Event enumeration
By: durron597 <martin.jared@gmail.com>
|
2010-12-31 22:44:11 -05:00 |
|
Bukkit/Spigot
|
1c88da4e93
|
Actually put the correct functionality in isCancelled and setCancelled
By: durron597 <martin.jared@gmail.com>
|
2010-12-31 22:42:45 -05:00 |
|
Bukkit/Spigot
|
1ec5689002
|
Reimplemented BlockFlow to use multiple BlockFromToEvents
By: durron597 <martin.jared@gmail.com>
|
2010-12-31 21:17:16 -05:00 |
|
Bukkit/Spigot
|
7d88f00839
|
Added Cancellable interface
By: durron597 <martin.jared@gmail.com>
|
2010-12-31 20:40:44 -05:00 |
|
Bukkit/Spigot
|
4ef3cfa0e8
|
Added private static final UID
By: durron597 <martin.jared@gmail.com>
|
2010-12-31 20:38:17 -05:00 |
|
Bukkit/Spigot
|
a2010332f6
|
Merge branch 'master' of github.com:Dinnerbone/Bukkit
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-31 21:58:47 +00:00 |
|
Bukkit/Spigot
|
4124f9e7bb
|
Updated sample plugin to test physics
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-31 21:45:55 +00:00 |
|
Bukkit/Spigot
|
3be4ecd28c
|
Added self face
By: durron597 <martin.jared@gmail.com>
|
2010-12-31 09:10:31 -05:00 |
|
Bukkit/Spigot
|
eff44b6a95
|
Stated "not implemented yet"
By: durron597 <martin.jared@gmail.com>
|
2010-12-31 09:09:22 -05:00 |
|
Bukkit/Spigot
|
66676f3800
|
Implemented BlockRightClickedEvent
By: durron597 <martin.jared@gmail.com>
|
2010-12-31 09:09:02 -05:00 |
|
Bukkit/Spigot
|
7740148f73
|
Fixed bug with BlockFlow.equals
Added second constructor for collections
By: durron597 <martin.jared@gmail.com>
|
2010-12-31 09:07:39 -05:00 |
|
Bukkit/Spigot
|
a0acf45461
|
Changed it so we store both the block and the face for speed
By: durron597 <martin.jared@gmail.com>
|
2010-12-31 09:07:12 -05:00 |
|
Bukkit/Spigot
|
fe393aa73d
|
Implemented BLOCK_FLOW
By: durron597 <martin.jared@gmail.com>
|
2010-12-31 07:53:56 -05:00 |
|
Bukkit/Spigot
|
ddd950ae40
|
Added BlockFlowEvent, fixed up BlockFromToEvent, cleaned up
BlockListener
By: durron597 <martin.jared@gmail.com>
|
2010-12-30 18:22:22 -05:00 |
|
Bukkit/Spigot
|
53b6d54100
|
Changed fromTo to be Block, Face
By: durron597 <martin.jared@gmail.com>
|
2010-12-30 17:49:52 -05:00 |
|
Bukkit/Spigot
|
d9184242dc
|
Merge remote branch 'upstream/master'
Conflicts:
src/org/bukkit/event/block/BlockEvent.java
src/org/bukkit/event/block/BlockListener.java
src/org/bukkit/event/block/BlockPhysicsEvent.java
By: durron597 <martin.jared@gmail.com>
|
2010-12-30 17:40:14 -05:00 |
|
Bukkit/Spigot
|
ee50ed0ba6
|
Changed event enumeration
By: durron597 <martin.jared@gmail.com>
|
2010-12-30 17:16:50 -05:00 |
|
Bukkit/Spigot
|
4e456dc092
|
Added block events
By: durron597 <martin.jared@gmail.com>
|
2010-12-30 17:16:06 -05:00 |
|
Bukkit/Spigot
|
fabb5e628a
|
BlockPhysics can be canceled
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-30 22:07:37 +00:00 |
|
Bukkit/Spigot
|
56bf34db1e
|
Added the single most important event ever to be conceived
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-30 21:59:53 +00:00 |
|
CraftBukkit/Spigot
|
5dfaef5542
|
Fixed insane fall damage (entities reset on death)
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-30 20:34:26 +00:00 |
|
Bukkit/Spigot
|
7e203ee761
|
Added debugging tools to sampleplugin
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-30 20:33:48 +00:00 |
|
Bukkit/Spigot
|
5ca171b422
|
Broken plugins no longer crash the server
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-30 18:54:04 +00:00 |
|
CraftBukkit/Spigot
|
2250c18a63
|
Fixed player handle being reset on death or disconnection
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-30 05:35:30 +00:00 |
|
CraftBukkit/Spigot
|
19dcaeeb01
|
Implemented Player.sendMessage()
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-30 04:56:34 +00:00 |
|
Bukkit/Spigot
|
9e1f814646
|
Added sendMessage() to player, added /pos to sample plugin
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-30 04:52:26 +00:00 |
|
CraftBukkit/Spigot
|
827ed5aa40
|
Don't override getName in CraftPlayer
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-30 04:39:28 +00:00 |
|
CraftBukkit/Spigot
|
10d1ac6c12
|
No lookup for worlds, store on object
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-30 04:37:32 +00:00 |
|
CraftBukkit/Spigot
|
837fa8ac26
|
Implemented entities
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-30 04:30:12 +00:00 |
|
Bukkit/Spigot
|
54e61aab10
|
Moved getName from Player to HumanEntity
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-30 04:29:53 +00:00 |
|
Bukkit/Spigot
|
2306dd52d7
|
Rename EntityHuman -> HumanEntity
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-30 03:50:08 +00:00 |
|
Bukkit/Spigot
|
9edbd3958d
|
EntityHuman is a LivingEntity
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-29 23:18:09 +00:00 |
|
Bukkit/Spigot
|
854fe58b3f
|
Changed ItemStack to be a class, added body
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-29 23:07:15 +00:00 |
|
Bukkit/Spigot
|
033223a9f7
|
Added Entity interfaces, changed Player to implement these
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-29 22:11:33 +00:00 |
|
Bukkit/Spigot
|
7459a15477
|
Location implements Cloneable
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-29 03:19:12 +00:00 |
|
CraftBukkit/Spigot
|
f8d2b930f9
|
Moved the PLAYER_MOVE and PLAYER_TELEPORT hooks to be packet-based, fixed player.getLocation() to return pitch/yaw
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-29 01:25:32 +00:00 |
|
Bukkit/Spigot
|
7c433de12d
|
Swapped yaw/pitch in Location constructor to match Minecraft
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-29 01:15:16 +00:00 |
|
CraftBukkit/Spigot
|
6ca8defced
|
Made Block.setType/Block.setData functional
By: Dinnerbone <dinnerbone@dinnerbone.com>
|
2010-12-29 01:07:57 +00:00 |
|