Skip to content

KKiiya/BedWars-HotbarManager

Repository files navigation

BedWars-HotbarManager

Lightweight addon for BedWars1058 and BedWars2023 that allows players to manage their hotbar with ease. Fully customizable and easy to use.

How to compile

In order to build the jar, you must have Spigot Build Tools in your device so IntelliJ recognizes the libraries in the maven repository of your local machine. You can download it from here. After downloading, you can run the following command to build the program:

java -jar BuildTools.jar --rev <version> --remapped

Windows

If you have newer or older versions of Java in your machine (Windows), sometimes the BuildTools will not work. In this case, you must install the version of Java that the BuildTools is asking for. You can download it from here. After downloading, restart your shell and find the path to the java executable. After doing so, you can run the following command to set the path to the correct version of Java. Examples:

"C:\Program Files\Java\jdk-17\bin\javaw.exe" -jar BuildTools.jar --rev <version> --remapped
"C:\Program Files\Java\jdk-21\bin\javaw.exe" -jar BuildTools.jar --rev <version> --remapped

Your shell will always take the latest version of Java, so you must set the path to the correct version of Java if needed.

Linux

If you have newer or older versions of java, your shell will also use the latest version of Java. Please follow this guide on how to change the java path.

After doing so, you can run it normally:

java -jar BuildTools.jar --rev <version> --remapped

You must run this for every version listed here:

  • 1.8.8
  • 1.12.2
  • 1.16.5
  • 1.17.1
  • 1.18.2
  • 1.19.4
  • 1.20.1
  • 1.20.2
  • 1.20.3 or 1.20.4 (Same library)
  • 1.21.1

This process takes some time, so please be patient. After the process is done, you can open the project in IntelliJ Idea or your preferred IDE and build the jar with maven.

About

Hotbar manager addon for bedwars1058 and bedwars2023

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages