AuthorCommitMessageCommit date
Daniel BurzmińskiDaniel Burzmiński
ca025510867Patch for build in modern java versions
Erik BroesErik Broes
8512822bb7dChange PortalCreateEvent constructor ArrayList to Collection
DinnerboneDinnerbone
58faa98de18Added a Perlin and Simplex noise generator for utils
EvilSephEvilSeph
a0c1f681097More JavaDoc improvements.
DinnerboneDinnerbone
b76de1ee242Register commands on any enable
sunkidEvilSephsunkid
a4184da1ebfFixed Note class.
EvilSephEvilSeph
fb3e9605d87Fixed 'bad aliases' error output.
EvilSephEvilSeph
c15affbfd43Added missing 'implements Cancellable' to several classes.
EvilSephEvilSeph
f709af58e5bJavaDoc cleanup.
DinnerboneDinnerbone
7524109bf00The 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
DinnerboneDinnerbone
5738f2e6fe5Added new getDefaultWorldGenerator method to Plugin
DinnerboneDinnerbone
90ca47e6414Added new plugin.yml option 'load', possible values are 'startup' and 'postworld' (default postworld)
EvilSephEvilSeph
68f0e2d6631Added SpawnReasons to CreatureSpawn events.Thanks winsock!
EvilSephEvilSeph
101ef611376Added Sky biome for the Skylands.Thanks robin0van0der0v!
EvilSephEvilSeph
f92e142e4f2Added a method to retreive all fully qualified configuration values for a config.Thanks devinsba!
RigbyEvilSephRigby
2fd1c815cafImplements isBedSpawn() to the PlayerRespawnEvent.
RigbyEvilSephRigby
31964b9e779Implements customiseable PortalTravelAgent and updated PlayerPortalEvent.
EvilSephEvilSeph
f4a2e801e9cAdded Furnace smelt and burn events.
EvilSephEvilSeph
410d791547cAdded API to allow plugins to set the world's spawn flags.
EvilSephEvilSeph
51ec8da5b8fAdded getOnlineMode() for the Server.Thanks Rigby!
EvilSephEvilSeph
bbff1815f38Added Target Reasons for Wolf events.Thanks Deaygo!
sunkidEvilSephsunkid
7cab3de4771Added the concept of a projectile.
sk89qsk89q
fb79a3106e6Added PlayerToggleSneakEvent.isSneaking().
EvilSephEvilSeph
7f333192cf1Added BlockSpread, BlockForm and BlockFade events.
EvilSephEvilSeph
99d9e5f66b1Added EntityRegainHealthEvent.Thanks TimWolla!
sunkidEvilSephsunkid
d471de6bb17Added the concept of an Explosive.
EvilSephEvilSeph
944b1286902Added ChunkSnapShot improvements. Thanks mikeprimm!Added support for biome data to chunk snapshot Added method for returning empty chunk snapshot (for ungenerated chunks)
EvilSephEvilSeph
abbfb8e6e9cAdded Instrument enum, Note class and get/setNote functions.Thanks xZise!
EvilSephEvilSeph
a1c56e6d529Added per player time support.Thanks eisental, Shamebot and needspeed10!
sunkidEvilSephsunkid
a005d0a65daAdded a general spawn method.
sunkidEvilSephsunkid
52b7edc1ed4Added setFire option to createExplosion methods.
sunkidEvilSephsunkid
77a71670b40Added setters to applicable MaterialData classes.
DinnerboneDinnerbone
aec82a1fc9cAdded set/getSpawnRadius in Server
DinnerboneDinnerbone
95484bba537Server administrators can now specify custom aliases in bukkit.yml which override any aliases set by plugins.
DinnerboneDinnerbone
a329cf151b5Removing 14 deprecated methods per http://bit.ly/mO2f4d
DinnerboneDinnerbone
d920779bc8fJavadoc fix for BlockPopulator.java explaining which chunks exist and which don't
DinnerboneDinnerbone
6d51a64bc76Added ChunkPopulateEvent, new "newChunk" property on ChunkLoadEvent
EvilSephEvilSeph
bacd83cb81eMade Pig extend Vehicle.
stevenhstevenh
ff73db325b0Fixed fallbackPrefix not being lowercased, which would break prefixes for plugins with an uppercase char in the name
Erik BroesErik Broes
c54ec090c89Generic cleanup
Luke GBEvilSephLuke GB
9ca26882d1eAdd JavaDoc source indexing, as per EvilSeph's request
EvilSephEvilSeph
c5fc81a42d8Added ItemSpawnEvent.Thanks myers!
sk89qsk89q
2f06becddcfMade Location less annoying to use.Too bad Location can't simply inherit Vector at this point without breaking things.
sk89qsk89q
46d4e200934Added the ability to set a header when saving configuration files.
sk89qsk89q
e2bab1d47c1Added World.createExplosion() that takes a Location, instead of just raw X, Y, Z values.
sk89qsk89q
a00efd634c5Cleaned up some Javadocs.
sk89qsk89q
febba495d8aMoved playSound/Effect(Player, ...) to Player.playEffect(Location, ...) to be consistent, and because the code didn't really do what the Javadoc said.
sk89qsk89q
c0dfb02c100Changed sound playing to effect dispatching, since these seem more like more like encompassing effect than mere sounds.
sk89qsk89q
a220975decaMMerge branch 'sound' of https://github.com/sunkid/Bukkit
sunkidsunkid
069df1b6e67added playSound methods to the World interface and a utility method to Location