Minecraft Beta 1.6.6
  1. Minecraft Beta 1.6.6

Craftbukkit

Public
AuthorCommitMessageCommit date
Daniel BurzmińskiDaniel Burzmiński
21ef6044aa9Move resources in to right place
Daniel BurzmińskiDaniel Burzmiński
ae4a6b13b6dAuthorization patch and modern toolset for building in pom.xml
Daniel BurzmińskiDaniel Burzmiński
5fef3663f96Fix minecraft server code to be able to compile it on JDK 1.8 and higher without errors.
Daniel BurzmińskiDaniel Burzmiński
9243276a279Remove minecraft-server depedency since now its built-in
Daniel BurzmińskiDaniel Burzmiński
dcc79226f22Add minecraft source and remove mac junk from repo
Erik BroesErik Broes
8e37caff7f2Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Also minimized all the nms diffs and generic cleanups all around.
Erik BroesErik Broes
017471e39e5Picking up arrows now also fires PlayerPickupItem
Erik BroesEvilSephErik Broes
a9ddbaa9d5dFixed cancelling the PlayerPickup event, getAmount(), item duping issue.
EvilSephEvilSeph
09b648f8eb7Fixed Explosion.setYield(0) still dropping blocks.
DinnerboneDinnerbone
0afdf9d470aDon't register commands only on init
EvilSephEvilSeph
22f4388dff9Fixed the fix of the EntityTame event.
RigbyEvilSephRigby
74cf3d28019Portals created by fire now trigger PortalCreateEvent.
DinnerboneDinnerbone
64dc2a5db32Delayed alias registration until postworld
EvilSephEvilSeph
4a93be39eb5We build for JDK 1.5.
sunkidEvilSephsunkid
6e0abe3dd91Made bukkit settings reload on reload().
EvilSephEvilSeph
1179d6a9b3bFixed PlayerPickupItem event firing even if the player could not pick up the item.
DinnerboneDinnerbone
fb38c6a0e25Fixed default command alias to do an array
DinnerboneDinnerbone
709b732f228Implemented new alias system
DinnerboneDinnerbone
172f8b3519dFire WorldLoad events on default worlds for plugins who load:startup
DinnerboneDinnerbone
9fecf3a4ca4You may now set a generator to a default world using plugin.yml
DinnerboneDinnerbone
b5d2197ed22Implemented startup plugin loading
EvilSephEvilSeph
3aff1e884a6Fixed players not healing in other worlds when spawn-monsters is false.
RigbyEvilSephRigby
8c197b3e584Inform the client when a move event is cancelled.
DinnerboneDinnerbone
e2bd1295b1bLine endings.
EvilSephEvilSeph
d296a0e74b7Added SpawnReasons to CreatureSpawn events.Thanks winsock!
EvilSephEvilSeph
d24db20bdaaAdded Sky biome for the Skylands.Thanks robin0van0der0v!
EvilSephEvilSeph
6a7c0712fe3Fixed spawn location offset.
RigbyEvilSephRigby
82aaeec04f0Implements isBedSpawn() to the PlayerRespawnEvent.
RigbyEvilSephRigby
426832b3c0fChanged Nether portals to be handled by a customiseable PortalTravelAgent and updated the PlayerPortalEvent
sunkidEvilSephsunkid
7a32a38e72eAdded the abitility to spawn fireballs.
EvilSephEvilSeph
acccfab1f5cRemove Squid spawning restriction as Squids seem to obey spawn flags.
EvilSephEvilSeph
5aacc0e9d82Possible fix for furnaces leaving items behind.
EvilSephEvilSeph
86bfb8f6477Added Furnace smelt and burn events.
sunkidEvilSephsunkid
eff10b1fa38No more ghastly pigs!
sk89qsk89q
20a6b336b9cFixed CraftWorld.spawn() having all the inheritance checks backwards.
EvilSephEvilSeph
d7bc8444d44Fixed NPEs in infinite item loss fix
EvilSephEvilSeph
b8e1dbe4815Added API to allow plugins to set the world's spawn flags.
EvilSephEvilSeph
d0876e340a7Added getOnlineMode() for the Server.Thanks Rigby!
EvilSephEvilSeph
ee07b61bc42Fixed losing an infinite item when interacting with an entity.Thanks for the help Rigby!
EvilSephEvilSeph
356c03b4902Added Entity target events to EntityGhast.Thanks winsock!
EvilSephEvilSeph
7badb0fc229Fixed hostile entities continuously targeting dead entities.Thanks Rigby!
EvilSephEvilSeph
b4d22415a8fAdded more events for Wolves. Thanks Deaygo!Added events for when wolf owner attacks an entity, or is attacked. Also added event for when a non-tame wolf targets a sheep.
sunkidEvilSephsunkid
00288f3804dImplemented the concept of a projectile.
sunkidEvilSephsunkid
3e380f12c06Fix for spawnMinecart.
RigbytahgRigby
aac5d397508I'm sorry Paintings...please come back...
sk89qsk89q
9c2b82bc49bAdded PlayerToggleSneakEvent.isSneaking().
EvilSephEvilSeph
625e85fd0b9Added world seed display to 'Preparing level' log message for each world
EvilSephEvilSeph
cb87004e877Added wolf damage and target events.Thanks Deaygo!
EvilSephEvilSeph
9ba3d4a625aFixed several NPEs within World.Thanks Deaygo!
EvilSephEvilSeph
db3d003b94aFixed EntityTame event firing too many times.