summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)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 ↵Dinnerbone2011-02-28-39/+48
| | | | ambiguous onCommand in plugins)
* 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 ↵Dinnerbone2011-02-23-0/+29
| | | | ConsoleCommandSender(server). Added entity.getServer
* ... 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
| | | | | | | Currently, there is no way to know if a task is still being handled by the scheduler. This method, along with isCurrentlyRunning() allows a plugin author to determine if a task is waiting to be executed, being executed, or neither.
* 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 ↵sk89q2011-02-19-3/+22
| | | | plugins were using this event incorrectly. A new event, the command preprocesser event, has replaced the previous function of the original command event.
* 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 ↵Dinnerbone2011-02-20-13/+13
| | | | doing. Don't put crap in the constructor!
* 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 ↵Dinnerbone2011-02-19-49/+3
| | | | http://forums.bukkit.org/threads/oops-i-broke-your-plugins.599/#post-67424 (This breaks stuff!)
* 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
| | | | | This function will allow spawning of creatures in the world, removing the need to interface with CraftBukkit directly.
* Renamed MobType->CreatureType and MobSpawner->CreatureSpawner.Andrew Ardill2011-02-17-5/+125
| | | | | | | | | This is to bring the names in line with the rest of bukkit. Deprecated code has been left in to ensure nothing breaks as a result of refactoring MobType. This will be removed after 1 week, to give plugin devs time to migrate
* Fixed alias parsing for commands. object.toString().split(",") is NOT how ↵sk89q2011-02-16-4/+8
| | | | you parse a YAML list!
* 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
|