Skip to content

Maniacsan/postman

 
 

Repository files navigation

postman

postman

GitHub all releases Lines of code Discord GitHub

if you are not apart of the discord and are not aware, postman is currently out of development. this is due to some personal things i have to take care of in life. i really do plan on returning if i find interest in it again, there are so many things i left unfinished in this client. but for now i just want to thank everyone who supported me, everyone who has helped me out directly and indirectly. i met so many awesome ppl with this project. thank u, i love you all :)

postman is a client that runs off Minecraft Forge 1.12.2, it is intended for use on servers which allow client-side modification. postman takes inpiration from many previous clients like osiris, kami, gamesense, and others. this client uses ZeroMemes's Alpine for an event system, lukflugs PanelStudio for the clickGui library, and Forge's 1.12.2 mod api. i intend for this project to be community driven and as open as possible, open access, open development, and open sourced.

this client is on Minecraft 1.12.2, Forge version 1.12.2-14.23.5.2768, Alpine 1.5, PanelStudio 0.1.8, and is coded in 100% java.

check out the postman website - https://techale.github.io/postman-website/.
postman archive - this basically just holds all the old versions of postman, https://github.com/moomooooo/postman-archive.

thank you,

-SrgantMooMoo

image

instructions

download

  1. postman uses forge in order to run so, if you havent already, go to http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.12.2.html and download the latest or recommended version of forge 1.12.2.
  2. at the top of this readme, click on the downloads button and select the latest version, or your preferred version.
  3. click assets at the bottom of the release, then download the .jar file.
  4. if you havent ran forge yet, do so, if you have already ran forge at least once, type %appdata% in ur windows search, enter, and navigate to .minecraft -> mods (if there is no mods folder than you can add it yourself) -> 1.12.2, "1.12.2" may not exist either, so you can create it yourself if needed. this process may vary depending on your device, so you may need to look it up.
  5. drag the postman .jar file that you downloaded earlier into the 1.12.2 folder.
  • if you want to take advantage of postman's baritone integration, you can download the baritone api and drag it into your mods folder along with postman.

use

  • prefix is "," (comma), this is customizable too.
  • the inital keybind for the clickgui is rshift.
  • once your clickgui is opened you will see a bunch of categories, you can drag these around and right click them to open them.
  • each category has different modules you may enable by left clicking and right clicking to open up their settings.
  • the settings consist of booleans (enable or disable), numbers (sliders to change the value of something), and modes (switches modes).
  • you can rebind each module in the settings by clicking keybind (at the bottom of each modules settings), and clicking the button you want to bind the module to.
  • esc to close the clickgui 0_0.

building

  1. gradlew setupDecompWorkspace
  2. gradlew eclipse (for eclipse) or gradlew genIntellijRuns (for intellij)
    (./gradlew for linux and mac users)

credits

really helpful people

  • lukflug, being cool person. making panelstudio. helping me with panelstudio.
  • techale, adding multithreading to the main class. making postman website. helping me a lot :).
  • RECIOR, for postman bot, and being an extremly based individual.
  • cattyngmd, making pr's for a variety of fixes and modules.

contributors

  • mwahaha9, fixing the spelling in an onDisable method in autoGap.
  • jacobtread, giving proper credits to the MinnDevelopment java discord rpc.

base stuff

bassically everything that has been skidded, hopefully one day this is pointless :D. whenever i have the time, i try to work on unskidding

... for more depth, the necessary modules are credited. if anyone has an issue with crediting please lmk. srgantmoomoo#1052

Packages

No packages published

Languages

  • Java 100.0%