This folder contains the initial Java plugin and event handler examples for ElectroServer. We will be adding more examples soon. Compiling an ElectroServer event or plugin is simple. Just reference the ElectroServer jar file (in the root of your installation folder) as part of the classpath and compile away. Deploying an ElectroServer event or plugin is just as easy. Simply jar the class files and put the jar in the plugins folder. Then update the configuration.xml file with the details of your extension. If you look into the example Java files, you will see details on registering your code. When the server is restarted, it will load the jar automatically. For ease of use, we have created an example batch file in this folder. You can use this file to compile the examples and turn them into a jar. A jar file containing the examples is already deployed in the plugin folder for you. If you have any questions, please post them on the ElectroServer forum at http://www.electro-server.com/forum Thanks! The ElectroServer Team