Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(README): optimize README.md for better readability #263

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
32 changes: 17 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,26 @@ Once you have your token, add it to the `settings.xml` file of your Maven instal

## Troubleshooting / FAQ

<details>
<summary><strong>I'm having issues with Eclipse.</strong></summary>
Consider switching to IntelliJ for better compatibility.
</details>

<details>
<summary><strong>I’m unsure if I used the correct GitHub username.</strong></summary>
<strong>I'm having issues with Eclipse.</strong>
<br>
Use IntelliJ.


<strong>I’m unsure if I used the correct GitHub username.</strong>
<br>
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.
</details>

<details>
<summary><strong>Can I choose the content of &lt;id&gt; freely?</strong></summary>

<strong>Can I choose the content of &lt;id&gt; freely?</strong>
<br>
Yes, the content of `&lt;id&gt;` in both the `settings.xml` and `pom.xml` files can be freely chosen, but it must be identical in both files.
</details>

<details>
<summary><strong>I followed all steps, but the dependency could not be found.</strong></summary>
1. Click **Maven** in the right-hand sidebar.
2. Press the **Reload All Maven Projects** button (top-left).
<strong>I followed all steps, but the dependency could not be found.</strong>
<br>
1. Click **Maven** in the right-hand sidebar.
<br>
2. Press the **Reload All Maven Projects** button (top-left).
<br>
3. If the problem persists, go to **File** → **Invalidate Caches ...** → **Invalidate and Restart**.
</details>

Loading