summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/command/SimpleCommandMap.java
Commit message (Expand)AuthorAgeLines
* Minor cosmetic cleanups to imports etcParker Hawke2018-11-02-1/+0
* Use String.split for simple splitsmd_52018-10-27-4/+2
* Some minor improvements from static analysismd_52017-11-07-2/+3
* Deprioritise Bukkit Commandsmd_52017-06-21-1/+1
* Remove Bukkit reimplimentations of Vanilla commands.md_52017-05-14-1/+1
* SPIGOT-215: Implement infrastructure for Location tab completesDemonWav2016-08-25-1/+6
* Deprecate and stop using Java15Compat class.md_52016-07-29-3/+2
* BUILDTOOLS-251: Make much of Bukkit locale independentmd_52016-06-26-6/+6
* SPIGOT-1030: Allow commands.yml to act on aliasesmd_52016-06-25-1/+1
* SPIGOT-76: Remove almost all Bukkit commandsThinkofdeath2014-12-09-40/+0
* [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
* Clean up alias handling.Travis Watkins2014-02-09-4/+10
* [Bleeding] Fix getCommand for conflicting plugin commands.t00thpick12014-02-09-2/+2
* [Bleeding] Improve alias system.t00thpick12014-02-08-8/+9
* [Bleeding] Simplify command handling.t00thpick12014-02-08-114/+67
* [Bleeding] Add /achievement command. Addresses BUKKIT-4932t00thpick12014-01-16-0/+1
* [Bleeding] Add 1.7 setworldspawn and setidletimeout commands. Addresses BUKKI...t00thpick12014-01-14-0/+2
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-5/+9
* Add support for command tab completion in the console. Adds BUKKIT-4168Phillip Schichtel2013-09-10-2/+5
* Add 1.6 SpreadPlayers command. Fixes BUKKIT-4508h31ix2013-08-02-0/+1
* Add 1.6 PlaySound command. Fixes BUKKIT-4489h31ix2013-08-02-0/+1
* Add Scoreboard API and Command. Adds BUKKIT-3776, BUKKIT-3834mbax2013-04-03-0/+1
* Add Effect command. Adds BUKKIT-3763feildmaster2013-03-31-0/+1
* Add dummy /testfor command in Bukkit. Addresses BUKKIT-3813Travis Watkins2013-03-18-0/+1
* Add default EnchantCommand. Tim, The Enchanter - I AM DEATH! Adds BUKKIT-2961EvilSeph2012-11-17-0/+1
* Essential core commands shouldn't be overriden. Fixes BUKKIT-1546EvilSeph2012-11-17-4/+4
* Add default GameRule command. Fixes BUKKIT-2671feildmaster2012-10-31-0/+1
* Add default Clear command. Partially fixes BUKKIT-2671EvilSeph2012-10-30-0/+1
* Revert "Clear" commit, was not meant to be pushed.EvilSeph2012-10-30-1/+0
* ClearEvilSeph2012-10-30-0/+1
* Add default SpawnpointCommand. Partially fixes BUKKIT-2671EvilSeph2012-10-29-0/+1
* Add default WeatherCommand. Partially fixes BUKKIT-2671EvilSeph2012-10-29-0/+1
* Add default DifficultyCommand. Partially fixes BUKKIT-2671EvilSeph2012-10-29-0/+1
* Add tab-completion API. Fixes BUKKIT-2181. Adds BUKKIT-2602Score_Under2012-10-16-7/+88
* Update Bukkit for 1.3.1 changesfeildmaster2012-08-02-1/+3
* [Bleeding] Added Help API. Addresses BUKKIT-863rmichela2012-03-01-11/+17
* Added timings command.Tahg2012-01-09-1/+2
* Added banlist command. Fixes BUKKIT-373. Thanks md-5!EvilSeph2012-01-07-0/+1
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-3/+4
* Added /xp and /toggledownfall commands from vanillaNathan Adams2011-12-02-0/+2
* Few more style cleanupsNathan Adams2011-10-11-3/+5
* Added GameMode command.EvilSeph2011-09-14-0/+1
* Moved all vanilla commands into BukkitDinnerbone2011-09-03-10/+41
* Added the ability to access offline players & more reverse lookup fixes in Pe...Dinnerbone2011-09-03-24/+7
* Some small fixes to permissions to register the correct Permissible in base a...Dinnerbone2011-09-02-7/+24
* Commands now have the ability to set a permission required before executionDinnerbone2011-09-02-144/+6
* Fixed 'bad aliases' error output.EvilSeph2011-06-23-5/+4
* The server config can now specify aliases to multiple (or none) commands, for...Dinnerbone2011-06-22-7/+25
* Server administrators can now specify custom aliases in bukkit.yml which over...Dinnerbone2011-06-17-0/+16