summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
...
* Added method to set spawn locationSpeaKeasY2011-03-01-0/+7
* Added World.getPlayersTanel Suurhans2011-02-28-10/+8
* command.set/getDescription replaces a now deprecated set/getTooltip + javadocsDinnerbone2011-02-28-8/+74
* PluginCommand getExecutor + javadocsDinnerbone2011-02-28-0/+25
* Added JavaPlugin.getCommandDinnerbone2011-02-28-0/+34
* Added Server.getPluginCommandDinnerbone2011-02-28-0/+9
* Case-insensitive commandsDinnerbone2011-02-28-5/+7
* Readded default onCommand on pluginsDinnerbone2011-02-28-0/+6
* Tweaks to command system to allow setting executors via plugins (no more ambi...Dinnerbone2011-02-28-39/+48
* Added PlayerChatEvent.getRecipientsDinnerbone2011-02-26-0/+15
* Removed onPlayerCommand (PLAYER_COMMAND) (and fixed Fillr to stop using it)Dinnerbone2011-02-26-105/+63
* small changeRaphfrk2011-02-27-1/+3
* No longer supporting the TSLPC (inb4pitchforks)Dinnerbone2011-02-25-31/+3
* onPluginEnabled after plugin is enabled + same for onPluginDisabledDinnerbone2011-02-25-4/+3
* Added easy locToBlock in LocationDinnerbone2011-02-25-3/+13
* Added Item.(get|set)ItemStack().sk89q2011-02-23-3/+15
* Changed ConsoleCommandSender to use stripColor instead of hardcodedDinnerbone2011-02-23-1/+2
* Added ChatColor.stripColorDinnerbone2011-02-23-0/+10
* ConsoleCommandSender no longer has a default constructor, use ConsoleCommandS...Dinnerbone2011-02-23-0/+29
* ... And fixed diodesDinnerbone2011-02-23-1/+1
* Fixed bed items crashingDinnerbone2011-02-23-1/+1
* Added new materialsDinnerbone2011-02-23-0/+5
* refactor ItemsTahg2011-02-21-33/+12
* add isQueued() to allow plugins to know a task is still in the queue.Andrew Ardill2011-02-21-3/+14
* added yield to explosionsTahg2011-02-19-0/+15
* Updating plugin nags to use loggerDinnerbone2011-02-20-3/+3
* Added Server.getLogger, changed a few anonymous loggers to use itDinnerbone2011-02-20-10/+16
* Lowered the priority of the old command handler event because a number of plu...sk89q2011-02-19-3/+22
* Added Entity.remove() which marks an entity for removal.sk89q2011-02-19-0/+5
* Added slime as a possible creature type.sk89q2011-02-19-2/+4
* And this is so that we don't have to support misbehaving plugins.Dinnerbone2011-02-20-0/+3
* ... Supporting the plugins which really shouldn't be doing what they're doing...Dinnerbone2011-02-20-13/+13
* Removed TSLPC (That Stupidly Long Plugin Constructor)Dinnerbone2011-02-20-24/+66
* Replaced Vector.hashCode with a more reliable methodDinnerbone2011-02-19-5/+6
* (Relatively) minor javadoc cleanupDinnerbone2011-02-19-111/+275
* Fixed event prioritiesDinnerbone2011-02-19-19/+22
* Shifting damage events per http://forums.bukkit.org/threads/oops-i-broke-your...Dinnerbone2011-02-19-49/+3
* When deprecating, the alternative should be provided.EvilSeph2011-02-19-2/+2
* We need to set cmdSuccess accordingly.EvilSeph2011-02-18-1/+1
* Added target block ray trace functionality.Raphfrk2011-02-18-2/+455
* Added setFireTicks(), getFireTicks() and getMaxFireTicks().Protected2011-02-18-0/+21
* Added a whole buncha overloads for Location in WorldDinnerbone2011-02-18-1/+34
* Location.getBlock() helper methodDinnerbone2011-02-18-0/+10
* Exception handling in commandsDinnerbone2011-02-18-8/+47
* Added spawnCreature(Location, CreatureType)Andrew Ardill2011-02-17-0/+12
* Renamed MobType->CreatureType and MobSpawner->CreatureSpawner.Andrew Ardill2011-02-17-5/+125
* Fixed alias parsing for commands. object.toString().split(",") is NOT how you...sk89q2011-02-16-4/+8
* Deprecated PlayerListener.onPlayerCommand(PlayerChatEvent event).sk89q2011-02-16-1/+4
* Added Player.chat().sk89q2011-02-16-0/+7
* Added CREATURE_SPAWN eventss2man442011-02-16-0/+74