Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 532 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 532 Bytes

EMCAPI

Welcome to the official repository of EarthMC's API! The API's documentation can be found at https://earthmc.net/docs/api.

Contributing

If you would like to contribute to the repo, you are welcome to open a pull request provided it doesn't introduce a breaking API change.

Reasons you may open a pull request include but are not limited to:

  • Adding data that is not already included
  • Adding functionality that is not already present
  • Fixing an error
  • Rewriting code to deduplicate repetition or improve performance