summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Swapped yaw/pitch in Location constructor to match MinecraftDinnerbone2010-12-29-1/+1
* Fixed another nullcheck in pluginmanagerDinnerbone2010-12-29-1/+1
* Additional constructor for PlayerLoginEventDinnerbone2010-12-28-0/+6
* Tweak to PlayerChatEvent, allow plugins to set the player that the chat/comma...Dinnerbone2010-12-28-1/+11
* Make a start on block events, fixed nullcheck in PluginManagerDinnerbone2010-12-28-8/+9
* Added onPlayerLoginDinnerbone2010-12-28-0/+109
* Added onPlayerMove and onPlayerTeleportDinnerbone2010-12-28-4/+169
* Added onPlayerChat and onPlayerCommandDinnerbone2010-12-28-3/+81
* Fixed sample pluginDinnerbone2010-12-28-2/+2
* Fixed renameDinnerbone2010-12-28-2/+2
* Removed server argument on events, renamed player events and commented out th...Dinnerbone2010-12-28-88/+66
* Removed eventFactory, it's uselessdurron5972010-12-28-29/+0
* Eventing redone, revision 1durron5972010-12-28-44/+214
* Added LocationDinnerbone2010-12-27-0/+145
* Added chunk, world and block interfacesDinnerbone2010-12-26-0/+176
* Moved PlayerQuit to use normal PlayerEvent, dropped Reason paramDinnerbone2010-12-26-49/+3
* First two hooks working, updated sampleDinnerbone2010-12-26-23/+53
* Register eventsDinnerbone2010-12-26-0/+40
* All code to call events and delegate back to pluginsDinnerbone2010-12-26-13/+187
* What an event!Dinnerbone2010-12-25-0/+113
* Extract interface from PluginManager, move to SimplePluginManagerDinnerbone2010-12-25-116/+181
* Fixed plugin description loadingDinnerbone2010-12-24-2/+27
* Fixed a few bugs getting sample plugin to loadDinnerbone2010-12-24-10/+37
* Fix exception => throwable in catch while loading pluginsDinnerbone2010-12-24-2/+3
* Moved a bunch of methods out of PluginLoader to PluginManagerDinnerbone2010-12-24-46/+46
* Refactored Plugin into an interface, make Javaplugin and relevant code to att...Dinnerbone2010-12-24-41/+230
* Few additions to Plugin for retrieving the Server and PluginLoader responsibl...Dinnerbone2010-12-24-1/+35
* Pass the Server instance to pluginloaders, changed register method on pluginm...Dinnerbone2010-12-24-4/+27
* Basics of PluginDescriptionFileDinnerbone2010-12-24-0/+103
* Added Java plugin loader + a plugin managerDinnerbone2010-12-24-2/+125
* Start the Plugin interfacesDinnerbone2010-12-24-0/+81
* Add Player interfaceDinnerbone2010-12-22-0/+29
* Let's get this project startedDinnerbone2010-12-21-0/+21