summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/TileEntityCommand.java
Commit message (Collapse)AuthorAgeLines
* 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