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
6410e49ab952b1824815d2f4e50da786e1ce0930
Paper
/
paper-api
/
src
/
main
/
java
/
org
/
bukkit
/
command
T
History
Bukkit/Spigot
6410e49ab9
Java 1.5 compat.
...
By: Erik Broes <
erikbroes@ripe.net
>
2011-03-02 15:23:15 +01:00
..
Command.java
command.set/getDescription replaces a now deprecated set/getTooltip + javadocs
2011-02-28 11:42:09 +00:00
CommandException.java
Exception handling in commands
2011-02-18 16:25:06 +00:00
CommandExecutor.java
Tweaks to command system to allow setting executors via plugins (no more ambiguous onCommand in plugins)
2011-02-28 00:30:59 +00:00
CommandMap.java
Tweaks to command system to allow setting executors via plugins (no more ambiguous onCommand in plugins)
2011-02-28 00:30:59 +00:00
CommandSender.java
ConsoleCommandSender no longer has a default constructor, use ConsoleCommandSender(server). Added entity.getServer
2011-02-23 11:33:03 +00:00
ConsoleCommandSender.java
Changed ConsoleCommandSender to use stripColor instead of hardcoded
2011-02-23 11:44:12 +00:00
PluginCommand.java
Java 1.5 compat.
2011-03-02 15:23:15 +01:00
PluginCommandYamlParser.java
Fixed alias parsing for commands. object.toString().split(",") is NOT how you parse a YAML list!
2011-02-16 21:45:15 -08:00
SimpleCommandMap.java
Java 1.5 compat.
2011-03-02 15:23:15 +01:00