a3a1436df5Updated packet-filters
Erik Broes
2011-04-01 00:26:54 +02:00
eb422e4ad4Capture errors in plugins onLoad
Dinnerbone
2011-03-31 22:33:06 +01:00
baa8c53be0Implemented Wolf
Dinnerbone
2011-03-31 22:10:48 +01:00
87c36febebUpdated to Minecraft version 1.4
Dinnerbone
2011-03-31 21:40:00 +01:00
0635f7c1b8CreatureSpawnEvent: Fix forgotten inheritance with CreatureType
Erik Broes
2011-03-30 08:51:42 +02:00
e9cc4bbb05world.spawnCreature cast fix
Erik Broes
2011-03-30 00:40:46 +02:00
c69eac3f3aAdd MONSTER to CreatureSpawnEvent
Erik Broes
2011-03-29 23:18:48 +02:00
ec74fe8e37Move passenger-handling to CraftEntity
Erik Broes
2011-03-29 23:06:53 +02:00
195423cd0bAllow GIANTS to spawn from Eggs
Erik Broes
2011-03-29 22:56:36 +02:00
33f7af519fChanged the Kick result from KICK_BANNED to KICK_WHITELIST because not being on the whitelist doesn't mean your banned.
HACKhalo2
2011-03-20 02:08:00 -04:00
a31f37262dRegisterInterface reload bug fix
Stephen
2011-03-07 13:58:19 -05:00
2ac43ce223Ctrl+C saves world before stopping
Dinnerbone
2011-03-29 21:01:04 +01:00
b37dd48ae5Moved WORLD_LOAD event to after world is actually loaded
Drakia
2011-03-26 20:50:52 -07:00
f1ffeb256dLimit server to only send the packets it creates and only accept the packets the client creates
Erik Broes
2011-03-27 12:36:51 +02:00
ce5ee0996cUpdated for the changes done in Bukkit
Erik Broes
2011-03-27 00:34:33 +01:00
84054ec680Fix some wrong event creations after previous change
Erik Broes
2011-03-26 23:20:35 +01:00
8dc7b55749Reset 'stance' to something valid after receiving a broken one. Hopefully stops the server from falling over.
Erik Broes
2011-03-26 22:47:35 +01:00
e24b10dfd9Updated for the cleanups done in Bukkit
Erik Broes
2011-03-26 22:32:56 +01:00
cd50683f78World.spawnCreature now returns LivingEntity instead of Creature, to allow Ghasts and Slimes to be spawned using the command.
Celtic Minstrel
2011-03-19 01:29:21 -04:00
abf7f8581eAdded ability to disable the join/leave notices by setting the message to null in the event. The join message is moved to the onJoinEvent rather than during login
Raphfrk
2011-03-26 11:31:48 +00:00
8e53077efeSwitched biome coords from chunk based to block based
Raphfrk
2011-03-26 13:51:11 +00:00
1cbed230d6Add LEFT_CLICK_BLOCK's face
Erik Broes
2011-03-26 09:56:16 +01:00
49955d5a1dAdded Server.getServerId() for ID purposes.
sk89q
2011-03-26 01:39:23 -07:00
5ee2d67903Updated README.md
Erik Broes
2011-03-25 23:26:44 +01:00
1eb2f75f53Copy displayname when cross-world teleporting
Erik Broes
2011-03-25 21:22:57 +01:00
9162a654c4Implement player.getCompassTarget
Erik Broes
2011-03-25 21:22:03 +01:00
6fc4d9dcfeFixed CraftWorld.getSpawnLocation() not return the exact spawn location.
sk89q
2011-03-25 00:52:50 -07:00
95c08f854fFix inability to use items under certain circumstances
Erik Broes
2011-03-25 07:35:47 +01:00
f330025f1fFixed unable to eat/throw
Erik Broes
2011-03-24 23:27:40 +01:00
92518f4fc0Stop GIANT discrimination
Erik Broes
2011-03-24 22:51:47 +01:00
ce714ab329Fix CreatureType of CreatureSpawn event
Erik Broes
2011-03-24 22:44:03 +01:00
93fff2d5f5Prevent double CraftWorld for the same world
Erik Broes
2011-03-24 22:43:21 +01:00
69d5132df4Reset blocks faster clientside
Erik Broes
2011-03-24 22:42:23 +01:00
d6c3fe23e5Minor logic change and small cleanups
Erik Broes
2011-03-24 12:11:28 +01:00
748b71b3ccFix accidental Double.MAX_VALUE coordinates in initial PlayerMoveEvent
Erik Broes
2011-03-24 00:52:10 +01:00
3129348866Implementation of LivingEntity maximumNoDamageTicks, noDamageTicks, lastDamage
Erik Broes
2011-03-24 00:32:41 +01:00
267e745212Fix 'double RIGHT_CLICK' event on right-clicking a block with a non-interactive object
Erik Broes
2011-03-24 00:10:05 +01:00
0b05cbb998Updated SoftMap to be concurrent.
Raphfrk
2011-03-10 22:13:47 +00:00
9464602720Update to PlayerMoveEvent. The From field is set the value of the previous To Field, and, Pitch or Yaw changes of more then 10 degrees will trigger the event
Raphfrk
2011-03-07 23:06:50 +00:00
fdcf1c3c3aNow also handle entities spawning on a loading a world. (Redacted by Grum)
lem21h
2011-03-20 21:18:38 +01:00
15baff8559Fix the "Ghost minecart" issue.
Nicholas Devenish
2011-03-09 01:05:06 +00:00
69cbe7d222Allow Vehicle Motion to save properly
afforess
2011-03-21 16:31:15 -04:00
e8e7581446Small cleanup for the last commit
Erik Broes
2011-03-23 18:42:36 +01:00
376ac51ceaFixed the PLAYER_TELEPORT event so event.getTo().getWorld() is correct. (#451)
Byron Shelden
2011-03-22 23:50:14 -07:00
d08ee17352Fix doors not updating after opening has been denied
Erik Broes
2011-03-23 18:29:43 +01:00
ca1c9ef2e1Minor cleanups
Erik Broes
2011-03-23 16:39:25 +01:00
49043a8affRe-Implement BlockDamage
Erik Broes
2011-03-23 16:38:42 +01:00
672b06727dAlso transfer the displayName when dying
Erik Broes
2011-03-13 13:29:52 +01:00
6043797ce0Fix getDisplayName getting lost when getBukkitEntity is called
Erik Broes
2011-03-13 12:52:01 +01:00
1be1b5ab4dRemoved CraftBukkit - Removed line from kick fix to help port process
stevenh
2011-03-12 18:39:38 +00:00
07c98ea2a4Added methods to support RemoteBukkit This means all commands even "default" server commands work within the command structure returning output to the command sender
stevenh
2011-03-12 18:23:57 +00:00
ca3d0512f3Blocks now return power for sources other than redstone dust
Tahg
2011-03-12 12:28:07 -05:00
1db4eab7e3TextWrapper now wraps text at the proper width and also prevent splitting unless it is needed
Erik Broes
2011-03-12 16:58:05 +01:00
7729c8b517Sourcefiles shouldn't be executable
Erik Broes
2011-03-12 15:00:55 +01:00
22baecaf7fClean code a bit
Erik Broes
2011-03-12 14:59:50 +01:00
d7ab277105Kill stupid encoding warnings finally
Erik Broes
2011-03-12 14:57:30 +01:00