summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/command/PluginCommand.java
Commit message (Expand)AuthorAgeLines
* SPIGOT-3748: Throw error message if executing disabled commandmd_52018-01-09-1/+1
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-9/+12
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-09-10-0/+2
* An executor set to null will now use the plugin. Fixes BUKKIT-3127feildmaster2012-12-09-1/+1
* Override toString() method in CommandWesley Wolfe2012-10-19-0/+8
* Add tab-completion API. Fixes BUKKIT-2181. Adds BUKKIT-2602Score_Under2012-10-16-0/+67
* [Bleeding] Added automatically generated plugin-level sub-indexes to the mast...rmichela2012-03-16-1/+1
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-1/+1
* Many javadoc fixes thanks to Celtic MinstrelDinnerbone2011-09-25-0/+1
* Commands now have the ability to set a permission required before executionDinnerbone2011-09-02-0/+4
* Whitespace + general cleanupErik Broes2011-05-15-3/+3
* Compensate for sendMessage losing its 'unintended splitting on existing newli...Erik Broes2011-03-12-1/+3
* Don't throw commands if the plugin is disabledDinnerbone2011-03-07-0/+4
* Java 1.5 compat.Erik Broes2011-03-02-1/+1
* PluginCommand getExecutor + javadocsDinnerbone2011-02-28-0/+25
* Added JavaPlugin.getCommandDinnerbone2011-02-28-0/+9
* Tweaks to command system to allow setting executors via plugins (no more ambi...Dinnerbone2011-02-28-16/+14
* We need to set cmdSuccess accordingly.EvilSeph2011-02-18-1/+1
* Exception handling in commandsDinnerbone2011-02-18-2/+8
* Refactored event calling so its front loading avoiding the lookup for each ev...stevenh2011-01-29-3/+3
* Fixed empty check in PluginCommandDinnerbone2011-01-20-3/+1
* Updated commands to have optional aliases, and to fallback to /pluginName:cmd...VictorD2011-01-18-0/+33