Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerS1066 authored Jan 2, 2022
1 parent 5e53873 commit 208ab0f
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,31 @@
Datapacks for Airship Pirates Movecraft types. Our layered setup requires a multitude of datapacks and require them to be loaded in the proper order.

## Setup
1. Start up your server *without* the datapacks present (but with the Movecraft one).
2. Upload the datapacks to your server.
3. Run the following commands in console:
1. Start up your server with the datapacks present.
2. Disable each datapack by running the following commands in console:
```
/datapack enable "file/AP-0.zip" after "file/movecraft-data.zip"
/datapack enable "file/AP-1.zip" after "file/AP-0.zip"
/datapack enable "file/AP-2.zip" after "file/AP-1.zip"
/datapack enable "file/AP-3.zip" after "file/AP-2.zip"
/datapack enable "file/AP-4.zip" after "file/AP-3.zip"
/datapack enable "file/AP-5.zip" after "file/AP-4.zip"
/datapack enable "file/AP-6.zip" after "file/AP-5.zip"
/datapack enable "file/AP-7.zip" after "file/AP-6.zip"
/datapack enable "file/AP-8.zip" after "file/AP-7.zip"
datapack disable "file/AP-8.zip"
datapack disable "file/AP-7.zip"
datapack disable "file/AP-6.zip"
datapack disable "file/AP-5.zip"
datapack disable "file/AP-4.zip"
datapack disable "file/AP-3.zip"
datapack disable "file/AP-2.zip"
datapack disable "file/AP-1.zip"
datapack disable "file/AP-0.zip"
```
5. Enable each datapack by running the following commands in console:
```
datapack enable "file/AP-0.zip" after "file/movecraft-data.zip"
datapack enable "file/AP-1.zip" after "file/AP-0.zip"
datapack enable "file/AP-2.zip" after "file/AP-1.zip"
datapack enable "file/AP-3.zip" after "file/AP-2.zip"
datapack enable "file/AP-4.zip" after "file/AP-3.zip"
datapack enable "file/AP-5.zip" after "file/AP-4.zip"
datapack enable "file/AP-6.zip" after "file/AP-5.zip"
datapack enable "file/AP-7.zip" after "file/AP-6.zip"
datapack enable "file/AP-8.zip" after "file/AP-7.zip"
```

## Layered Setup
The datapacks are layered from 0 to 8 (currently) to allow us to use tags within tags (for example, `#ap_types:airship` is used in `#ap_types:factory`). The `N` folder is used as a template for new layers.
The datapacks are layered from 0 to 8 (currently) to allow us to use tags within tags (for example, `#ap_types:airship` is used in `#ap_types:factory`). The `N` folder is used as a template for new layers.

0 comments on commit 208ab0f

Please sign in to comment.