Skip to content

DavidArthurCole/bhb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

⚠️ This project is now deprecated, in favor of /bhb-webapp/, which will eventually mimic this application in an HTML/JS App to minimize the necessity to download files. The web-app can be found here. ⚠️

This project was made to allow the creation of customized nicknames for players on Minecraft Java Edition 1.16+ servers using Essentials/EssentialsX and /nick

Running on Windows:

  • Download BHB.exe and run it
  • Specific Java version is not required, as JDK 8 is packaged

Running on Mac OSx or Linux distros:

  • Download and install Java 8 Use version 8u291
  • Download BHB.jar
  • cd to the location of the jar file. If you did not move the file, the command will likely be: cd Downloads. Otherwise, if you, for example, moved the file to your desktop, the command would be: cd Desktop
  • Run BHB with java -jar BHB.jar
  • Linux only: If you have multiple Java installations, you will need to switch the active version to Java 8