diff --git a/HELP.md b/HELP.md
index 36ad64c016c706094ef36cb2b05f760e750c68e4..b823c9f634e6176b19aca4d4cf0bb392bf81d7ca 100644
--- a/HELP.md
+++ b/HELP.md
@@ -309,11 +309,14 @@ This will disable the automatic updating of the `SPC_JAVA_SPC`-placeholder in yo
 ### Updating
 
 If you wish to use the latest and greatest hits of clientside-only mods ServerPackCreator has to
-offer, you need to update it via **Menu Bar -> File -> Update Fallback Clientside Modslist** and
+offer, you need to update it via **Menu Bar -> Edit -> Update Fallback Clientside Modslist** and
 then either
 
-- Clear your clientside-only mods list in your config, save it, then load it again (either via the
-  menu or by restarting SPC)
+- In the GUI, head to the **Advanced Section** of your server pack config, to the clientside- and whitelist, and click the reset-button (cog with two red arrows) 
+
+**OR**
+
+- Clear your clientside-only mods list in your config, save it, then load it again (either via the menu or by restarting SPC)
 
 **OR**
 
@@ -325,8 +328,7 @@ then either
 
 **OR**
 
-- Empty the clientside-mods field, save the configuration, load the configuration. This will fill it
-  with the default clientside-mods list
+- Empty the clientside-mods field, save the configuration, load the configuration. This will fill it with the default clientside-mods list
 
 If you added custom mods to this list, you must make sure you migrate them over to the new setting
 yourself.
@@ -438,7 +440,29 @@ change `de.griefed.serverpackcreator.configuration.aikar` to your liking.
 using the appropriate button in the GUI will result in the same setting for all server pack
 configurations.
 
-## Excluding files from ZIP-archives
+## Excluding files
+
+### Using exclusion-filters
+
+You can specify exclusion-filters for every inclusion-specification of your server pack config.
+There are two ways of telling SPC to exclude files.
+
+1. Inclusion-specific exclusion
+
+This will exclude files only for the inclusion at hand. So if you specify an exclusion for, say, *config*, then only
+files from *config* will be excluded.
+
+Setting `config.brandon3055.servers.1234-5678-91011-121314.dat` as the exclusion-filter for *config* will
+exclude said file from the config-directory during server pack generation.
+
+2. Global exclusion
+
+If you specify an exclusion-filter for an inclusion-spec *without setting a source*, then it will be treated as a global
+exclusion-filter, which can and will affect every single inclusion-spec in your server pack.
+
+Setting `.*.png`, for example, will exclude every *.png*-file from your server pack.
+
+### From ZIP-archives
 
 You can globally configure files which should be excluded from ZIP-archives.
 To do so, you need to edit your `serverpackcreator.properties`-file and change
@@ -1103,6 +1127,32 @@ Note: This path will not be present in the `variables.txt` in the ZIP-archive of
 
 ![java-updated](img/Javas-Updated.png)
 
