summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/command
Commit message (Expand)AuthorAgeLines
* Clarify what "return false" in onCommand does.md_52018-11-15-1/+4
* Minor cosmetic cleanups to imports etcParker Hawke2018-11-02-5/+3
* Use String.split for simple splitsmd_52018-10-27-4/+2
* Fix some additional documentation typosmd_52018-01-15-1/+1
* SPIGOT-3748: Throw error message if executing disabled commandmd_52018-01-09-1/+1
* SPIGOT-3744: Missing permission check in broadcastCommandMessagemd_52018-01-07-1/+1
* Fix tab completion for plugins / reload commandmd_52017-11-10-0/+14
* Some minor improvements from static analysismd_52017-11-07-11/+7
* Assorted whitespace fixesmd_52017-08-06-1/+1
* Deprioritise Bukkit Commandsmd_52017-06-21-1/+1
* Remove Bukkit reimplimentations of Vanilla commands.md_52017-05-14-3956/+2
* Clarify behavior of tab completing in command blocksPokechu222017-04-13-1/+3
* Update to Minecraft 1.11md_52016-11-17-31/+0
* Fix compat with older tab completing commands.md_52016-08-25-1/+5
* SPIGOT-215: Implement infrastructure for Location tab completesDemonWav2016-08-25-2/+41
* Deprecate and stop using Java15Compat class.md_52016-07-29-3/+2
* BUILDTOOLS-251: Make much of Bukkit locale independentmd_52016-06-26-12/+12
* SPIGOT-1030: Allow commands.yml to act on aliasesmd_52016-06-25-1/+1
* Allow setName to change a Command name before registration.Aikar2015-07-31-6/+26
* 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