summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)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 ↵Dinnerbone2010-12-28-1/+11
| | | | chat/command executes as
* 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 renameDinnerbone2010-12-28-2/+2
|
* Removed server argument on events, renamed player events and commented out ↵Dinnerbone2010-12-28-88/+66
| | | | the rest for now
* Removed eventFactory, it's uselessdurron5972010-12-28-29/+0
|
* Eventing redone, revision 1durron5972010-12-28-41/+211
|
* 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-47/+2
|
* First two hooks working, updated sampleDinnerbone2010-12-26-23/+13
|
* 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/+25
| | | | No longer hardcoding sample plugin, now uses plugins dir
* Fixed a few bugs getting sample plugin to loadDinnerbone2010-12-24-9/+3
|
* Fix exception => throwable in catch while loading pluginsDinnerbone2010-12-24-1/+1
|
* 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 ↵Dinnerbone2010-12-24-41/+225
| | | | attempt to actually load plugins
* Few additions to Plugin for retrieving the Server and PluginLoader ↵Dinnerbone2010-12-24-1/+35
| | | | responsible for the plugin
* Pass the Server instance to pluginloaders, changed register method on ↵Dinnerbone2010-12-24-4/+27
| | | | pluginmanager
* 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