summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/TileEntityCommand.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-188/+0
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-9/+9
|
* Update CraftBukkit to Minecraft 1.5.2Travis Watkins2013-04-27-1/+1
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-8/+7
|
* BlockState for Command Blocks. Adds BUKKIT-3805.Nate Mortensen2013-03-19-1/+1
|
* Add /testfor command support to command block. Adds BUKKIT-3813Travis Watkins2013-03-18-2/+23
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-14/+49
|
* Make command blocks only select players on its world. Fixes BUKKIT-3515feildmaster2013-01-28-0/+3
|
* Don't run command blocks in empty worlds. Fixes BUKKIT-3094Travis Watkins2012-12-05-1/+6
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-1/+1
|
* Use BlockCommandSender for dispatching Command block commandsTravis Watkins2012-10-31-9/+12
| | | | Also allow commands that don't start with a / to match vanilla behavior
* Hook command block up to ConsoleCommandSender. Fixes BUKKIT-2684Travis Watkins2012-10-31-4/+64
| | | | | This will need to have its own CommandSender but this makes command blocks work for now with any command console can run.
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-0/+62