SimpleWebServer
A plugin for the Minecraft server software Bukkit that lets you host basic websites.
Commands
/sws - Lists the available commands /sws reload - Reloads the configuration file
Permissions
sws.* - Gives all permissions sws.reload - Allows you to reload the configuration file
Configuration
# Defines the port of the web server. Defaults to 8080.
#port: 8080
# Defines the binding address of the web server. Defaults to the server's IP address.
#binding-address: 0.0.0.0
# Defines the root folder of the web server. Defaults to the plugin's data folder.
#root-folder: ./
# Use plugin metrics. Defaults to true.
#plugin-metrics: true
# Checks for updates on startup. Defaults to true.
#update-check: true
Changelog
Version 0.3 - Added update checks. If a new version is available a notification is written to the log file.
Version 0.2 - Added changes to the configuration - Added PluginMetrics support
Version 0.1 - initial release
License
This software is licensed under the BSD license. This software is based on NanoHTTPD which is licensed under a modified BSD licence.
NanoHTTPD License (Modified BSD Licence)
Copyright © 2001, 2005-2012 Jarno Elonen [email protected] and Copyright © 2010 Konstantinos Togias [email protected]
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.