From 3b19b3608e51c2d686cbe6d6274c3392b6d72154 Mon Sep 17 00:00:00 2001 From: ThexXTURBOXx Date: Mon, 8 Aug 2016 02:03:45 +0200 Subject: [PATCH] Standard-Setup --- .gitignore | 23 +++++++++++++++++++++++ LICENSE | 44 ++++++++++++++++++++++++++++++++++++++++++++ README.md | 9 +++++++-- 3 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 LICENSE diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..65a5884 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Compiled Java Files # +*.jar +*.war +*.ear +*.zip +*.class + +# VM Crashlogs # +hs_err_pid* + +# Eclipse # +/bin/ +/.settings/ +/.externalToolBuilders/ +.classpath +.project +build.xml + +# Others # +*.db diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6a3aead --- /dev/null +++ b/LICENSE @@ -0,0 +1,44 @@ +Copyright (c) 2016 + + +1 Definitions + +The developers are the writers of the software, Sensetox and ThexXTURBOXx. +The plugin refers to this software, including its source code and binary form and all copies thereof. + + +2 General Use + +Use of this software goes without warranty and at your own risk. +The developers cannot be held accountable for any damage that might be related to the installation or use of this software. +Problems with the software are to be reported under the following URL and should include instructions +to reproduce the problem and, if available, a crash report: https://github.com/Rustico-Network/NickItem/issues +If you want to use parts of the code, then ASK FIRST! But normally, we will say you, that you can copy them. +In some cases, you have to give credit to its owner. + + +3 Distribution + +There is none official source to get this plugin from. Either download the source and build the plugin yourself +or you have to live without it :) + +If you download the plugin from other sources, the developers cannot be held for any damage or problems. + +Any permitted distribution of this software has to include this license text in human-readable form. + + +3.1 Redistribution on third party websites + +It is strictly forbidden to redistribute this plugin on its own without asking for the developers' permission. +This includes, but is not limited to, websites that earn money by hosting plugins, +through advertisements, subscriptions, or any other form of monetisation. + +The developers cannot be held accountable for any kind of malware, adware or any other unwanted software that is +aquired when downloading the plugin from any source that is not maintained by the developers. + + +3.2 Servers + +You may NOT use this plugin for your PUBLIC server. +You may use this plugin for your PRIVATE server. +Private = Just Open for LAN-Users in your OWN home-network. diff --git a/README.md b/README.md index 5aaa7be..4f134a3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# NickItem -Das NickItem für die Lobby +# AutoNick +The AutoNick-Plugin made by ThexXTURBOXx and Sensetox + +Dependencies: + - NickNamer + - PacketListenerAPI + - Nick \ No newline at end of file