Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.22 KB

faq.md

File metadata and controls

28 lines (18 loc) · 1.22 KB
description
Frequently Asked Questions. Make suggestions on Discord

FAQ

How do I install Orbis?

Step 1 Get a 1.18.1 instance of PaperMC. Make the server run one time (to generate all the files), and delete the world folder once you stopped it.

Step 2 Go to bukkit.yml and add this at the bottom:

worlds:
  world:
    generator: Orbis:alphatest

Step 3 Put this jar in your */plugins/ folder. Then manually create the folder and */plugins/Orbis/packs/ . Then, put this pack into the packs folder (it is a zipped .orbis file with JSON files in it).

{% hint style="info" %} Do not unzip the .orbispack file {% endhint %}

Step 4 Start your server and enjoy!

NOTE The provided pack is a very simple and early sample Jake made to show the new backend systems in play. If you run it yourself it is purely for you to see where we are currently at. In the near future, pack creators will design packs with some more flavour, and we will provide updates to the engine to make it support all the new content!