summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/command
Commit message (Expand)AuthorAgeLines
* SPIGOT-469: Add nag message for using (buggy) reload command.md_52015-01-25-0/+2
* Allow Entities to be CommandSenders and add ProxiedCommandSenderThinkofdeath2015-01-04-0/+20
* Fix the version checkerThinkofdeath2014-12-28-2/+3
* Whoops, testing codeThinkofdeath2014-12-27-1/+0
* Fix the version checkThinkofdeath2014-12-27-6/+7
* Implement version checking into the /version commandThinkofdeath2014-12-27-0/+125
* Fix case sensitive arguments, show usage message if no arguments found for th...DoctorDark2014-12-18-3/+6
* SPIGOT-76: Remove almost all Bukkit commandsThinkofdeath2014-12-09-40/+41
* Clean up the javadoc to pass java 8's doclintThinkofdeath2014-11-30-1/+8
* Update to Minecraft 1.8md_52014-11-26-1/+3
* Only loop through op players when tab completing /deop Fixes BUKKIT-5748bendem2014-08-16-2/+2
* Replace getOnlinePlayers to provide a view. Adds BUKKIT-5668Wesley Wolfe2014-06-25-2/+3
* [Bleeding] Use proper teleport reason for /tp command. Fixes BUKKIT-5348GJ2014-04-18-1/+1
* Revert changes to ban API from 1.7.8Travis Watkins2014-04-17-24/+4
* Add methods to use arbitrary entries in scoreboards. Adds BUKKIT-3977Travis Watkins2014-04-13-11/+11
* Update Bukkit for Minecraft 1.7.8Travis Watkins2014-04-11-4/+27
* [Bleeding] Add direct addresses for command aliases.t00thpick12014-03-22-5/+9
* [Bleeding] Plugin aliases should have higher priority than fallbacks. Fixes B...t00thpick12014-03-22-2/+3
* [Bleeding] Update Tell and Help aliases to use alias system.t00thpick12014-02-10-11/+5
* Remove extra events from alias execution.Travis Watkins2014-02-10-18/+0
* Clean up alias handling.Travis Watkins2014-02-09-5/+10
* [Bleeding] Support any number of arguments in aliasest00thpick12014-02-09-4/+19
* [Bleeding] Implement escape sequence for aliases.t00thpick12014-02-09-1/+13
* [Bleeding] Fix getCommand for conflicting plugin commands.t00thpick12014-02-09-2/+2
* [Bleeding] Also blacklist ":" in plugin command aliases.t00thpick12014-02-08-1/+9
* [Bleeding] Fix formatting of optional arguments.t00thpick12014-02-08-11/+8
* [Bleeding] Improve alias system.t00thpick12014-02-08-8/+128
* [Bleeding] Simplify command handling.t00thpick12014-02-08-114/+67
* [Bleeding] Blacklist ":" in command names.t00thpick12014-02-08-0/+5
* Add banning API and resolve associated command issues. Adds BUKKIT-3535.mbax2014-02-07-13/+36
* [Bleeding] Add /achievement command. Addresses BUKKIT-4932t00thpick12014-01-16-0/+188
* Modify give command to support 1.7 features. Fixes BUKKIT-5286Wesley Wolfe2014-01-14-8/+20
* [Bleeding] Add 1.7 setworldspawn and setidletimeout commands. Addresses BUKKI...t00thpick12014-01-14-0/+134
* Fix some messagesWesley Wolfe2014-01-06-1/+1
* Handle commandBlockOutput GameRule for Command Minecarts.EvilSeph2013-12-20-3/+15
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-61/+120
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-11-30-1/+1
* Display command-message closing bracket correctly. Fixes BUKKIT-4894Luke A2013-10-19-1/+1
* Actually display correct effect duration in seconds. Fixes BUKKIT-3983feildmaster2013-09-23-1/+1
* Display correct effect duration in seconds. Fixes BUKKIT-3983Joe2013-09-23-1/+1
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-09-10-0/+9
* Add support for command tab completion in the console. Adds BUKKIT-4168Phillip Schichtel2013-09-10-5/+8
* Update /say to vanilla behaviour. Fixes BUKKIT-4224Kezz1012013-09-10-9/+14
* Make /spreadplayers command work. Fixes BUKKIT-4720feildmaster2013-09-09-15/+27
* Use command block's world for /gamerule. Fixes BUKKIT-3274Kane York2013-08-21-0/+3
* [BREAKING] Use event class instead of event for timings. Fixes BUKKIT-4664Score_Under2013-08-07-3/+3
* Use player as point of reference for min volume. Fixes BUKKIT-4640Wesley Wolfe2013-08-03-2/+2
* Account for relative coordinates in PlaySound. Fixes BUKKIT-4639Wesley Wolfe2013-08-02-4/+16
* Add 1.6 effect clear functionality. Fixes BUKKIT-4473h31ix2013-08-02-1/+9
* Add 1.6 SpreadPlayers command. Fixes BUKKIT-4508h31ix2013-08-02-0/+255