diff --git a/bin/org/json/CDL.class b/bin/org/json/CDL.class deleted file mode 100644 index ceeef9a..0000000 Binary files a/bin/org/json/CDL.class and /dev/null differ diff --git a/bin/org/json/Cookie.class b/bin/org/json/Cookie.class deleted file mode 100644 index 7799866..0000000 Binary files a/bin/org/json/Cookie.class and /dev/null differ diff --git a/bin/org/json/CookieList.class b/bin/org/json/CookieList.class deleted file mode 100644 index 80c3d23..0000000 Binary files a/bin/org/json/CookieList.class and /dev/null differ diff --git a/bin/org/json/HTTP.class b/bin/org/json/HTTP.class deleted file mode 100644 index 27dbc18..0000000 Binary files a/bin/org/json/HTTP.class and /dev/null differ diff --git a/bin/org/json/HTTPTokener.class b/bin/org/json/HTTPTokener.class deleted file mode 100644 index f9e5bcd..0000000 Binary files a/bin/org/json/HTTPTokener.class and /dev/null differ diff --git a/bin/org/json/JSONArray.class b/bin/org/json/JSONArray.class deleted file mode 100644 index db0e324..0000000 Binary files a/bin/org/json/JSONArray.class and /dev/null differ diff --git a/bin/org/json/JSONException.class b/bin/org/json/JSONException.class deleted file mode 100644 index bc646c9..0000000 Binary files a/bin/org/json/JSONException.class and /dev/null differ diff --git a/bin/org/json/JSONML.class b/bin/org/json/JSONML.class deleted file mode 100644 index a8b7f58..0000000 Binary files a/bin/org/json/JSONML.class and /dev/null differ diff --git a/bin/org/json/JSONObject$Null.class b/bin/org/json/JSONObject$Null.class deleted file mode 100644 index 0e5a505..0000000 Binary files a/bin/org/json/JSONObject$Null.class and /dev/null differ diff --git a/bin/org/json/JSONObject.class b/bin/org/json/JSONObject.class deleted file mode 100644 index eec00c7..0000000 Binary files a/bin/org/json/JSONObject.class and /dev/null differ diff --git a/bin/org/json/JSONString.class b/bin/org/json/JSONString.class deleted file mode 100644 index f891964..0000000 Binary files a/bin/org/json/JSONString.class and /dev/null differ diff --git a/bin/org/json/JSONStringer.class b/bin/org/json/JSONStringer.class deleted file mode 100644 index 5a1fefa..0000000 Binary files a/bin/org/json/JSONStringer.class and /dev/null differ diff --git a/bin/org/json/JSONTokener.class b/bin/org/json/JSONTokener.class deleted file mode 100644 index 895bb76..0000000 Binary files a/bin/org/json/JSONTokener.class and /dev/null differ diff --git a/bin/org/json/JSONWriter.class b/bin/org/json/JSONWriter.class deleted file mode 100644 index 70d8c6f..0000000 Binary files a/bin/org/json/JSONWriter.class and /dev/null differ diff --git a/bin/org/json/Property.class b/bin/org/json/Property.class deleted file mode 100644 index 2202081..0000000 Binary files a/bin/org/json/Property.class and /dev/null differ diff --git a/bin/org/json/README b/bin/org/json/README deleted file mode 100644 index 2de22ff..0000000 --- a/bin/org/json/README +++ /dev/null @@ -1,73 +0,0 @@ -JSON in Java [package org.json] - -This package needs a new owner. I have not used it in over a decade, and I do -not have time to maintain programs that I do not use. - -If you think you can give this package a good home, please contact me. - -Douglas Crockford -douglas@crockford.com - -2015-02-06 - - -JSON is a light-weight, language independent, data interchange format. -See http://www.JSON.org/ - -The files in this package implement JSON encoders/decoders in Java. -It also includes the capability to convert between JSON and XML, HTTP -headers, Cookies, and CDL. - -This is a reference implementation. There is a large number of JSON packages -in Java. Perhaps someday the Java community will standardize on one. Until -then, choose carefully. - -The license includes this restriction: "The software shall be used for good, -not evil." If your conscience cannot live with that, then choose a different -package. - -The package compiles on Java 1.8. - - -JSONObject.java: The JSONObject can parse text from a String or a JSONTokener -to produce a map-like object. The object provides methods for manipulating its -contents, and for producing a JSON compliant object serialization. - -JSONArray.java: The JSONObject can parse text from a String or a JSONTokener -to produce a vector-like object. The object provides methods for manipulating -its contents, and for producing a JSON compliant array serialization. - -JSONTokener.java: The JSONTokener breaks a text into a sequence of individual -tokens. It can be constructed from a String, Reader, or InputStream. - -JSONException.java: The JSONException is the standard exception type thrown -by this package. - - -JSONString.java: The JSONString interface requires a toJSONString method, -allowing an object to provide its own serialization. - -JSONStringer.java: The JSONStringer provides a convenient facility for -building JSON strings. - -JSONWriter.java: The JSONWriter provides a convenient facility for building -JSON text through a writer. - - -CDL.java: CDL provides support for converting between JSON and comma -delimited lists. - -Cookie.java: Cookie provides support for converting between JSON and cookies. - -CookieList.java: CookieList provides support for converting between JSON and -cookie lists. - -HTTP.java: HTTP provides support for converting between JSON and HTTP headers. - -HTTPTokener.java: HTTPTokener extends JSONTokener for parsing HTTP headers. - -XML.java: XML provides support for converting between JSON and XML. - -JSONML.java: JSONML provides support for converting between JSONML and XML. - -XMLTokener.java: XMLTokener extends JSONTokener for parsing XML text. diff --git a/bin/org/json/XML.class b/bin/org/json/XML.class deleted file mode 100644 index d63989d..0000000 Binary files a/bin/org/json/XML.class and /dev/null differ diff --git a/bin/org/json/XMLTokener.class b/bin/org/json/XMLTokener.class deleted file mode 100644 index 7bb49ad..0000000 Binary files a/bin/org/json/XMLTokener.class and /dev/null differ diff --git a/bin/tk/sznp/thebuttonautoflair/AnnouncerThread.class b/bin/tk/sznp/thebuttonautoflair/AnnouncerThread.class deleted file mode 100644 index 1a353e9..0000000 Binary files a/bin/tk/sznp/thebuttonautoflair/AnnouncerThread.class and /dev/null differ diff --git a/bin/tk/sznp/thebuttonautoflair/Commands$1.class b/bin/tk/sznp/thebuttonautoflair/Commands$1.class deleted file mode 100644 index a49d868..0000000 Binary files a/bin/tk/sznp/thebuttonautoflair/Commands$1.class and /dev/null differ diff --git a/bin/tk/sznp/thebuttonautoflair/Commands$2.class b/bin/tk/sznp/thebuttonautoflair/Commands$2.class deleted file mode 100644 index 5dd2551..0000000 Binary files a/bin/tk/sznp/thebuttonautoflair/Commands$2.class and /dev/null differ diff --git a/bin/tk/sznp/thebuttonautoflair/Commands.class b/bin/tk/sznp/thebuttonautoflair/Commands.class deleted file mode 100644 index 8b0bdf1..0000000 Binary files a/bin/tk/sznp/thebuttonautoflair/Commands.class and /dev/null differ diff --git a/bin/tk/sznp/thebuttonautoflair/FlairStates.class b/bin/tk/sznp/thebuttonautoflair/FlairStates.class deleted file mode 100644 index 6ed709b..0000000 Binary files a/bin/tk/sznp/thebuttonautoflair/FlairStates.class and /dev/null differ diff --git a/bin/tk/sznp/thebuttonautoflair/MaybeOfflinePlayer.class b/bin/tk/sznp/thebuttonautoflair/MaybeOfflinePlayer.class deleted file mode 100644 index 4ae1c88..0000000 Binary files a/bin/tk/sznp/thebuttonautoflair/MaybeOfflinePlayer.class and /dev/null differ diff --git a/bin/tk/sznp/thebuttonautoflair/PlayerJoinTimerTask.class b/bin/tk/sznp/thebuttonautoflair/PlayerJoinTimerTask.class deleted file mode 100644 index a45f0d5..0000000 Binary files a/bin/tk/sznp/thebuttonautoflair/PlayerJoinTimerTask.class and /dev/null differ diff --git a/bin/tk/sznp/thebuttonautoflair/PlayerListener$1.class b/bin/tk/sznp/thebuttonautoflair/PlayerListener$1.class deleted file mode 100644 index 7d83a6c..0000000 Binary files a/bin/tk/sznp/thebuttonautoflair/PlayerListener$1.class and /dev/null differ diff --git a/bin/tk/sznp/thebuttonautoflair/PlayerListener$2.class b/bin/tk/sznp/thebuttonautoflair/PlayerListener$2.class deleted file mode 100644 index eecc230..0000000 Binary files a/bin/tk/sznp/thebuttonautoflair/PlayerListener$2.class and /dev/null differ diff --git a/bin/tk/sznp/thebuttonautoflair/PlayerListener.class b/bin/tk/sznp/thebuttonautoflair/PlayerListener.class deleted file mode 100644 index a849d9c..0000000 Binary files a/bin/tk/sznp/thebuttonautoflair/PlayerListener.class and /dev/null differ diff --git a/bin/tk/sznp/thebuttonautoflair/PluginMain.class b/bin/tk/sznp/thebuttonautoflair/PluginMain.class deleted file mode 100644 index 26362cd..0000000 Binary files a/bin/tk/sznp/thebuttonautoflair/PluginMain.class and /dev/null differ diff --git a/target/classes/org/json/CDL.class b/target/classes/org/json/CDL.class deleted file mode 100644 index ceeef9a..0000000 Binary files a/target/classes/org/json/CDL.class and /dev/null differ diff --git a/target/classes/org/json/Cookie.class b/target/classes/org/json/Cookie.class deleted file mode 100644 index 7799866..0000000 Binary files a/target/classes/org/json/Cookie.class and /dev/null differ diff --git a/target/classes/org/json/CookieList.class b/target/classes/org/json/CookieList.class deleted file mode 100644 index 80c3d23..0000000 Binary files a/target/classes/org/json/CookieList.class and /dev/null differ diff --git a/target/classes/org/json/HTTP.class b/target/classes/org/json/HTTP.class deleted file mode 100644 index 27dbc18..0000000 Binary files a/target/classes/org/json/HTTP.class and /dev/null differ diff --git a/target/classes/org/json/HTTPTokener.class b/target/classes/org/json/HTTPTokener.class deleted file mode 100644 index f9e5bcd..0000000 Binary files a/target/classes/org/json/HTTPTokener.class and /dev/null differ diff --git a/target/classes/org/json/JSONArray.class b/target/classes/org/json/JSONArray.class deleted file mode 100644 index db0e324..0000000 Binary files a/target/classes/org/json/JSONArray.class and /dev/null differ diff --git a/target/classes/org/json/JSONException.class b/target/classes/org/json/JSONException.class deleted file mode 100644 index bc646c9..0000000 Binary files a/target/classes/org/json/JSONException.class and /dev/null differ diff --git a/target/classes/org/json/JSONML.class b/target/classes/org/json/JSONML.class deleted file mode 100644 index a8b7f58..0000000 Binary files a/target/classes/org/json/JSONML.class and /dev/null differ diff --git a/target/classes/org/json/JSONObject$Null.class b/target/classes/org/json/JSONObject$Null.class deleted file mode 100644 index 0e5a505..0000000 Binary files a/target/classes/org/json/JSONObject$Null.class and /dev/null differ diff --git a/target/classes/org/json/JSONObject.class b/target/classes/org/json/JSONObject.class deleted file mode 100644 index eec00c7..0000000 Binary files a/target/classes/org/json/JSONObject.class and /dev/null differ diff --git a/target/classes/org/json/JSONString.class b/target/classes/org/json/JSONString.class deleted file mode 100644 index f891964..0000000 Binary files a/target/classes/org/json/JSONString.class and /dev/null differ diff --git a/target/classes/org/json/JSONStringer.class b/target/classes/org/json/JSONStringer.class deleted file mode 100644 index 5a1fefa..0000000 Binary files a/target/classes/org/json/JSONStringer.class and /dev/null differ diff --git a/target/classes/org/json/JSONTokener.class b/target/classes/org/json/JSONTokener.class deleted file mode 100644 index 895bb76..0000000 Binary files a/target/classes/org/json/JSONTokener.class and /dev/null differ diff --git a/target/classes/org/json/JSONWriter.class b/target/classes/org/json/JSONWriter.class deleted file mode 100644 index 70d8c6f..0000000 Binary files a/target/classes/org/json/JSONWriter.class and /dev/null differ diff --git a/target/classes/org/json/Property.class b/target/classes/org/json/Property.class deleted file mode 100644 index 2202081..0000000 Binary files a/target/classes/org/json/Property.class and /dev/null differ diff --git a/target/classes/org/json/README b/target/classes/org/json/README deleted file mode 100644 index 2de22ff..0000000 --- a/target/classes/org/json/README +++ /dev/null @@ -1,73 +0,0 @@ -JSON in Java [package org.json] - -This package needs a new owner. I have not used it in over a decade, and I do -not have time to maintain programs that I do not use. - -If you think you can give this package a good home, please contact me. - -Douglas Crockford -douglas@crockford.com - -2015-02-06 - - -JSON is a light-weight, language independent, data interchange format. -See http://www.JSON.org/ - -The files in this package implement JSON encoders/decoders in Java. -It also includes the capability to convert between JSON and XML, HTTP -headers, Cookies, and CDL. - -This is a reference implementation. There is a large number of JSON packages -in Java. Perhaps someday the Java community will standardize on one. Until -then, choose carefully. - -The license includes this restriction: "The software shall be used for good, -not evil." If your conscience cannot live with that, then choose a different -package. - -The package compiles on Java 1.8. - - -JSONObject.java: The JSONObject can parse text from a String or a JSONTokener -to produce a map-like object. The object provides methods for manipulating its -contents, and for producing a JSON compliant object serialization. - -JSONArray.java: The JSONObject can parse text from a String or a JSONTokener -to produce a vector-like object. The object provides methods for manipulating -its contents, and for producing a JSON compliant array serialization. - -JSONTokener.java: The JSONTokener breaks a text into a sequence of individual -tokens. It can be constructed from a String, Reader, or InputStream. - -JSONException.java: The JSONException is the standard exception type thrown -by this package. - - -JSONString.java: The JSONString interface requires a toJSONString method, -allowing an object to provide its own serialization. - -JSONStringer.java: The JSONStringer provides a convenient facility for -building JSON strings. - -JSONWriter.java: The JSONWriter provides a convenient facility for building -JSON text through a writer. - - -CDL.java: CDL provides support for converting between JSON and comma -delimited lists. - -Cookie.java: Cookie provides support for converting between JSON and cookies. - -CookieList.java: CookieList provides support for converting between JSON and -cookie lists. - -HTTP.java: HTTP provides support for converting between JSON and HTTP headers. - -HTTPTokener.java: HTTPTokener extends JSONTokener for parsing HTTP headers. - -XML.java: XML provides support for converting between JSON and XML. - -JSONML.java: JSONML provides support for converting between JSONML and XML. - -XMLTokener.java: XMLTokener extends JSONTokener for parsing XML text. diff --git a/target/classes/org/json/XML.class b/target/classes/org/json/XML.class deleted file mode 100644 index d63989d..0000000 Binary files a/target/classes/org/json/XML.class and /dev/null differ diff --git a/target/classes/org/json/XMLTokener.class b/target/classes/org/json/XMLTokener.class deleted file mode 100644 index 7bb49ad..0000000 Binary files a/target/classes/org/json/XMLTokener.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/AnnouncerThread.class b/target/classes/tk/sznp/thebuttonautoflair/AnnouncerThread.class deleted file mode 100644 index 1a353e9..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/AnnouncerThread.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/Channel.class b/target/classes/tk/sznp/thebuttonautoflair/Channel.class deleted file mode 100644 index 9aeafb5..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/Channel.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/ChatProcessing.class b/target/classes/tk/sznp/thebuttonautoflair/ChatProcessing.class deleted file mode 100644 index cfceb1f..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/ChatProcessing.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/Commands$1.class b/target/classes/tk/sznp/thebuttonautoflair/Commands$1.class deleted file mode 100644 index 22cce2e..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/Commands$1.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/Commands$2.class b/target/classes/tk/sznp/thebuttonautoflair/Commands$2.class deleted file mode 100644 index 1b86053..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/Commands$2.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/Commands.class b/target/classes/tk/sznp/thebuttonautoflair/Commands.class deleted file mode 100644 index 3b47048..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/Commands.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/CreativeGlobalMechanic.class b/target/classes/tk/sznp/thebuttonautoflair/CreativeGlobalMechanic.class deleted file mode 100644 index d3a6713..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/CreativeGlobalMechanic.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/FlairStates.class b/target/classes/tk/sznp/thebuttonautoflair/FlairStates.class deleted file mode 100644 index 6ed709b..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/FlairStates.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/JarUtils.class b/target/classes/tk/sznp/thebuttonautoflair/JarUtils.class deleted file mode 100644 index 643a1df..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/JarUtils.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/MaybeOfflinePlayer.class b/target/classes/tk/sznp/thebuttonautoflair/MaybeOfflinePlayer.class deleted file mode 100644 index 7a9cb3b..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/MaybeOfflinePlayer.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/PlayerJoinTimerTask.class b/target/classes/tk/sznp/thebuttonautoflair/PlayerJoinTimerTask.class deleted file mode 100644 index a45f0d5..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/PlayerJoinTimerTask.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$1.class b/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$1.class deleted file mode 100644 index b64d940..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$1.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$2.class b/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$2.class deleted file mode 100644 index 2ab6097..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$2.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$3.class b/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$3.class deleted file mode 100644 index 9a5682a..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$3.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$4.class b/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$4.class deleted file mode 100644 index 15cba69..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$4.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$5.class b/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$5.class deleted file mode 100644 index fe4e18d..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$5.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$6.class b/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$6.class deleted file mode 100644 index 40f4afd..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener$6.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener.class b/target/classes/tk/sznp/thebuttonautoflair/PlayerListener.class deleted file mode 100644 index 527a48d..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/PlayerListener.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/PluginMain$1.class b/target/classes/tk/sznp/thebuttonautoflair/PluginMain$1.class deleted file mode 100644 index bd07ddb..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/PluginMain$1.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/PluginMain$2.class b/target/classes/tk/sznp/thebuttonautoflair/PluginMain$2.class deleted file mode 100644 index f35aa18..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/PluginMain$2.class and /dev/null differ diff --git a/target/classes/tk/sznp/thebuttonautoflair/PluginMain.class b/target/classes/tk/sznp/thebuttonautoflair/PluginMain.class deleted file mode 100644 index 46005b0..0000000 Binary files a/target/classes/tk/sznp/thebuttonautoflair/PluginMain.class and /dev/null differ