+## Tips
+
+1. You can save the currently selected server pack configuration by pressing CTRL + S.
+2. You can open a new server pack configuration tab by pressing CTRL + T.
+3. Identified a mod which crashes servers, and therefore only required on the clientside, but not on the server side i.e. in your server pack? Submit an Improvement Request on GitHub, with the name of the mod and the link to CurseForge / Modrinth!
+4. ![tip4](img/tip4.png)<br>You can create server packs from zipped modpacks. Make sure all modpack contents are at the root of the ZIP-archive, and not bundled in a sub-folder inside the archive. Point the <i>Modpack Directory</i> setting of your server pack configuration at your ZIP-archive and set everything else according to your modpack. You still need to tell ServerPackCreator which directories or files to include, which Minecraft version, modloader and modloader version your modpack uses, though!
+5. Want to tickle some more performance out of your server? Try out Aikars Flags! Check out <i>Advanced Settings -> Use Aikars Flags</i> which will add said Aikars Flags to your server packs <i>Run Arguments</i>. Generate your server pack and run your server to see whether it improved your servers performance!
+6. Want to keep different versions of a server pack, generated from the same modpack? Take a look at <i>Server Pack Suffix</i> which will add said suffix to the generated server pack, allowing you to try out different settings for your server pack, without loosing previous generation. Suffixes like <i>Aikars_Flags</i>, <i>With_Blueprints</i>, <i>With_BlueMap</i> to give you an idea.
+7. You can add server icons for quick selection by copying them to the server icon directory. In the menu at the top, click <i>View -> Open server-icon directory</i>. Any PNG-, JPG-, JPEG- and BMP-image added to said directory will be available in your server pack configs <i>Server Icon Quick select</i> dropdown. Select an image from said dropdown to quickly use it as your servers icon!
+8. You can add server properties for quick selection by copying them to the server properties directory. In the menu at the top, click <i>View -> Open server-properties directory</i>. Any PROPERTIES-file added to said directory will be available in your server pack configs <i>Server Properties Quick select</i> dropdown. Select an entry from said dropdown to quickly use it as your servers properties-file!
+9. ![tip4](img/tip9.png)<br>You can let ServerPackCreator scan your modpack-directory and try to automatically set the Minecraft version, modloader and modloader version, as well as some commonly used directories in servers. Hit the magnifying-glass-button on the right to your <i>Modpack Directory</i>-setting.
+10. ![tip4](img/tip10.png)<br>You can let ServerPackCreator copy a file or directory to a customized destination in your server pack. Say you've got a folder <i>MyAwesomeStuff</i> in your modpack configured as the Source, filling <i>Destination</i> with, say, <i>AwesomeStuff</i> will copy the aforementioned <i>Source</i> to your specified Destination inside your server pack.<br>Inclusions which specify an explicit <i>Destination</i> are marked with a <i>D</i>.
+11. You can filter files and directories from any <i>Source</i>-specification by providing a <i>Inclusion-Filter</i>. Any file or directory matching the Regex-expression you provided will be included in your server pack. To include everything from your specified <i>Source</i>, leave <i>Inclusion-Filter</i> empty.
+12. You can filter files and directories from any <i>Source</i>-specification by providing an <i>Exclusion-Filter</i>. Any file or directory matching the Regex-expression you provided will be excluded from your server pack. If you leave Exclusion-Filter empty, no files or directories will be excluded from the specified Source.
+13. Global exclusion-filters allow you to globally exclude files and directories from any source during the creation of your server pack. To specify a global exclusion-filter, add a new entry in your <i>Server-files</i>, leave <i>Source</i> empty, but fill <i>Exclusion-Filter</i> with a Regex-expression based on which files or directories should be excluded during the creation of your server pack. A global exclusion-filter will be marked with (E) in your Server-files list.
+14. If ServerPackCreators default font size is too small for you, or the theme not to your liking, you can change these settings in <i>Settings -> Gui</i> to better fit your personal preferences.
+15. Not sure if a clientside-only mod is included in the list of clientside-only mods in your server pack config? Click the aforementioned list and hit CTRL+F and search for it! Try searching for "advan" to highlight all entries which contain that text! You can perform text-searches like that in every textarea of ServerPackCreator. Searching textfields is not possible, though, so keep that in mind.
+16. Need to replace some text in a textarea? Say, for example, you've got some JVM flags / run arguments you want to replace with something else? Click <i>Advanced Settings -> Run Arguments</i> and hit CTRL+R, then type in the text you want to replace as well as the text you want to place it with and hit <i>OK</i>. You can perform replace-actions like that in every textarea of ServerPackCreator. Replacing in textfields is not possible, though, so keep that in mind.
+17. No longer need the currently selected server pack configuration? Close it by pressing CTRL+W!
+18. You can save all currently opened server pack configurations, or in other words, all currently opened tabs with your server pack configurations, by pressing CTRL+SHIFT+S!
+19. You can open the dialog to load a server pack configuration by pressing CTRL+L.
+20. You can start a server pack generation for the currently selected config-tab by pressing CTRL+G.
+21. Does your server crash, with a message like "Error: could not find or load main class @user_jvm_args.txt"? This is most likely because you are trying to run the server with an incompatible Java version. Java 8 is required to run Minecraft versions 1.12 through 1.17. Java 17 is required to run Minecraft version 1.18 and up.
+22. ![tip4](img/tip22.png)<br>You can set a path to a Java executable or binary for every Java version from 8 upward.<br>If, for example, you've got modpacks which run Minecraft 1.12.2 and 1.19.2, you'll need Java 8 and Java 17.<br>Add an entry for version 8, then enter the path to the binary / executable.<br>The next time you load a server pack config, ServerPackCreator will automatically adjust the "SPC_JAVA_SPC" script placeholder accordingly.<br>Now, when you generate a server pack, the unzipped one will have the "JAVA" variable, inside variables.txt, point towards the Java installation the server pack requires to run.<br>The variables.txt inside the ZIP-archive, if you let ServerPackCreator create one, will still point to "java".<br>The benefit? You can immediately test your server pack, using the Java installation it requires. If everything works, you can distribute your server pack!
+23. ![tip4](img/tip23.png)<br>Identified a clientside-only mod and want to exclude it from your server, or have you run into a false-positive with the clientside-mod exclusion and want to whitelist a mod to prevent exclusion? Select the part of the filename by which the mod can be identified, even when the version of the mod changes. Right-click and select either option which suits your need!<br>Usually it is enough to select the part of the mods filename which contains the name of the mod, without any version information. For example <b>connectedglass-</b> as demonstrated in the screenshot on the side. Not selecting the version has the benefit of ensuring future versions of the mod get excluded/whitelisted, too.
+
 ## Fun Stuff 
 
 > This chapter contains some 'just for the heck of it'-things. Nothing in this chapter receives support and is merely
