Diese Website benötigt JavaScript.
Erkunden
Hilfe
Anmelden
SteamWar
/
Paper
Beobachten
13
Favorisieren
0
Fork
0
Du hast bereits einen Fork von Paper erstellt
geforkt von
Mirrors/Paper
Code
Issues
Pull-Requests
1
Aktivität
Paper
/
paper-api
/
src
/
main
/
java
/
org
/
bukkit
/
command
Verlauf
Bukkit/Spigot
244635242e
The server config can now specify aliases to multiple (or none) commands, for example "debug: [version, plugin]" to run both version and plugin, or "plugins: []" to disable the plugins command
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-06-22 19:07:07 +01:00
..
Command.java
Reworked command registration so that aliases are secondary to the primary command label requested
2011-05-22 20:42:26 +01:00
CommandException.java
Whitespace + general cleanup
2011-05-14 23:22:54 +02:00
CommandExecutor.java
Whitespace + general cleanup
2011-05-14 23:22:54 +02:00
CommandMap.java
Fixed no command found being sent to the command sender for command handlers which return failure (false)
2011-05-23 23:59:47 +01:00
CommandSender.java
Whitespace + general cleanup
2011-05-14 23:22:54 +02:00
ConsoleCommandSender.java
Whitespace + general cleanup
2011-05-14 23:22:54 +02:00
MultipleCommandAlias.java
The server config can now specify aliases to multiple (or none) commands, for example "debug: [version, plugin]" to run both version and plugin, or "plugins: []" to disable the plugins command
2011-06-22 19:07:07 +01:00
PluginCommand.java
Whitespace + general cleanup
2011-05-14 23:22:54 +02:00
PluginCommandYamlParser.java
Whitespace + general cleanup
2011-05-14 23:22:54 +02:00
SimpleCommandMap.java
The server config can now specify aliases to multiple (or none) commands, for example "debug: [version, plugin]" to run both version and plugin, or "plugins: []" to disable the plugins command
2011-06-22 19:07:07 +01:00