Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidArthurCole authored and DavidArthurCole committed Dec 8, 2021
2 parents f7175c5 + 67ee47e commit 6dc3efb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
This project was made to allow the creation of customized nicknames for players on Minecraft Java Edition 1.16+ servers using [Essentials/EssentialsX](https://essentialsx.net/) and `/nick` <br>

If using the executable, no special considerations are needed, as JDK 8 is packaged with it. <br>
If using the `.jar` file, you will need to use JDK/JRE 8, and _must_ run the file using:
`java -jar BHB.jar`
Running on Windows:
- Download `BHB.exe` and run it
- Specific Java version is not required, as JDK 8 is packaged

Running on Linux distros:
- Download and install [Java 8](https://www.java.com/en/download/manual.jsp)
- Download `BHB.jar`
- If you have multiple Java installations, you will need to [switch the active version](https://askubuntu.com/questions/740757/switch-between-multiple-java-versions) to Java 8
- Run BHB with `java -jar BHB.jar`

Running on MacOSX:
- Not currently supported

0 comments on commit 6dc3efb

Please sign in to comment.