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
/
plugin
Verlauf
Bukkit/Spigot
e3b86cda50
Lowered the priority of the old command handler event because a number of plugins were using this event incorrectly. A new event, the command preprocesser event, has replaced the previous function of the original command event.
...
By: sk89q <the.sk89q@gmail.com>
2011-02-19 01:41:33 -08:00
..
java
Lowered the priority of the old command handler event because a number of plugins were using this event incorrectly. A new event, the command preprocesser event, has replaced the previous function of the original command event.
2011-02-19 01:41:33 -08:00
EventExecutor.java
Added new EventExecutor, missed in last commit
2011-01-29 21:18:47 +00:00
InvalidDescriptionException.java
Tweaked some more exceptions, get messages passed
2011-01-05 22:56:12 +00:00
InvalidPluginException.java
Changed all tabs to 4 spaces
2011-01-01 08:01:07 -05:00
Plugin.java
Refactored event calling so its front loading avoiding the lookup for each event call.
2011-01-29 16:23:56 +00:00
PluginDescriptionFile.java
Refactored event calling so its front loading avoiding the lookup for each event call.
2011-01-29 16:23:56 +00:00
PluginLoader.java
Renamed IExecutor -> CommandExecutor and fixed SERVER_COMMAND doc
2011-01-29 21:17:36 +00:00
PluginManager.java
Renamed IExecutor -> CommandExecutor and fixed SERVER_COMMAND doc
2011-01-29 21:17:36 +00:00
RegisteredListener.java
Fixed event priorities
2011-02-19 20:43:35 +00:00
SimplePluginManager.java
And this is so that we don't have to support misbehaving plugins.
2011-02-20 00:47:21 +00:00