diff --git a/img/tip10.png b/img/tip10.png
new file mode 100644
index 0000000000000000000000000000000000000000..511d939defca7bde83fcf1e247d3e7d036dc977d
Binary files /dev/null and b/img/tip10.png differ
diff --git a/img/tip22.png b/img/tip22.png
new file mode 100644
index 0000000000000000000000000000000000000000..6db17e081c1d27cd75419b25b5207cea8f726ef7
Binary files /dev/null and b/img/tip22.png differ
diff --git a/img/tip23.png b/img/tip23.png
new file mode 100644
index 0000000000000000000000000000000000000000..89db4adde19c04b699c2d839471aad5fd7566a49
Binary files /dev/null and b/img/tip23.png differ
diff --git a/img/tip4.png b/img/tip4.png
new file mode 100644
index 0000000000000000000000000000000000000000..581c67d574fda2dfa21b56dfef8f9336c31f0126
Binary files /dev/null and b/img/tip4.png differ
diff --git a/img/tip9.png b/img/tip9.png
new file mode 100644
index 0000000000000000000000000000000000000000..69601fb76e547d29c361685010e4ed9d00a57c5d
Binary files /dev/null and b/img/tip9.png differ
diff --git a/serverpackcreator-api/src/main/i18n/Translations_en_GB.properties b/serverpackcreator-api/src/main/i18n/Translations_en_GB.properties
index 2f1f9acf8cc4c900110018a59c638eff679c3ef3..a1d7f13352a9550a5664c8bef3ffe8252acc144d 100644
--- a/serverpackcreator-api/src/main/i18n/Translations_en_GB.properties
+++ b/serverpackcreator-api/src/main/i18n/Translations_en_GB.properties
@@ -546,7 +546,7 @@ tips.show=Show tips on startup
 tips.next=Next >
 tips.previous=< Previous
 tips.close=Close
-tip.1.content=<html>You can save the currently selected server pack configuration by pressing CTRL + S.
+tip.1.content=<html>You can save the currently selected server pack configuration by pressing CTRL + S.</html>
 tip.1.name=Save quickly
 tip.2.content=<html>You can open a new server pack configuration tab by pressing CTRL + T.</html>
 tip.2.name=Open a new tab
diff --git a/serverpackcreator-app/src/main/resources/de/griefed/resources/gui/LICENSE-AGREEMENT b/serverpackcreator-app/src/main/resources/de/griefed/resources/gui/LICENSE-AGREEMENT
index 363f1988cf42b73d2f2622e5f6c9dfeb543d47a2..1fe169b6f41a54956ed9ac98eb2d8e907f966d8b 100644
--- a/serverpackcreator-app/src/main/resources/de/griefed/resources/gui/LICENSE-AGREEMENT
+++ b/serverpackcreator-app/src/main/resources/de/griefed/resources/gui/LICENSE-AGREEMENT
@@ -515,6 +515,173 @@ License: GNU Lesser General Public License v3.0
 URL: https://www.gnu.org/licenses/lgpl-3.0.txt
 
 
