diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000..e69de29bb diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..b5fc58480 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,14 @@ +## Description +Describe your Issue AS DETAILED AS POSSIBLE. + +## Server Log +Upload your FULL SERVER LOG (/logs/latest.log) to http://pastebin.com/ and paste your link in here. +Without this File, we may not be able to help you at all. + +## Evidence / Proof +Attach as many Screenshots or Videos if possible. +Anything that helps us understand the Issue better, is gonna get your Issue fixed even faster. + +## Environment +State what Version of Minecraft, CS-CoreLib and Slimefun you're using +"latest" is not enough, we need the EXACT VERSIONS. diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..95063ed91 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/bin/ +.classpath +.project +/.settings/ \ No newline at end of file diff --git a/EXTERNAL_LIBRARIES.md b/EXTERNAL_LIBRARIES.md index cb1df8e4f..24a9e60db 100644 --- a/EXTERNAL_LIBRARIES.md +++ b/EXTERNAL_LIBRARIES.md @@ -6,4 +6,5 @@ This Project was built using the following external Libraries: * CraftBukkit 1.10 * WorldEdit v6.1.1 * CS-CoreLib v1.5.2 -* EmeraldEnchants v2.0 \ No newline at end of file +* EmeraldEnchants v2.0 +* CoreProtect v2.14.2 \ No newline at end of file diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 8bbdf0d4f..000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,21 +0,0 @@ -!!! BEFORE POSTING !!! - -1. Do not adress Issues that don't regard Slimefun, even Issues about Slimefun Addons are not allowed to be posted here. -2. Make sure to check other Issues before posting yours, we do not want any duplicates! -3. Please don't put Tags like [IMPORTANT] or [BUG], [QUESTION] or anything similiar in your title. -4. Your Issue will be CLOSED WITHOUT WARNING if you do not match the above mentioned criteria. - -## Description -Describe your Issue AS DETAILED AS POSSIBLE. - -## Server Log -Please upload your FULL SERVER LOG (/logs/latest.log) to http://pastebin.com/ and paste your link in here. -Without this File, we may not be able to help you at all. - -## Evidence / Proof -Attach as many Screenshots or Videos if possible. -Anything that helps us understand the Issue better, is gonna get your Issue fixed even faster. - -## Environment -Please state what Version of Minecraft, CS-CoreLib and Slimefun you're using -"latest" is not enough, we need the EXACT VERSIONS.