8bdbe6303bAdded WEB, POWERED_RAIL and DETECTOR_RAIL to block list
Dinnerbone
2011-04-21 15:41:40 +01:00
df18fad33fDammit, line endings!
Dinnerbone
2011-04-21 15:27:18 +01:00
8cd170a819Backwards incompatible change to match 1.4_00_01
Erik Broes
2011-04-20 18:59:31 +02:00
3791a158deAdded pre-login event for catching logins right after name verification has completed. This happens in a different thread from the server (and thus can also block).
sk89q
2011-04-16 03:08:05 -07:00
93a3e2448dFixin' the problem of AFK people not in bed.
sk89q
2011-04-11 11:48:30 -07:00
bd533b3c8aAdded bed events and methods.
sk89q
2011-04-07 11:26:33 -07:00
a521a8ae77Line endings. This is getting very annoying.
Dinnerbone
2011-04-05 16:35:57 +01:00
e6a51fb149Added a check for when the old and new data folders are the same.
sk89q
2011-04-03 23:05:25 -07:00
4378464989added some API for entities
Tahg
2011-04-04 00:44:52 -04:00
47d436c386Added interface for player.saveData and player.loadData.
afforess
2011-04-03 11:40:38 -04:00
4d0acea6c9Pluginnames can also space out now
Erik Broes
2011-04-03 19:17:18 +02:00
bb3e3325adForgot we have windows to support as well
Erik Broes
2011-04-03 16:42:33 +02:00
d2d7ea50ebA plugin's name can now only contain: [A-Za-z0-9()\[\]{}_.-]
Erik Broes
2011-04-03 16:26:27 +02:00
5fd890208fPlugin's datafolders are now named after the plugin's name (from config.yml)
Erik Broes
2011-04-03 16:12:44 +02:00
3d0781c8bfTon of Material extensions handling the meta-data of blocks.
sunkid
2011-04-02 16:42:12 -07:00
6fa9eef18dPackage org.avaje:ebean, org.yaml:snakeyaml inside Bukkit's jar so people refusing to use maven have an easier time
Erik Broes
2011-04-03 11:20:01 +02:00
04ddb17fceAdded the ability to set the quit message
Raphfrk
2011-04-02 15:40:25 +01:00
a8be58032fAdded getNearbyEntities
Stephen
2011-03-27 19:43:35 -04:00
446dfee6d5Entity.isDead returns true if the entity has been marked for removal
afforess
2011-04-02 01:07:41 -04:00
c5fbd41659Added VEHICLE_DESTROY event
Robert Sargant
2011-03-16 13:11:13 +00:00
287114f8edAdded the SPAWN_CHANGE event, which occurs when a world's spawn is changed.
William Bowers
2011-03-29 01:59:00 -07:00
3f2a31fa5eAdded {NAME} replacement in database location
Dinnerbone
2011-04-01 16:51:33 +01:00
a6b67158dcMade Server a singleton, accessible by Bukkit.getServer().
Dinnerbone
2011-03-30 14:54:37 +01:00
9c1210e312Fix IIOB error when dealing with an incomplete YAML && Nagging
Erik Broes
2011-04-01 10:24:48 +02:00
8b7ac0b39eCatch YAML exceptions as InvalidPluginExceptions
Erik Broes
2011-04-01 09:59:24 +02:00
0d98e831ccMissed a hard break
Dinnerbone
2011-03-31 23:02:39 +01:00
2362fc6511We weren't supposed to break things *that* hard. Plugins still need to update but here's a TEMPORARY fix.
Dinnerbone
2011-03-31 22:51:26 +01:00
88771cac97Added Wolf creature interface
Dinnerbone
2011-03-31 22:10:28 +01:00
97072919fbAdded COOKIE and LOCKED_CHEST
Dinnerbone
2011-03-31 21:55:16 +01:00
eae2711738Can now create worlds with specific seeds
Dinnerbone
2011-03-31 21:46:05 +01:00
f5803e1876Just NAG once, to be nice
Erik Broes
2011-03-30 00:38:46 +02:00
6929a1830eForce compile-time failures for the subtle changes done in the API
Erik Broes
2011-03-30 00:25:59 +02:00
a3319e525bAdd 'NagException' to disclose plugin fail
Erik Broes
2011-03-30 00:25:11 +02:00
08e33ad0c6Add 'MONSTER' to CreatureType
Erik Broes
2011-03-29 23:09:37 +02:00
57b1b50610Move passenger-handling to Entity
Erik Broes
2011-03-29 23:09:05 +02:00
9baed69563Added the KICK_WHITELIST Result for players being kicked from not being on the whitelist, just because KICK_BANNED didn't seem to fit.
HACKhalo2
2011-03-20 02:06:19 -04:00
0ede0ca875Remove lingering PlayerItemEvent file
Erik Broes
2011-03-24 00:11:26 +01:00
fbbae50ba0Replaced void teleportTo(Location) with boolean teleport(Location). - The return value indicates if the teleport was successful. - void teleportTo(...) should delegate to the new teleport(...).
Byron Shelden
2011-03-23 00:15:46 -07:00
d6341293e7Reworked BlockDamageEvent to match with the latest Mojang client/server changes.
Erik Broes
2011-03-23 16:53:52 +01:00
700c8a20ddAdd PLAYER_INTERACT, remove BLOCK_RIGHT_CLICK, BLOCK_INTERACT and PLAYER_ITEM
Erik Broes
2011-03-23 12:30:54 +01:00
f0544a90fcAdded PlayerBucket events
Erik Broes
2011-03-21 00:48:34 +01:00
8cf7b9e371Renamed many events/constants to be not past tense <-- Major Break says: "HI"
Erik Broes
2011-03-13 15:21:09 +01:00
7e8118c81dadded MaterialData classes and associated Enums for COAL, CROPS, LOG, LEAVES, STEP, and DOUBLE_STEP
sunkid
2011-03-14 18:08:57 -07:00
f89e47ba9cAdded DamageType.VOID
Gunther De Wachter
2011-03-17 18:21:40 +01:00
34f8893a4bFixed Material constructor
holic
2011-03-02 00:23:48 -08:00
0967fd031cRegenerate and refresh chunk methods
Raphfrk
2011-03-02 20:28:49 +00:00
ac7c369966Deprecated momentum on player (remove tomorrow), added velocity
Dinnerbone
2011-03-05 18:48:32 +00:00
aa0614d785Added a few null pointer checks and performed minor touchups (tried improving a few equals, clone and hashCode methods).
VictorD
2011-03-05 12:27:51 +01:00