+                   GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+
+  This version of the GNU Lesser General Public License incorporates
+the terms and conditions of version 3 of the GNU General Public
+License, supplemented by the additional permissions listed below.
+
+  0. Additional Definitions.
+
+  As used herein, "this License" refers to version 3 of the GNU Lesser
+General Public License, and the "GNU GPL" refers to version 3 of the GNU
+General Public License.
+
+  "The Library" refers to a covered work governed by this License,
+other than an Application or a Combined Work as defined below.
+
+  An "Application" is any work that makes use of an interface provided
+by the Library, but which is not otherwise based on the Library.
+Defining a subclass of a class defined by the Library is deemed a mode
+of using an interface provided by the Library.
+
+  A "Combined Work" is a work produced by combining or linking an
+Application with the Library.  The particular version of the Library
+with which the Combined Work was made is also called the "Linked
+Version".
+
+  The "Minimal Corresponding Source" for a Combined Work means the
+Corresponding Source for the Combined Work, excluding any source code
+for portions of the Combined Work that, considered in isolation, are
+based on the Application, and not on the Linked Version.
+
+  The "Corresponding Application Code" for a Combined Work means the
+object code and/or source code for the Application, including any data
+and utility programs needed for reproducing the Combined Work from the
+Application, but excluding the System Libraries of the Combined Work.
+
+  1. Exception to Section 3 of the GNU GPL.
+
+  You may convey a covered work under sections 3 and 4 of this License
+without being bound by section 3 of the GNU GPL.
+
+  2. Conveying Modified Versions.
+
+  If you modify a copy of the Library, and, in your modifications, a
+facility refers to a function or data to be supplied by an Application
+that uses the facility (other than as an argument passed when the
+facility is invoked), then you may convey a copy of the modified
+version:
+
+   a) under this License, provided that you make a good faith effort to
+   ensure that, in the event an Application does not supply the
+   function or data, the facility still operates, and performs
+   whatever part of its purpose remains meaningful, or
+
+   b) under the GNU GPL, with none of the additional permissions of
+   this License applicable to that copy.
+
+  3. Object Code Incorporating Material from Library Header Files.
+
+  The object code form of an Application may incorporate material from
+a header file that is part of the Library.  You may convey such object
+code under terms of your choice, provided that, if the incorporated
+material is not limited to numerical parameters, data structure
+layouts and accessors, or small macros, inline functions and templates
+(ten or fewer lines in length), you do both of the following:
+
+   a) Give prominent notice with each copy of the object code that the
+   Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the object code with a copy of the GNU GPL and this license
+   document.
+
+  4. Combined Works.
+
+  You may convey a Combined Work under terms of your choice that,
+taken together, effectively do not restrict modification of the
+portions of the Library contained in the Combined Work and reverse
+engineering for debugging such modifications, if you also do each of
+the following:
+
+   a) Give prominent notice with each copy of the Combined Work that
+   the Library is used in it and that the Library and its use are
+   covered by this License.
+
+   b) Accompany the Combined Work with a copy of the GNU GPL and this license
+   document.
+
+   c) For a Combined Work that displays copyright notices during
+   execution, include the copyright notice for the Library among
+   these notices, as well as a reference directing the user to the
+   copies of the GNU GPL and this license document.
+
+   d) Do one of the following:
+
+       0) Convey the Minimal Corresponding Source under the terms of this
+       License, and the Corresponding Application Code in a form
+       suitable for, and under terms that permit, the user to
+       recombine or relink the Application with a modified version of
+       the Linked Version to produce a modified Combined Work, in the
+       manner specified by section 6 of the GNU GPL for conveying
+       Corresponding Source.
+
+       1) Use a suitable shared library mechanism for linking with the
+       Library.  A suitable mechanism is one that (a) uses at run time
+       a copy of the Library already present on the user's computer
+       system, and (b) will operate properly with a modified version
+       of the Library that is interface-compatible with the Linked
+       Version.
+
+   e) Provide Installation Information, but only if you would otherwise
+   be required to provide such information under section 6 of the
+   GNU GPL, and only to the extent that such information is
+   necessary to install and execute a modified version of the
+   Combined Work produced by recombining or relinking the
+   Application with a modified version of the Linked Version. (If
+   you use option 4d0, the Installation Information must accompany
+   the Minimal Corresponding Source and Corresponding Application
+   Code. If you use option 4d1, you must provide the Installation
+   Information in the manner specified by section 6 of the GNU GPL
+   for conveying Corresponding Source.)
+
+  5. Combined Libraries.
+
+  You may place library facilities that are a work based on the
+Library side by side in a single library together with other library
+facilities that are not Applications and are not covered by this
+License, and convey such a combined library under terms of your
+choice, if you do both of the following:
+
+   a) Accompany the combined library with a copy of the same work based
+   on the Library, uncombined with any other library facilities,
+   conveyed under the terms of this License.
+
+   b) Give prominent notice with the combined library that part of it
+   is a work based on the Library, and explaining where to find the
+   accompanying uncombined form of the same work.
+
+  6. Revised Versions of the GNU Lesser General Public License.
+
+  The Free Software Foundation may publish revised and/or new versions
+of the GNU Lesser General Public License from time to time. Such new
+versions will be similar in spirit to the present version, but may
+differ in detail to address new problems or concerns.
+
+  Each version is given a distinguishing version number. If the
+Library as you received it specifies that a certain numbered version
+of the GNU Lesser General Public License "or any later version"
+applies to it, you have the option of following the terms and
+conditions either of that published version or of any later version
+published by the Free Software Foundation. If the Library as you
+received it does not specify a version number of the GNU Lesser
+General Public License, you may choose any version of the GNU Lesser
+General Public License ever published by the Free Software Foundation.
+
+  If the Library as you received it specifies that a proxy can decide
+whether future versions of the GNU Lesser General Public License shall
+apply, that proxy's public statement of acceptance of any version is
+permanent authorization for you to choose that version for the
+Library.
+
+
 #######################################
 
 (3 of 42)
