Skip to content

A 1.12.2 utility mod intended for anarchy servers

License

Notifications You must be signed in to change notification settings

ReResSpace/Paragon

 
 

Repository files navigation

banner

Downloads Discord Lines of code

Paragon

A 1.12.2 Anarchy Client. Probably never going to be worked on again, although I will test and merge any pull requests that are submitted. Download the client from the latest commit here

FAQ

How do I open the ClickGUI?

The default ClickGUI bind is RSHIFT

What does the GUI look like?

image

How do I use commands?

The command prefix is $, and you can run $help to get a list of all commands

How do I request help, or suggest a feature?

You can join the discord server (click on the badge with the online members in the discord) and use the appropriate channels

Contributors

Surge
Teletofu
SooStrator
Gentleman
Doogie13
Sxmurai / Aesthetical
EBSmash
Bush
Master7720
Chanakan55991
Swp
Xello12121
Cart69420

Other Credits

Files will have an @author tag just before the class declaration to tell you who wrote it.

Build instructions

Windows:

.\gradlew build

Linux/Mac (or any other based UNIX/UNIX-LIKE OS):

chmod +x gradlew

./gradlew build

Note that this may not produce a functioning build, as Mixin's annotation processor does not always work correctly.

Contributing

Fork the repository and push your changes to the fork. Then, create a pull request to this repository and it will be reviewed.

Follow the java and kotlin coding conventions and try to adapt the code style found in the rest of the client, such as using lowerCamelCase and using the 1TBS brace style.

Using the Custom Font

A directory is created in the Paragon config folder (/.minecraft/paragon), called "font". Here, upon first opening the client, two files will be present. "font.ttf" is the font that will be used when the Font module is enabled. The second file is "font_config.json". Here you can find a couple of font rendering settings. "size" is an integer (whole number) value that determines the font's size. "y_offset" is a float (decimal) value to determine how much to add to the Y value when text is rendered. (this is so you can center it so it looks good (cough wp3 cough).

You can change the custom font by simply deleting "font.ttf" in the font folder, and replacing it with a different TTF font file, which is also called "font.ttf". It must be named this as otherwise the client will not detect the font, and will therefore default to Java's default font. Support for fonts with different file names might be added in the future.

About

A 1.12.2 utility mod intended for anarchy servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 92.7%
  • Java 6.6%
  • GLSL 0.7%