From 9c74a7e178931d442b24c766a32d4595d8b77d7a Mon Sep 17 00:00:00 2001 From: Snabeldier <79211348+Snabeldier@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:23:49 +0100 Subject: [PATCH 1/2] update license date --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2cc15916..7b0d8908 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 MineValleyEU +Copyright (c) 2025 MineValleyEU Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From a50067ed1d1b43dc82cc774c28d2de9eb017b29d Mon Sep 17 00:00:00 2001 From: Snabeldier <79211348+Snabeldier@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:32:02 +0100 Subject: [PATCH 2/2] fix some stuff --- README.md | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 87e960c3..e6752d4a 100644 --- a/README.md +++ b/README.md @@ -69,24 +69,26 @@ Once you have your token, add it to the `settings.xml` file of your Maven instal ## Troubleshooting / FAQ -
-I'm having issues with Eclipse. -Consider switching to IntelliJ for better compatibility. -
-
-I’m unsure if I used the correct GitHub username. +I'm having issues with Eclipse. +
+Use IntelliJ. + + +I’m unsure if I used the correct GitHub username. +
You can find your GitHub username on your profile page. If in doubt, try logging in with your username. If it works, it’s correct. -
-
-Can I choose the content of <id> freely? + +Can I choose the content of <id> freely? +
Yes, the content of `<id>` in both the `settings.xml` and `pom.xml` files can be freely chosen, but it must be identical in both files. -
-
-I followed all steps, but the dependency could not be found. -1. Click **Maven** in the right-hand sidebar. -2. Press the **Reload All Maven Projects** button (top-left). +I followed all steps, but the dependency could not be found. +
+1. Click **Maven** in the right-hand sidebar. +
+2. Press the **Reload All Maven Projects** button (top-left). +
3. If the problem persists, go to **File** → **Invalidate Caches ...** → **Invalidate and Restart**. -
+