Skip to content
This repository was archived by the owner on Jun 9, 2022. It is now read-only.

Contributing

ELChris414 edited this page May 5, 2016 · 1 revision

To Contribute

You have to keep focused and not add features that do not have to do with general minecraft information. If you want a Hypixel API you can use the amazing PyPixel API by @Destruc7i0n and @yresegal. The functions or adjustments that you do must be version agnostic and also use already built in functions. For example:

  • To get JSON information from the web use: urlopen()
  • To save information from the web use: urlsave()
  • To get information from the web use: urlspecial()
  • To get the UUID use: getUUID()
  • To get information about the Player's Profile use: getProfile() or getSpecificProfile() or getProfileValue() or getSpecificProfileValue()
  • etc. Make pull requests, put issues if there are any and don't be afraid to ask information either from me (@ELChris414) or the community through the forums!

Looking How to get Setup?

Check out the README.md!

Clone this wiki locally