Skip to content

Commit

Permalink
Merge pull request #50 from Exanthiax/master
Browse files Browse the repository at this point in the history
reorder pages, fixed spelllings
  • Loading branch information
WillFP authored Mar 19, 2024
2 parents 139b9ea + 52a0f5f commit d0a056d
Show file tree
Hide file tree
Showing 72 changed files with 113 additions and 106 deletions.
2 changes: 1 addition & 1 deletion docs/actions/commands-and-permissions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Commands and Permissions"
sidebar_position: 1
sidebar_position: 3
---

## `/actions reload` (Reload the plugin)
Expand Down
4 changes: 2 additions & 2 deletions docs/actions/how-to-make-a-custom-action.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: "How to make a custom action"
sidebar_position: 2
sidebar_position: 1
---

## Default Configs

The default configs can be found [here](https://github.com/Auxilor/Actions/blob/master/eco-core/core-plugin/src/main/resources/actions/).
You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/).

## Config Layout
## How to add actions

Each action has its own config file, placed in the `/actions/` folder, and you can add or remove them as you please. There's an example config called `_example.yml` to help you out!

Expand Down
2 changes: 1 addition & 1 deletion docs/actions/placeholderapi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "PlaceholderAPI"
sidebar_position: 3
sidebar_position: 2
---

| Placeholder | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/boosters/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "API"
sidebar_position: 4
sidebar_position: 5
---

## Source Code
Expand Down
2 changes: 1 addition & 1 deletion docs/boosters/boosters-effects/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Effects System",
"position": 5
"position": 2
}
2 changes: 1 addition & 1 deletion docs/boosters/commands-and-permissions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Commands and Permissions"
sidebar_position: 1
sidebar_position: 4
---

## `/boosters give` (Give a booster)
Expand Down
5 changes: 2 additions & 3 deletions docs/boosters/how-to-make-a-custom-booster.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
title: "How to make a custom booster"
sidebar_position: 2
sidebar_position: 1
---

## Default Configs

The default configs can be found [here](https://github.com/Auxilor/Boosters/tree/master/eco-core/core-plugin/src/main/resources/boosters).
You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/).

## Config Layout

## How to add boosters
Each booster has its own config file, placed in the `/boosters/` folder, and you can add or remove them as you please. There's an example config called `_example.yml` to help you out!

The ID of the booster is the file name. This is what you use in commands and in the [Item Lookup System](https://plugins.auxilor.io/all-plugins/the-item-lookup-system).
Expand Down
2 changes: 1 addition & 1 deletion docs/ecoarmor/commands-and-permissions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Commands and Permissions"
sidebar_position: 1
sidebar_position: 5
---

## `/ecoarmor give (Give Items)`
Expand Down
2 changes: 1 addition & 1 deletion docs/ecoarmor/ecoarmor-effects/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Effects System",
"position": 6
"position": 4
}
2 changes: 1 addition & 1 deletion docs/ecoarmor/gameplay.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "The Gameplay"
sidebar_position: 2
sidebar_position: 1
---

## Sets
Expand Down
4 changes: 2 additions & 2 deletions docs/ecoarmor/how-to-make-a-custom-set.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "How to make a custom set"
sidebar_position: 4
sidebar_position: 2
---

## Default config
## Default configs
The default configs can be found [here](https://github.com/Auxilor/EcoArmor/tree/master/eco-core/core-plugin/src/main/resources/sets).
You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/).

Expand Down
4 changes: 2 additions & 2 deletions docs/ecoarmor/how-to-make-a-custom-tier.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "How to make a custom tier"
sidebar_position: 5
sidebar_position: 3
---

