summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Expand)AuthorAgeLines
* Implemented ebeansDinnerbone2011-04-01-1/+77
* Made Server a singleton, accessible by Bukkit.getServer().Dinnerbone2011-04-01-0/+39
* Fix IIOB error when dealing with an incomplete YAML && NaggingErik Broes2011-04-01-1/+6
* Catch YAML exceptions as InvalidPluginExceptionsErik Broes2011-04-01-0/+3
* Missed a hard breakDinnerbone2011-03-31-1/+1
* We weren't supposed to break things *that* hard. Plugins still need to update...Dinnerbone2011-03-31-14/+36
* Added Wolf creature interfaceDinnerbone2011-03-31-1/+37
* Added COOKIE and LOCKED_CHESTDinnerbone2011-03-31-0/+2
* Can now create worlds with specific seedsDinnerbone2011-03-31-0/+12
* Line-endings!Dinnerbone2011-03-31-645/+645
* Seal-fail workaroundlukegb2011-03-31-0/+3
* Just NAG once, to be niceErik Broes2011-03-30-6/+32
* Force compile-time failures for the subtle changes done in the APIErik Broes2011-03-30-0/+24
* Add 'NagException' to disclose plugin failErik Broes2011-03-30-0/+27
* Add 'MONSTER' to CreatureTypeErik Broes2011-03-29-4/+4
* Move passenger-handling to EntityErik Broes2011-03-29-30/+30
* Added the KICK_WHITELIST Result for players being kicked from not being on th...HACKhalo22011-03-29-1/+6
* RegisterInterface reload bug fixDinnerbone2011-03-29-0/+1
* fixed PlayerCommandPreprocessEvent inheritancesunkid2011-03-28-5/+9
* Fixed PlayerTeleportEvent so getType() returns Type.PLAYER_TELEPORTByron Shelden2011-03-28-2/+12
* Line endings, consistency!Dinnerbone2011-03-27-823/+823
* Fix Type of VehicleDamageEventErik Broes2011-03-27-1/+1
* Change some more signatures :(Erik Broes2011-03-27-9/+38
* Fix some wrong event creations after previous changeErik Broes2011-03-26-2/+2
* Some more backwards incompatible changes (minor though), also a ton of small ...Erik Broes2011-03-26-376/+312
* Add setSheared() to Sheep and setSize() to Slimes.Celtic Minstrel2011-03-26-2/+20
* Add material data classes for cake, jukeboxes, and diodes. Remove some unneed...Celtic Minstrel2011-03-26-6/+168
* World.spawnCreature now returns LivingEntity instead of Creature.Celtic Minstrel2011-03-26-2/+2
* Fixed missing breaks breaking stuff.Erik Broes2011-03-26-0/+3
* Added player join eventRaphfrk2011-03-26-2/+32
* Added Server.getServerId() for ID purposes.sk89q2011-03-26-0/+8
* added the MaterialData subclass Doorsunkid2011-03-25-2/+88
* Add: player.getCompassTargetErik Broes2011-03-25-0/+7
* Fixed basic dependency functionality - If class can't be found, all other .ja...Raphfrk2011-03-25-16/+36
* Add CreatureType.GIANTErik Broes2011-03-24-0/+1
* Fix wrong useItemInHand settingErik Broes2011-03-24-1/+2
* Fix for placing blocks after interacting with a blockErik Broes2011-03-24-1/+1
* Long overdue LivingEntity maximumNoDamageTicks, noDamageTicks, lastDamageErik Broes2011-03-24-0/+47
* Remove lingering PlayerItemEvent fileErik Broes2011-03-24-103/+0
* Replaced void teleportTo(Location) with boolean teleport(Location).Byron Shelden2011-03-23-0/+18
* Reworked BlockDamageEvent to match with the latest Mojang client/server changes.Erik Broes2011-03-23-24/+28
* Add PLAYER_INTERACT, remove BLOCK_RIGHT_CLICK, BLOCK_INTERACT and PLAYER_ITEMErik Broes2011-03-23-45/+222
* Added PlayerBucket eventsErik Broes2011-03-23-0/+146
* Renamed many events/constants to be not past tense <-- Major Break says: "HI"Erik Broes2011-03-23-51/+43
* added MaterialData classes and associated Enums for COAL, CROPS, LOG, LEAVES,...sunkid2011-03-21-6/+427
* Added DamageType.VOIDGunther De Wachter2011-03-17-0/+6
* onLoad optional...Dinnerbone2011-03-15-0/+4
* Plugins can no longer register events while disabledDinnerbone2011-03-14-1/+29
* All previous deprecated methods removed (OH GOD EVERYTHING BROKEN)Dinnerbone2011-03-14-57/+1
* Adds an onLoad method to Plugin. The onLoad method is called for all plugins ...Raphfrk2011-03-14-0/+9