Daniel Burzmiński | 97c8dfee2e2 | Update to modern standards, add map name,ips,ports | |
Kramer Campbell | 31514ecead3 | Updated readme and copyright. | |
Kramer Campbell | 54d387fc00a | Changed TSLPC to a default constructor for Bukkit build #415.v1.5 released. | |
Kramer Campbell | 236d32b06ae | Fixed an issue where the server port was mistakenly reporting the port of the Minequery server.v1.4 released. | |
Kramer Campbell | 9b1c7c319c7 | v1.3 released. | |
Kramer Campbell | 5b5b810a411 | Switched Logger to use Minecraft instead of the current class name.Modified the log messages. | |
Kramer Campbell | dfa10278e4d | Corrected the JSON string. | |
Kramer Campbell | 3545f111b2d | By default, "server-ip=" is set in server.properties which causes the default in getProperty() to not apply.This checks if it's blank and sets it to "ANY" if so. | |
Blake Beaupain | 887e6c2a33e | Added a .gitignore file and cleaned up the ignored stuff. | |
Blake Beaupain | 48243984199 | Removed the exception on Minequery server shutting down, it's now just an information log. Added JSON response support if the server is queried QUERY_JSON. And Minequery will now use the IP that the Minecraft server is running on (server-ip value in the server properties file). | |
Kramer Campbell | 611241b1c93 | Reformatted the code.Minor change to the readme. | |
Kramer Campbell | df17f2c50a3 | Added onEnable and onDisable messages confirming that the plugin has been enabled or disabled. | |
Kramer Campbell | 05a3383b305 | Renamed MinequeryServer class to QueryServer and threaded requests so it can handle more than one connection. | |
Kramer Campbell | 78b60fce86f | Updated plugin.yml file | |
Kramer Campbell | 2817c090511 | Updated plugin for Bukkit Build #66 | |
Kramer Campbell | 1a3cc5395fa | Removed configuration options that were not implemented. | |
Kramer Campbell | e5fbb787f16 | Added missing line breaks to response lines, switched from BufferedWriter to DataOutputStream, and created an array to collect only the player's names that are online. | |
Kramer Campbell | 762a979222a | Added default value for minequery-port property. | |
Kramer Campbell | 5e69b396c53 | Added license and readme. | |
 Blake Beaupain | aa6afe4e6d4 | Bukkit version of Minequery. | |
Kramer Campbell | 1c62745208b | Moved hMod version to hmod branch. | |
Kramer Campbell | d086e839f44 | server.properties is reread each query.v1.2 released. | |
Kramer Campbell | 24fcfa9ef57 | Bumped to version 1.1 | |
Kramer Campbell | 58ba443bcdc | Added max players. | |
Kramer Campbell | cc776deddc8 | Fixed query server from crashing on "Software caused connection abort: socket write error". | |
Kramer Campbell | 294e6d53d96 | Fixed the plugin from crashing on receiving "null". | |
Kramer Campbell | d300bc77784 | Changed casing in name. | |
Kramer Campbell | 8bc8eeb4d68 | Fixed readme formatting. | |
Kramer Campbell | 77c9c4f733d | Query server now only responds to "QUERY". | |
Kramer Campbell | 4c98d1e7d24 | Readme and license. | |
Kramer Campbell | 83401040e6c | Added javadoc comments. | |
Kramer Campbell | 1e56ebc9ba2 | Initial commit. | |