## Default config
## Default configs
The default configs can be found [here](https://github.com/Auxilor/EcoArmor/tree/master/eco-core/core-plugin/src/main/resources/tiers).

## How to add tiers
Expand Down
2 changes: 1 addition & 1 deletion docs/ecobits/commands-and-permissions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Commands and Permissions"
sidebar_position: 1
sidebar_position: 3
---

## `/ecobits reload` (Reload the plugin)
Expand Down
4 changes: 2 additions & 2 deletions docs/ecobits/how-to-make-a-currency.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "How to make a currency"
sidebar_position: 2
sidebar_position: 1
---

## Default config
## Default configs

The default configs can be found [here](https://github.com/Auxilor/EcoBits/blob/master/eco-core/core-plugin/src/main/resources/config.yml).

Expand Down
2 changes: 1 addition & 1 deletion docs/ecobits/placeholderapi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "PlaceholderAPI"
sidebar_position: 3
sidebar_position: 2
---

| Placeholder | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/ecocrates/animationsandrolls.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Animations / Rolls"
sidebar_position: 4
sidebar_position: 3
---

## What are rolls?
Expand Down
2 changes: 1 addition & 1 deletion docs/ecocrates/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "API"
sidebar_position: 4
sidebar_position: 7
---

## Source Code
Expand Down
2 changes: 1 addition & 1 deletion docs/ecocrates/commands-and-permissions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Commands and Permissions"
sidebar_position: 1
sidebar_position: 5
---

## General Information
Expand Down
6 changes: 3 additions & 3 deletions docs/ecocrates/how-to-make-a-custom-crate.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "How to make a custom crate"
sidebar_position: 2
title: "How to make a crate"
sidebar_position: 1
---

## Default config
## Default configs
The default configs can be found [here](https://github.com/Auxilor/EcoCrates/tree/master/eco-core/core-plugin/src/main/resources/crates).

## How to add crates
Expand Down
2 changes: 1 addition & 1 deletion docs/ecocrates/migration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Migrating/Converting from other crate plugins"
sidebar_position: 7
sidebar_position: 6
---

Want to start using EcoCrates but do not have much time to convert all your configs from the old crate plugin?
Expand Down
2 changes: 1 addition & 1 deletion docs/ecocrates/placeholderapi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "PlaceholderAPI"
sidebar_position: 5
sidebar_position: 4
---

| Placeholder | Description |
Expand Down
4 changes: 2 additions & 2 deletions docs/ecocrates/rewards.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Rewards"
sidebar_position: 3
sidebar_position: 2
---

## Default config
## Default configs
The default reward config can be found [here](https://github.com/Auxilor/EcoCrates/blob/master/eco-core/core-plugin/src/main/resources/rewards.yml).

## How to configure rewards
Expand Down
2 changes: 1 addition & 1 deletion docs/ecoenchants/advanced-configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Advanced Configuration"
sidebar_position: 4
sidebar_position: 3
---

## Cost Exponent
Expand Down
2 changes: 1 addition & 1 deletion docs/ecoenchants/all-enchantments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "All enchantments"
sidebar_position: 5
sidebar_position: 6
---

A list of all enchantments can be found [here](https://lrcdb.auxilor.io/)
Expand Down
2 changes: 1 addition & 1 deletion docs/ecoenchants/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "API"
sidebar_position: 6
sidebar_position: 7
---

## Source Code
Expand Down
2 changes: 1 addition & 1 deletion docs/ecoenchants/commands-and-permissions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Commands and Permissions"
sidebar_position: 1
sidebar_position: 5
---

## `/give` (Give a player an item)
Expand Down
2 changes: 1 addition & 1 deletion docs/ecoenchants/ecoenchants-effects/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Effects System",
"position": 7
"position": 4
}
4 changes: 2 additions & 2 deletions docs/ecoenchants/how-to-make-a-custom-enchant.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "How to make an enchant"
sidebar_position: 3
sidebar_position: 2
---

## Default config
## Default configs
The default configs can be found [here](https://github.com/Auxilor/EcoEnchants/tree/master/eco-core/core-plugin/src/main/resources/enchants).
You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/).

Expand Down
2 changes: 1 addition & 1 deletion docs/ecoenchants/the-gameplay.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "The Gameplay"
sidebar_position: 2
sidebar_position: 1
---

## Types
Expand Down
2 changes: 1 addition & 1 deletion docs/ecoitems/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "API"
sidebar_position: 3
sidebar_position: 4
---

## Source Code
Expand Down
2 changes: 1 addition & 1 deletion docs/ecoitems/commands-and-permissions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Commands and Permissions"
sidebar_position: 1
sidebar_position: 3
---

## `/ecoitems give` (Give players items)
Expand Down
2 changes: 1 addition & 1 deletion docs/ecoitems/ecoitems-effects/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Effects System",
"position": 3
"position": 2
}
4 changes: 2 additions & 2 deletions docs/ecoitems/how-to-make-a-custom-item.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "How to make a custom item"
sidebar_position: 2
sidebar_position: 1
---

## Default config
## Default configs
The default configs can be found [here](https://github.com/Auxilor/EcoItems/blob/master/eco-core/core-plugin/src/main/resources/items/).
You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/).

Expand Down
2 changes: 1 addition & 1 deletion docs/ecojobs/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "API"
sidebar_position: 4
sidebar_position: 5
---

## Source Code
Expand Down
2 changes: 1 addition & 1 deletion docs/ecojobs/commands-and-permissions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Commands and Permissions"
sidebar_position: 1
sidebar_position: 4
---

## `/ecojobs unlock` (Unlock a job)
Expand Down
2 changes: 1 addition & 1 deletion docs/ecojobs/ecojobs-effects/_category_.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"label": "Effects System",
"position": 5
"position": 2
}
4 changes: 2 additions & 2 deletions docs/ecojobs/how-to-make-a-custom-job.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "How to make a custom job"
sidebar_position: 2
sidebar_position: 1
---

## Default config
## Default configs
The default configs can be found [here](https://github.com/Auxilor/EcoJobs/tree/master/eco-core/core-plugin/src/main/resources/jobs).
You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/).

Expand Down
2 changes: 1 addition & 1 deletion docs/ecomobs/commands-and-permissions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Commands and Permissions"
sidebar_position: 1
sidebar_position: 3
---

## `/ecomobs spawn` (Spawn a Mob)
Expand Down
4 changes: 2 additions & 2 deletions docs/ecomobs/how-to-make-a-custom-mob.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "How to make a custom mob"
sidebar_position: 2
sidebar_position: 1
---

## Default config
## Default configs
The default configs can be found [here](https://github.com/Auxilor/EcoMobs/tree/master/eco-core/core-plugin/src/main/resources/mobs).
You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/).

Expand Down
6 changes: 5 additions & 1 deletion docs/ecomobs/how-to-make-mob-categories.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: How to make mob categories
sidebar_position: 3
sidebar_position: 2
---

## What are categories?
Expand All @@ -9,6 +9,10 @@ In EcoMobs, each mob belongs to a category, which control things like spawning b

For example, you might have a category for common mobs, one for rare mobs, one for nether bosses, etc.

## Default configs
The default configs can be found [here](https://github.com/Auxilor/EcoMobs/tree/master/eco-core/core-plugin/src/main/resources/mobs).
You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/).

## How to add categories
Each category is its own config file, placed in the `/categories/` folder, and you can add or remove them as you please. There's an example config called `_example.yml` to help you out!

Expand Down
2 changes: 1 addition & 1 deletion docs/ecopets/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "API"
sidebar_position: 4
sidebar_position: 5
---

## Source Code
Expand Down
2 changes: 1 addition & 1 deletion docs/ecopets/commands-and-permissions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Commands and Permissions"
sidebar_position: 1
sidebar_position: 4
---

## `/ecopets give` (Give a pet)
Expand Down
Loading

0 comments on commit d0a056d

Please sign in to comment.