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
0a0e475f83
Tweaks to command system to allow setting executors via plugins (no more ambiguous onCommand in plugins)
...
By: Dinnerbone <dinnerbone@dinnerbone.com>
2011-02-28 00:30:59 +00:00
..
Command.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
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
Tweaks to command system to allow setting executors via plugins (no more ambiguous onCommand in plugins)
2011-02-28 00:30:59 +00: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
Tweaks to command system to allow setting executors via plugins (no more ambiguous onCommand in plugins)
2011-02-28 00:30:59 +00:00