This website requires JavaScript.
Explore
Help
Register
Sign In
twin
/
paper-mc
Watch
1
Star
0
Fork
0
You've already forked paper-mc
mirror of
https://github.com/PaperMC/Paper.git
synced
2025-08-17 13:24:17 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4f6c65d684511c3a0de14eee1879b2e0794c952b
paper-mc
/
paper-api
/
src
/
main
/
java
/
org
/
bukkit
/
command
History
Bukkit/Spigot
4f6c65d684
Strip colours for console output
...
By: Dinnerbone <
dinnerbone@dinnerbone.com
>
2011-02-01 18:26:31 +00:00
..
Command.java
Refactored event calling so its front loading avoiding the lookup for each event call.
2011-01-29 16:23:56 +00:00
CommandMap.java
merge with head
2011-01-29 17:18:32 +00:00
CommandSender.java
Deprecated CommandSender.isPlayer (instanceof!) and added ConsoleCommandSender
2011-02-01 16:45:29 +00:00
ConsoleCommandSender.java
Strip colours for console output
2011-02-01 18:26:31 +00:00
PluginCommand.java
Refactored event calling so its front loading avoiding the lookup for each event call.
2011-01-29 16:23:56 +00:00
PluginCommandYamlParser.java
Updated commands to have optional aliases, and to fallback to /pluginName:cmdName on name conflict.
2011-01-18 01:12:50 +01:00
SimpleCommandMap.java
Don't delete the first char of the command passed
2011-02-01 18:12:31 +00:00