Daniel Burzmiński ca025510867 Patch for build in modern java versions 17 May 2023 Erik Broes 8512822bb7d Change PortalCreateEvent constructor ArrayList to Collection 25 Jun 2011 Dinnerbone 58faa98de18 Added a Perlin and Simplex noise generator for utils 26 Jun 2011 EvilSeph a0c1f681097 More JavaDoc improvements. 24 Jun 2011 Dinnerbone b76de1ee242 Register commands on any enable 26 Jun 2011 sunkid a4184da1ebf Fixed Note class. 24 Jun 2011 EvilSeph fb3e9605d87 Fixed 'bad aliases' error output. 23 Jun 2011 EvilSeph c15affbfd43 Added missing 'implements Cancellable' to several classes. 22 Jun 2011 EvilSeph f709af58e5b JavaDoc cleanup. 22 Jun 2011 Dinnerbone 7524109bf00 The server config can now specify aliases to multiple (or none) commands, for example "debug: [version, plugin]" to run both version and plugin, or "plugins: []" to disable the plugins command 22 Jun 2011 Dinnerbone 5738f2e6fe5 Added new getDefaultWorldGenerator method to Plugin 22 Jun 2011 Dinnerbone 90ca47e6414 Added new plugin.yml option 'load', possible values are 'startup' and 'postworld' (default postworld) 22 Jun 2011 EvilSeph 68f0e2d6631 Added SpawnReasons to CreatureSpawn events. Thanks winsock! 21 Jun 2011 EvilSeph 101ef611376 Added Sky biome for the Skylands. Thanks robin0van0der0v! 21 Jun 2011 EvilSeph f92e142e4f2 Added a method to retreive all fully qualified configuration values for a config. Thanks devinsba! 21 Jun 2011 Rigby 2fd1c815caf Implements isBedSpawn() to the PlayerRespawnEvent. 21 Jun 2011 Rigby 31964b9e779 Implements customiseable PortalTravelAgent and updated PlayerPortalEvent. 18 Jun 2011 EvilSeph f4a2e801e9c Added Furnace smelt and burn events. 20 Jun 2011 EvilSeph 410d791547c Added API to allow plugins to set the world's spawn flags. 19 Jun 2011 EvilSeph 51ec8da5b8f Added getOnlineMode() for the Server. Thanks Rigby! 19 Jun 2011 EvilSeph bbff1815f38 Added Target Reasons for Wolf events. Thanks Deaygo! 19 Jun 2011 sunkid 7cab3de4771 Added the concept of a projectile. 18 Jun 2011 sk89q fb79a3106e6 Added PlayerToggleSneakEvent.isSneaking(). 18 Jun 2011 EvilSeph 7f333192cf1 Added BlockSpread, BlockForm and BlockFade events. 17 Jun 2011 EvilSeph 99d9e5f66b1 Added EntityRegainHealthEvent. Thanks TimWolla! 17 Jun 2011 sunkid d471de6bb17 Added the concept of an Explosive. 14 Jun 2011 EvilSeph 944b1286902 Added ChunkSnapShot improvements. Thanks mikeprimm! Added support for biome data to chunk snapshot
Added method for returning empty chunk snapshot (for ungenerated chunks) 17 Jun 2011 EvilSeph abbfb8e6e9c Added Instrument enum, Note class and get/setNote functions. Thanks xZise! 17 Jun 2011 EvilSeph a1c56e6d529 Added per player time support. Thanks eisental, Shamebot and needspeed10! 17 Jun 2011 sunkid a005d0a65da Added a general spawn method. 09 Jun 2011 sunkid 52b7edc1ed4 Added setFire option to createExplosion methods. 13 Jun 2011 sunkid 77a71670b40 Added setters to applicable MaterialData classes. 17 Jun 2011 Dinnerbone aec82a1fc9c Added set/getSpawnRadius in Server 17 Jun 2011 Dinnerbone 95484bba537 Server administrators can now specify custom aliases in bukkit.yml which override any aliases set by plugins. 17 Jun 2011 Dinnerbone a329cf151b5 Removing 14 deprecated methods per http://bit.ly/mO2f4d 16 Jun 2011 Dinnerbone d920779bc8f Javadoc fix for BlockPopulator.java explaining which chunks exist and which don't 16 Jun 2011 Dinnerbone 6d51a64bc76 Added ChunkPopulateEvent, new "newChunk" property on ChunkLoadEvent 16 Jun 2011 EvilSeph bacd83cb81e Made Pig extend Vehicle. 15 Jun 2011 stevenh ff73db325b0 Fixed fallbackPrefix not being lowercased, which would break prefixes for plugins with an uppercase char in the name 12 Jun 2011 Erik Broes c54ec090c89 Generic cleanup 12 Jun 2011 Luke GB 9ca26882d1e Add JavaDoc source indexing, as per EvilSeph's request 10 Jun 2011 EvilSeph c5fc81a42d8 Added ItemSpawnEvent. Thanks myers! 11 Jun 2011 sk89q 2f06becddcf Made Location less annoying to use. Too bad Location can't simply inherit Vector at this point without breaking things. 10 Jun 2011 sk89q 46d4e200934 Added the ability to set a header when saving configuration files. 10 Jun 2011 sk89q e2bab1d47c1 Added World.createExplosion() that takes a Location, instead of just raw X, Y, Z values. 10 Jun 2011 sk89q a00efd634c5 Cleaned up some Javadocs. 10 Jun 2011 sk89q febba495d8a Moved playSound/Effect(Player, ...) to Player.playEffect(Location, ...) to be consistent, and because the code didn't really do what the Javadoc said. 10 Jun 2011 sk89q c0dfb02c100 Changed sound playing to effect dispatching, since these seem more like more like encompassing effect than mere sounds. 10 Jun 2011 sk89q a220975deca M Merge branch 'sound' of https://github.com/sunkid/Bukkit 10 Jun 2011 sunkid 069df1b6e67 added playSound methods to the World interface and a utility method to Location 09 Jun 2011