diff --git a/serverpackcreator-help/Writerside/spch.tree b/serverpackcreator-help/Writerside/spch.tree
index 11ff09a80e7da361ef174741e8ae7d48a106d05c..3550adaae17594dc14afe11fffad06f0002896ee 100644
--- a/serverpackcreator-help/Writerside/spch.tree
+++ b/serverpackcreator-help/Writerside/spch.tree
@@ -27,6 +27,7 @@
         <toc-element topic="Special-Mods.md"/>
         <toc-element topic="Translations.md"/>
         <toc-element topic="Working-With-Plugins.md"/>
+        <toc-element topic="Tips.md"/>
         <toc-element topic="Fun-Stuff.md"/>
     </toc-element>
     <toc-element topic="Documents.md">
diff --git a/serverpackcreator-help/Writerside/topics/Exclusions.md b/serverpackcreator-help/Writerside/topics/Exclusions.md
index 008ff6a212f8dc5d14d92a36c7c47a11ec26a8a1..14075f370f19c1330d9bac144dae27d1c8e10c74 100644
--- a/serverpackcreator-help/Writerside/topics/Exclusions.md
+++ b/serverpackcreator-help/Writerside/topics/Exclusions.md
@@ -1,3 +1,3 @@
 # File Exclusions
 
-<include from="HELP.md" element-id="excluding-files-from-zip-archives"></include>
\ No newline at end of file
+<include from="HELP.md" element-id="excluding-files"></include>
\ No newline at end of file
diff --git a/serverpackcreator-help/Writerside/topics/Tips.md b/serverpackcreator-help/Writerside/topics/Tips.md
new file mode 100644
index 0000000000000000000000000000000000000000..96e65ccb7dccd99d6dfbf99e9dc1f8c463cab98b
--- /dev/null
+++ b/serverpackcreator-help/Writerside/topics/Tips.md
@@ -0,0 +1,3 @@
+# Tips
+
+<include from="HELP.md" element-id="tips"></include>
\ No newline at end of file
diff --git a/serverpackcreator-help/Writerside/topics/img/tip10.png b/serverpackcreator-help/Writerside/topics/img/tip10.png
new file mode 100644
index 0000000000000000000000000000000000000000..511d939defca7bde83fcf1e247d3e7d036dc977d
Binary files /dev/null and b/serverpackcreator-help/Writerside/topics/img/tip10.png differ
diff --git a/serverpackcreator-help/Writerside/topics/img/tip22.png b/serverpackcreator-help/Writerside/topics/img/tip22.png
new file mode 100644
index 0000000000000000000000000000000000000000..6db17e081c1d27cd75419b25b5207cea8f726ef7
Binary files /dev/null and b/serverpackcreator-help/Writerside/topics/img/tip22.png differ
diff --git a/serverpackcreator-help/Writerside/topics/img/tip23.png b/serverpackcreator-help/Writerside/topics/img/tip23.png
new file mode 100644
index 0000000000000000000000000000000000000000..89db4adde19c04b699c2d839471aad5fd7566a49
Binary files /dev/null and b/serverpackcreator-help/Writerside/topics/img/tip23.png differ
diff --git a/serverpackcreator-help/Writerside/topics/img/tip4.png b/serverpackcreator-help/Writerside/topics/img/tip4.png
new file mode 100644
index 0000000000000000000000000000000000000000..581c67d574fda2dfa21b56dfef8f9336c31f0126
Binary files /dev/null and b/serverpackcreator-help/Writerside/topics/img/tip4.png differ
diff --git a/serverpackcreator-help/Writerside/topics/img/tip9.png b/serverpackcreator-help/Writerside/topics/img/tip9.png
new file mode 100644
index 0000000000000000000000000000000000000000..69601fb76e547d29c361685010e4ed9d00a57c5d
Binary files /dev/null and b/serverpackcreator-help/Writerside/topics/img/tip9.png differ