Skip to content

TheBozzz34/Nixon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java CI with Maven

Nixon is a free and open-source 1.8.9 client for Minecraft.

I am learning client development with this project, it is in no way meant to be actually useful.

half of this is skidded from rise and tenacity leaks lmao

image0

blur

image1

image2

image3

Issues

If you notice any bugs or missing features, you can let us know by opening an issue here.

License

This project is subject to the GNU General Public License v3.0. This does only apply for source code located directly in this clean repository. During the development and compilation process, additional source code may be used to which we have obtained no rights. Such code is not covered by the GPL license.

For those who are unfamiliar with the license, here is a summary of its main points. This is by no means legal advice nor legally binding.

Actions that you are allowed to do:

  • Use
  • Share
  • Modify

If you do decide to use ANY code from the source:

  • You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source (or even obfuscated) application.
  • Your modified application must also be licensed under the GPL

Setting up a Workspace

Nixon uses Maven, to make sure that it is installed properly you can check the Apache website. It also requires the Java 1.8 JDK to be installed. I recommend using Amazon Coretto

  1. Clone the repository using git clone https://github.com/Thebozzz34/Nixon
  2. Open the folder as a Maven project in your preferred IDE.
  3. Build and run the client

Additional info

Nixon is powered by the MavenMCP and Optifine

Contributing

I appreciate contributions. So if you want to support Nixon, feel free to make changes to the source code by submitting a pull request.