| Commit message (Expand) | Author | Age | Lines |
* | Added the ability to set the quit message | Raphfrk | 2011-04-02 | -1/+24 |
* | Added getNearbyEntities | Stephen | 2011-04-02 | -0/+12 |
* | Entity.isDead returns true if the entity has been marked for removal | afforess | 2011-04-02 | -0/+5 |
* | Added VEHICLE_DESTROY event | Robert Sargant | 2011-04-02 | -0/+53 |
* | Added the SPAWN_CHANGE event, which occurs when a world's spawn is changed. | William Bowers | 2011-04-02 | -0/+49 |
* | Added {NAME} replacement in database location | Dinnerbone | 2011-04-01 | -1/+3 |
* | DDL generation methods | Dinnerbone | 2011-04-01 | -0/+16 |
* | Configuration tweaks - enforce default + parent file nullcheck | Dinnerbone | 2011-04-01 | -1/+8 |
* | Implemented ebeans | Dinnerbone | 2011-04-01 | -1/+77 |
* | Made Server a singleton, accessible by Bukkit.getServer(). | Dinnerbone | 2011-04-01 | -0/+39 |
* | Fix IIOB error when dealing with an incomplete YAML && Nagging | Erik Broes | 2011-04-01 | -1/+6 |
* | Catch YAML exceptions as InvalidPluginExceptions | Erik Broes | 2011-04-01 | -0/+3 |
* | Missed a hard break | Dinnerbone | 2011-03-31 | -1/+1 |
* | We weren't supposed to break things *that* hard. Plugins still need to update... | Dinnerbone | 2011-03-31 | -14/+36 |
* | Added Wolf creature interface | Dinnerbone | 2011-03-31 | -1/+37 |
* | Added COOKIE and LOCKED_CHEST | Dinnerbone | 2011-03-31 | -0/+2 |
* | Can now create worlds with specific seeds | Dinnerbone | 2011-03-31 | -0/+12 |
* | Line-endings! | Dinnerbone | 2011-03-31 | -645/+645 |
* | Seal-fail workaround | lukegb | 2011-03-31 | -0/+3 |
* | Just NAG once, to be nice | Erik Broes | 2011-03-30 | -6/+32 |
* | Force compile-time failures for the subtle changes done in the API | Erik Broes | 2011-03-30 | -0/+24 |
* | Add 'NagException' to disclose plugin fail | Erik Broes | 2011-03-30 | -0/+27 |
* | Add 'MONSTER' to CreatureType | Erik Broes | 2011-03-29 | -4/+4 |
* | Move passenger-handling to Entity | Erik Broes | 2011-03-29 | -30/+30 |
* | Added the KICK_WHITELIST Result for players being kicked from not being on th... | HACKhalo2 | 2011-03-29 | -1/+6 |
* | RegisterInterface reload bug fix | Dinnerbone | 2011-03-29 | -0/+1 |
* | fixed PlayerCommandPreprocessEvent inheritance | sunkid | 2011-03-28 | -5/+9 |
* | Fixed PlayerTeleportEvent so getType() returns Type.PLAYER_TELEPORT | Byron Shelden | 2011-03-28 | -2/+12 |
* | Line endings, consistency! | Dinnerbone | 2011-03-27 | -823/+823 |
* | Fix Type of VehicleDamageEvent | Erik Broes | 2011-03-27 | -1/+1 |
* | Change some more signatures :( | Erik Broes | 2011-03-27 | -9/+38 |
* | Fix some wrong event creations after previous change | Erik Broes | 2011-03-26 | -2/+2 |
* | Some more backwards incompatible changes (minor though), also a ton of small ... | Erik Broes | 2011-03-26 | -376/+312 |
* | Add setSheared() to Sheep and setSize() to Slimes. | Celtic Minstrel | 2011-03-26 | -2/+20 |
* | Add material data classes for cake, jukeboxes, and diodes. Remove some unneed... | Celtic Minstrel | 2011-03-26 | -6/+168 |
* | World.spawnCreature now returns LivingEntity instead of Creature. | Celtic Minstrel | 2011-03-26 | -2/+2 |
* | Fixed missing breaks breaking stuff. | Erik Broes | 2011-03-26 | -0/+3 |
* | Added player join event | Raphfrk | 2011-03-26 | -2/+32 |
* | Added Server.getServerId() for ID purposes. | sk89q | 2011-03-26 | -0/+8 |
* | added the MaterialData subclass Door | sunkid | 2011-03-25 | -2/+88 |
* | Add: player.getCompassTarget | Erik Broes | 2011-03-25 | -0/+7 |
* | Fixed basic dependency functionality - If class can't be found, all other .ja... | Raphfrk | 2011-03-25 | -16/+36 |
* | Add CreatureType.GIANT | Erik Broes | 2011-03-24 | -0/+1 |
* | Fix wrong useItemInHand setting | Erik Broes | 2011-03-24 | -1/+2 |
* | Fix for placing blocks after interacting with a block | Erik Broes | 2011-03-24 | -1/+1 |
* | Long overdue LivingEntity maximumNoDamageTicks, noDamageTicks, lastDamage | Erik Broes | 2011-03-24 | -0/+47 |
* | Remove lingering PlayerItemEvent file | Erik Broes | 2011-03-24 | -103/+0 |
* | Replaced void teleportTo(Location) with boolean teleport(Location). | Byron Shelden | 2011-03-23 | -0/+18 |
* | Reworked BlockDamageEvent to match with the latest Mojang client/server changes. | Erik Broes | 2011-03-23 | -24/+28 |
* | Add PLAYER_INTERACT, remove BLOCK_RIGHT_CLICK, BLOCK_INTERACT and PLAYER_ITEM | Erik Broes | 2011-03-23 | -45/+222 |