Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 386 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 386 Bytes

Sora

Our plugin based Api framework.

Running Sora

  1. Download the jar from here.
  2. Open it in your terminal (java -jar Sora.jar)
  3. It'll automatically try to load all Jars from ./plugins
  4. Type help and press Enter
  5. Profit!

Making a plugin for Sora

See the Example-Plugin folder for an example maven project.