summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/craftbukkit/command
Commit message (Expand)AuthorAgeLines
* Update to Minecraft 1.13.1md_52018-08-26-31/+0
* SPIGOT-4298: Block command sender returns wrong blockmd_52018-08-22-6/+6
* SPIGOT-4046: Fix selectors in tick functionsmd_52018-07-19-0/+30
* SPIGOT-4026: Clicking on command error suggestion should return verbatim inputmd_52018-07-17-4/+4
* Fix completion of multiple arguments in Bukkit commandsmd_52018-07-16-0/+5
* Update to Minecraft 1.13-pre7md_52018-07-15-181/+124
* SPIGOT-3613: Success count not reset for exceptions.md_52017-10-17-1/+1
* SPIGOT-3561: Fix selectors in SuccessCountmd_52017-09-09-1/+1
* Treat Vanilla commands as Bukkit Commandsmd_52017-06-21-2/+2
* Ensure gameLoop function gets selectors applied.md_52017-05-26-0/+50
* Update to Minecraft 1.12-pre2md_52017-05-14-2/+2
* Update to Minecraft 1.11md_52016-11-17-4/+11
* SPIGOT-2630: Console tab completemd_52016-08-26-1/+1
* SPIGOT-215: Implement infrastructure for Location tab completesDemonWav2016-08-25-3/+4
* SPIGOT-2552: Aliases for Vanilla commandsmd_52016-07-26-8/+1
* SPIGOT-2369: Tab completing non existant commandmd_52016-06-09-1/+1
* Implement TabCompleteEventmd_52016-05-16-1/+8
* Update to Minecraft 1.9md_52016-03-01-18/+20
* SPIGOT-977: Use vanilla's handling for command messages for vanilla commandsThinkofdeath2015-07-08-6/+2
* Add the ability for commandblocks to be sent messages via the API.Cory Redmond2015-04-19-0/+8
* SPIGOT-742: Throw an exception instead of passing null when the sender cannot...Thinkofdeath2015-04-13-1/+1
* Update to Minecraft 1.8.3Thinkofdeath2015-03-04-14/+25
* SPIGOT-449: Fix the wrong caller being used in chain execute commandsThinkofdeath2015-01-25-3/+13
* Whoops missed a fileThinkofdeath2015-01-04-0/+126
* SPIGOT-189: Remove ListenerWrapper in favour of just doing it in EntityPlayerThinkofdeath2014-12-12-71/+1
* Wrap player's ICommandListener so that our permission system can handle permi...Thinkofdeath2014-12-12-1/+70
* Re-enable selectors for players and the console using vanilla commandsThinkofdeath2014-12-11-25/+4
* Remove old dev commentsThinkofdeath2014-12-11-10/+0
* Add basic support for executing commands from signsThinkofdeath2014-12-05-1/+1
* Update to Minecraft 1.8Thinkofdeath2014-11-28-34/+39
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-6/+6
* Increment loop index whether or not command succeeded. Fixes BUKKIT-5455WolfieMario2014-03-22-2/+1
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-19/+19
* Rename Minecraft command permission nodes to meet fallback spec.EvilSeph2014-02-11-1/+1
* [Bleeding] Implement Mojang command fallback system. Adds BUKKIT-5385t00thpick12014-02-08-0/+197
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-59/+12
* Provide a tab completion handler for JLine. Adds BUKKIT-4168Phillip Schichtel2013-09-10-0/+47
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-7/+10
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-9/+5
* ANSI color codes now reset text attributes. Fixes BUKKIT-3508James Clarke2013-03-23-17/+17
* Use name given to command block instead of "@". Fixes BUKKIT-3803Travis Watkins2013-03-17-1/+1
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-1/+1
* Use BlockCommandSender for dispatching Command block commandsTravis Watkins2012-10-31-0/+42
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-2/+7
* Bulk pending cleanup.Wesley Wolfe2012-09-09-1/+1
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-0/+9
* Fix bold states while printing; Fixes BUKKIT-1716Wesley Wolfe2012-05-26-8/+8
* Change mapping of Gold from yellow bold to yellow; Addresses BUKKIT-1717Wesley Wolfe2012-05-26-1/+1
* Update to jline 2. Fixes BUKKIT-717EdGruberman2012-05-15-22/+29
* [Bleeding] Added ConversationAbandonedEvent and supporting infrastructure. Wh...rmichela2012-03-08-1/+7