summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
...
* This will be re-added after the RB.EvilSeph2012-01-25-6/+0
|
* [Bleeding] Added EnchantmentTable API.Mike Primm2012-01-24-0/+196
|
* [Bleeding] Added PotionSplashEvent for splash potions. Closes BUKKIT-307Zeerix2012-01-24-0/+99
|
* Added spacing to BanListCommand output.EvilSeph2012-01-23-1/+1
|
* [Bleeding] Added Sheep, Shear and EntityChangeBlock API. Thanks tips48! ↵Aidan Matzko2012-01-23-2/+232
| | | | Closes BUKKIT-512
* Updated timing code for new event systemTahg2012-01-19-33/+169
|
* Added new PlayerExpChangeEvent and PlayerLevelChangeEvent events. Thanks to ↵Nathan Adams2012-01-19-3/+135
| | | | feildmaster for the PR.
* Player.setPlayerListName no longer ignores colour length in size limit. This ↵Nathan Adams2012-01-19-1/+0
| | | | relates to BUKKIT-571
* Use the type of the eventhandler method's parameter as type rather than ↵Erik Broes2012-01-19-7/+16
| | | | specificing it. Thanks zml2008.
* Added a default to EventHandler.priority()zml20082012-01-18-3/+5
| | | | | Fixed HandlerList.unregisterAll() Fixed incorrect isAssignableFrom check in SimplePluginManager.getRegistrationClass()
* Add Player.setBedSpawnLocation(Location). Thanks md_5Erik Broes2012-01-17-0/+20
|
* Minor cleanupErik Broes2012-01-17-5/+10
|
* [Bleeding] Added EntityShootBowEvent. Thanks Zeerix.Erik Broes2012-01-17-0/+94
|
* [Bleeding] Add BrewingStand API. Thanks N3X15 & md_5Erik Broes2012-01-17-0/+21
|
* [Bleeding] Added DamageCause.POISON/MAGIC and RegainReason.MAGIC/MAGIC_REGEN ↵Zeerix2012-01-17-0/+20
| | | | for potions
* [Bleeding] Added Block.breakNaturally and Block.getDropsZeerix2012-01-17-1/+34
|
* [Bleeding] Changed event system into a new, much faster design. Huge thanks ↵Nathan Adams2012-01-17-227/+1693
| | | | to @zml2008 & @lahwran.
* [Bleeding] Added Block.getLightFromSky and getLightFromBlocksMike Primm2012-01-17-0/+18
|
* [Bleeding] Added Plugin.getLogger() which returns a java.util.Logger that ↵rmichela2012-01-17-3/+67
| | | | | | prefixes messages with the plugin name. Note: the server when enabling or disabling a plugin will now by default log this.
* [Bleeding] Added: <T extends Entity> Collection<T> ↵Mike Primm2012-01-17-0/+8
| | | | World.getEntitiesByClass(Class<T>... classes)
* [Bleeding] Add Animals: setAgeLock(bool), bool getAgeLock, void setBaby, ↵Erik Broes2012-01-17-0/+45
| | | | void setAdult, void setBreed(bool), bool canBreed and bool isAdult.
* Fixed incorrect value for ChatColor.BLACK (was 1, should be 0)Nathan Adams2012-01-16-1/+1
|
* Added ChatColor.MAGIC, changed to char based values and deprecated old ↵Nathan Adams2012-01-16-20/+117
| | | | methods. Added unit tests for ChatColor
* Added a World.getWorldType() methodNathan Adams2012-01-15-0/+7
|
* Generic cleaningErik Broes2012-01-15-275/+248
|
* Added "class-loader-of" field to plugin.yml. Big thanks to CmdrDats for the PR.Nathan Adams2012-01-15-1/+26
|
* Added an EntityCreatePortalEventNathan Adams2012-01-15-0/+90
|
* Configurations now properly support lists of serializable objects, and ↵Nathan Adams2012-01-15-103/+143
| | | | ItemStack is properly serializable. Big thanks to GICodeWarrior for the PR. This fixes BUKKIT-425
* Added Player set/getAllowFlight methods. Thanks to Qala for the PR.Nathan Adams2012-01-15-0/+23
|
* Fixed typo in Event javadoc, thanks to robin0van0der0v for the PRNathan Adams2012-01-15-1/+1
|
* ItemStack.getMaxStackSize no longer incorrectly returns -1 when not backed ↵Nathan Adams2012-01-15-0/+5
| | | | by an NMS instance. Thanks to feildmaster for the PR. This fixes BUKKIT-530
* Fix unambiguous importErik Broes2012-01-15-1/+0
|
* Changed Material to use an array for lookups, instead of a hashmap. Thanks ↵Nathan Adams2012-01-15-3/+14
| | | | to zml2008 for the PR
* Added EntityBlockFormEvent for block forming by entity actions (snowmen ↵Nathan Adams2012-01-15-0/+32
| | | | etc). Thanks to fieldmaster for the PR.
* Config .get*List will return an empty list of the appropriate type instead ↵Nathan Adams2012-01-15-9/+9
| | | | of null when the value does not exist. Thanks to krinsdeath for the PR.
* Don't send events to disabled plugins.Feildmaster2012-01-15-26/+26
|
* Changed PluginDisableEvent to fire before the disabling of a plugin, instead ↵Nathan Adams2012-01-15-2/+2
| | | | of after (where it's then invalid). Thanks to holic for the PR.
* Fixed documentation of getNearbyEntities in Entity. Thanks to epuidokas for ↵Nathan Adams2012-01-15-4/+4
| | | | the PR.
* Fixed Leaves.getSpecies returning null on higher data values. Thanks to ↵Nathan Adams2012-01-15-1/+1
| | | | Wolvereness for the PR.
* Added new methods to set a players respawned level/exp/totalExp in ↵Nathan Adams2012-01-14-2/+73
| | | | PlayerDeathEvent. Thanks to Feildmaster for the PR.
* Updated javadocs of Player.setPlayerListName to reflect that the char limit ↵Nathan Adams2012-01-14-0/+1
| | | | is based on length without colours
* Added entity.playEffect, thanks to main-- in an (unfortunately old) PR.Nathan Adams2012-01-14-10/+69
|
* Added ItemDespawnEventFeildmaster2012-01-14-0/+52
|
* Fixed nullcheck error message on null plugin (see previous commit)Nathan Adams2012-01-14-2/+2
|
* Nullcheck in registerEvent (thanks to an old PR by LRFLEW - I'm sorry for ↵Nathan Adams2012-01-14-0/+24
| | | | the wait!)
* Added 5 new biomes as included in MC 1.1 as part of #BUKKIT-496Nathan Adams2012-01-14-1/+6
|
* Allow proper integration with NMS WorldTypesmd-52012-01-14-2/+2
|
* Implemented new Plugin Message API - see ↵Nathan Adams2012-01-13-3/+1969
| | | | http://dinnerbone.com/blog/2012/01/13/minecraft-plugin-channels-messaging/
* Make getByName actually return values.md-52012-01-13-1/+1
|
* Added new 1.1 items, enchantments. Added WorldType, and a method to set/get ↵Nathan Adams2012-01-12-1/+93
| | | | the type of a world at creation.