This website requires JavaScript.
Explore
Help
Sign In
SteamWar
/
Paper
Watch
11
Star
0
Fork
0
You've already forked Paper
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9f604a909d3e246730cef0d910369b13caa21aaf
Paper
/
paper-api
/
src
/
main
/
java
/
org
/
bukkit
/
command
T
History
Bukkit/Spigot
9f604a909d
Fixed "unknown command" on vanilla commands with no args (even though it's intended behavior...)
...
By: Dinnerbone <
dinnerbone@dinnerbone.com
>
2011-09-15 03:04:55 +01:00
..
defaults
Fixed "unknown command" on vanilla commands with no args (even though it's intended behavior...)
2011-09-15 03:04:55 +01:00
Command.java
Moved all vanilla commands into Bukkit
2011-09-03 04:37:23 +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
Added the ability to access offline players & more reverse lookup fixes in Permissible.
2011-09-03 00:41:22 +01:00
ConsoleCommandSender.java
Added the ability to access offline players & more reverse lookup fixes in Permissible.
2011-09-03 00:41:22 +01: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
Commands now have the ability to set a permission required before execution
2011-09-02 19:20:54 +01:00
PluginCommandYamlParser.java
Commands now have the ability to set a permission required before execution
2011-09-02 19:20:54 +01:00
SimpleCommandMap.java
Added GameMode command.
2011-09-14 17:22:50 -04:00