diff --git a/docs/actions/commands-and-permissions.md b/docs/actions/commands-and-permissions.md index a65b1fe18e..17b9de2bba 100644 --- a/docs/actions/commands-and-permissions.md +++ b/docs/actions/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 3 --- ## `/actions reload` (Reload the plugin) diff --git a/docs/actions/how-to-make-a-custom-action.md b/docs/actions/how-to-make-a-custom-action.md index 5f2a089c7c..4fec86b393 100644 --- a/docs/actions/how-to-make-a-custom-action.md +++ b/docs/actions/how-to-make-a-custom-action.md @@ -1,6 +1,6 @@ --- title: "How to make a custom action" -sidebar_position: 2 +sidebar_position: 1 --- ## Default Configs @@ -8,7 +8,7 @@ sidebar_position: 2 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! diff --git a/docs/actions/placeholderapi.md b/docs/actions/placeholderapi.md index 1c74372a86..f153261e04 100644 --- a/docs/actions/placeholderapi.md +++ b/docs/actions/placeholderapi.md @@ -1,6 +1,6 @@ --- title: "PlaceholderAPI" -sidebar_position: 3 +sidebar_position: 2 --- | Placeholder | Description | diff --git a/docs/boosters/api.md b/docs/boosters/api.md index 670f42e263..2f084fc511 100644 --- a/docs/boosters/api.md +++ b/docs/boosters/api.md @@ -1,6 +1,6 @@ --- title: "API" -sidebar_position: 4 +sidebar_position: 5 --- ## Source Code diff --git a/docs/boosters/boosters-effects/_category_.json b/docs/boosters/boosters-effects/_category_.json index f811805e2d..8f2ab9e431 100644 --- a/docs/boosters/boosters-effects/_category_.json +++ b/docs/boosters/boosters-effects/_category_.json @@ -1,4 +1,4 @@ { "label": "Effects System", - "position": 5 + "position": 2 } \ No newline at end of file diff --git a/docs/boosters/commands-and-permissions.md b/docs/boosters/commands-and-permissions.md index 6287b3d815..13fd203d8d 100644 --- a/docs/boosters/commands-and-permissions.md +++ b/docs/boosters/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 4 --- ## `/boosters give` (Give a booster) diff --git a/docs/boosters/how-to-make-a-custom-booster.md b/docs/boosters/how-to-make-a-custom-booster.md index 66c83ef2f7..c20f9a34ce 100644 --- a/docs/boosters/how-to-make-a-custom-booster.md +++ b/docs/boosters/how-to-make-a-custom-booster.md @@ -1,6 +1,6 @@ --- title: "How to make a custom booster" -sidebar_position: 2 +sidebar_position: 1 --- ## Default Configs @@ -8,8 +8,7 @@ sidebar_position: 2 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). diff --git a/docs/ecoarmor/commands-and-permissions.md b/docs/ecoarmor/commands-and-permissions.md index 3b322eaaaa..63e9b3eff5 100644 --- a/docs/ecoarmor/commands-and-permissions.md +++ b/docs/ecoarmor/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 5 --- ## `/ecoarmor give (Give Items)` diff --git a/docs/ecoarmor/ecoarmor-effects/_category_.json b/docs/ecoarmor/ecoarmor-effects/_category_.json index c32b547379..e0f2f110e2 100644 --- a/docs/ecoarmor/ecoarmor-effects/_category_.json +++ b/docs/ecoarmor/ecoarmor-effects/_category_.json @@ -1,4 +1,4 @@ { "label": "Effects System", - "position": 6 + "position": 4 } \ No newline at end of file diff --git a/docs/ecoarmor/gameplay.md b/docs/ecoarmor/gameplay.md index 123f20013e..587660a68b 100644 --- a/docs/ecoarmor/gameplay.md +++ b/docs/ecoarmor/gameplay.md @@ -1,6 +1,6 @@ --- title: "The Gameplay" -sidebar_position: 2 +sidebar_position: 1 --- ## Sets diff --git a/docs/ecoarmor/how-to-make-a-custom-set.md b/docs/ecoarmor/how-to-make-a-custom-set.md index 67ff4b34af..54b9b079a3 100644 --- a/docs/ecoarmor/how-to-make-a-custom-set.md +++ b/docs/ecoarmor/how-to-make-a-custom-set.md @@ -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/). diff --git a/docs/ecoarmor/how-to-make-a-custom-tier.md b/docs/ecoarmor/how-to-make-a-custom-tier.md index b7a4c1b7ae..c91fdd2ae9 100644 --- a/docs/ecoarmor/how-to-make-a-custom-tier.md +++ b/docs/ecoarmor/how-to-make-a-custom-tier.md @@ -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 diff --git a/docs/ecobits/commands-and-permissions.md b/docs/ecobits/commands-and-permissions.md index 318acb0333..587756c1aa 100644 --- a/docs/ecobits/commands-and-permissions.md +++ b/docs/ecobits/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 3 --- ## `/ecobits reload` (Reload the plugin) diff --git a/docs/ecobits/how-to-make-a-currency.md b/docs/ecobits/how-to-make-a-currency.md index c58911f18a..bcfa9b42f6 100644 --- a/docs/ecobits/how-to-make-a-currency.md +++ b/docs/ecobits/how-to-make-a-currency.md @@ -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). diff --git a/docs/ecobits/placeholderapi.md b/docs/ecobits/placeholderapi.md index 1c8edc0182..7c231087a0 100644 --- a/docs/ecobits/placeholderapi.md +++ b/docs/ecobits/placeholderapi.md @@ -1,6 +1,6 @@ --- title: "PlaceholderAPI" -sidebar_position: 3 +sidebar_position: 2 --- | Placeholder | Description | diff --git a/docs/ecocrates/animationsandrolls.md b/docs/ecocrates/animationsandrolls.md index 4359e69b35..d2cc9360f9 100644 --- a/docs/ecocrates/animationsandrolls.md +++ b/docs/ecocrates/animationsandrolls.md @@ -1,6 +1,6 @@ --- title: "Animations / Rolls" -sidebar_position: 4 +sidebar_position: 3 --- ## What are rolls? diff --git a/docs/ecocrates/api.md b/docs/ecocrates/api.md index 4c3041365c..39eb3704e7 100644 --- a/docs/ecocrates/api.md +++ b/docs/ecocrates/api.md @@ -1,6 +1,6 @@ --- title: "API" -sidebar_position: 4 +sidebar_position: 7 --- ## Source Code diff --git a/docs/ecocrates/commands-and-permissions.md b/docs/ecocrates/commands-and-permissions.md index 6b33a6129e..85287f97ba 100644 --- a/docs/ecocrates/commands-and-permissions.md +++ b/docs/ecocrates/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 5 --- ## General Information diff --git a/docs/ecocrates/how-to-make-a-custom-crate.md b/docs/ecocrates/how-to-make-a-custom-crate.md index 9bd580196e..65bf017d86 100644 --- a/docs/ecocrates/how-to-make-a-custom-crate.md +++ b/docs/ecocrates/how-to-make-a-custom-crate.md @@ -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 diff --git a/docs/ecocrates/migration.md b/docs/ecocrates/migration.md index 5b44f12e34..f24a9cab8d 100644 --- a/docs/ecocrates/migration.md +++ b/docs/ecocrates/migration.md @@ -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? diff --git a/docs/ecocrates/placeholderapi.md b/docs/ecocrates/placeholderapi.md index 231afee9ae..85d71c41da 100644 --- a/docs/ecocrates/placeholderapi.md +++ b/docs/ecocrates/placeholderapi.md @@ -1,6 +1,6 @@ --- title: "PlaceholderAPI" -sidebar_position: 5 +sidebar_position: 4 --- | Placeholder | Description | diff --git a/docs/ecocrates/rewards.md b/docs/ecocrates/rewards.md index ff34b8161d..a5d3f00753 100644 --- a/docs/ecocrates/rewards.md +++ b/docs/ecocrates/rewards.md @@ -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 diff --git a/docs/ecoenchants/advanced-configuration.md b/docs/ecoenchants/advanced-configuration.md index 686667687b..1b9784dd44 100644 --- a/docs/ecoenchants/advanced-configuration.md +++ b/docs/ecoenchants/advanced-configuration.md @@ -1,6 +1,6 @@ --- title: "Advanced Configuration" -sidebar_position: 4 +sidebar_position: 3 --- ## Cost Exponent diff --git a/docs/ecoenchants/all-enchantments.md b/docs/ecoenchants/all-enchantments.md index f127f7d117..8da5aa3567 100644 --- a/docs/ecoenchants/all-enchantments.md +++ b/docs/ecoenchants/all-enchantments.md @@ -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/) diff --git a/docs/ecoenchants/api.md b/docs/ecoenchants/api.md index ac4618d927..57479c42b7 100644 --- a/docs/ecoenchants/api.md +++ b/docs/ecoenchants/api.md @@ -1,6 +1,6 @@ --- title: "API" -sidebar_position: 6 +sidebar_position: 7 --- ## Source Code diff --git a/docs/ecoenchants/commands-and-permissions.md b/docs/ecoenchants/commands-and-permissions.md index 4829f11962..162e3565f6 100644 --- a/docs/ecoenchants/commands-and-permissions.md +++ b/docs/ecoenchants/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 5 --- ## `/give` (Give a player an item) diff --git a/docs/ecoenchants/ecoenchants-effects/_category_.json b/docs/ecoenchants/ecoenchants-effects/_category_.json index 82d6a7d1a0..e0f2f110e2 100644 --- a/docs/ecoenchants/ecoenchants-effects/_category_.json +++ b/docs/ecoenchants/ecoenchants-effects/_category_.json @@ -1,4 +1,4 @@ { "label": "Effects System", - "position": 7 + "position": 4 } \ No newline at end of file diff --git a/docs/ecoenchants/how-to-make-a-custom-enchant.md b/docs/ecoenchants/how-to-make-a-custom-enchant.md index 44e7548907..747bb5d6ac 100644 --- a/docs/ecoenchants/how-to-make-a-custom-enchant.md +++ b/docs/ecoenchants/how-to-make-a-custom-enchant.md @@ -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/). diff --git a/docs/ecoenchants/the-gameplay.md b/docs/ecoenchants/the-gameplay.md index c93bc7da69..3110d62321 100644 --- a/docs/ecoenchants/the-gameplay.md +++ b/docs/ecoenchants/the-gameplay.md @@ -1,6 +1,6 @@ --- title: "The Gameplay" -sidebar_position: 2 +sidebar_position: 1 --- ## Types diff --git a/docs/ecoitems/api.md b/docs/ecoitems/api.md index 1662da8f3c..1f66ca614c 100644 --- a/docs/ecoitems/api.md +++ b/docs/ecoitems/api.md @@ -1,6 +1,6 @@ --- title: "API" -sidebar_position: 3 +sidebar_position: 4 --- ## Source Code diff --git a/docs/ecoitems/commands-and-permissions.md b/docs/ecoitems/commands-and-permissions.md index 6d10798099..2fee672157 100644 --- a/docs/ecoitems/commands-and-permissions.md +++ b/docs/ecoitems/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 3 --- ## `/ecoitems give` (Give players items) diff --git a/docs/ecoitems/ecoitems-effects/_category_.json b/docs/ecoitems/ecoitems-effects/_category_.json index 86d5fb97cc..8f2ab9e431 100644 --- a/docs/ecoitems/ecoitems-effects/_category_.json +++ b/docs/ecoitems/ecoitems-effects/_category_.json @@ -1,4 +1,4 @@ { "label": "Effects System", - "position": 3 + "position": 2 } \ No newline at end of file diff --git a/docs/ecoitems/how-to-make-a-custom-item.md b/docs/ecoitems/how-to-make-a-custom-item.md index 94921e253c..8e5bccbf00 100644 --- a/docs/ecoitems/how-to-make-a-custom-item.md +++ b/docs/ecoitems/how-to-make-a-custom-item.md @@ -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/). diff --git a/docs/ecojobs/api.md b/docs/ecojobs/api.md index f9676d301e..8d0b7718a4 100644 --- a/docs/ecojobs/api.md +++ b/docs/ecojobs/api.md @@ -1,6 +1,6 @@ --- title: "API" -sidebar_position: 4 +sidebar_position: 5 --- ## Source Code diff --git a/docs/ecojobs/commands-and-permissions.md b/docs/ecojobs/commands-and-permissions.md index a9c3528cf4..b4e0210467 100644 --- a/docs/ecojobs/commands-and-permissions.md +++ b/docs/ecojobs/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 4 --- ## `/ecojobs unlock` (Unlock a job) diff --git a/docs/ecojobs/ecojobs-effects/_category_.json b/docs/ecojobs/ecojobs-effects/_category_.json index f811805e2d..8f2ab9e431 100644 --- a/docs/ecojobs/ecojobs-effects/_category_.json +++ b/docs/ecojobs/ecojobs-effects/_category_.json @@ -1,4 +1,4 @@ { "label": "Effects System", - "position": 5 + "position": 2 } \ No newline at end of file diff --git a/docs/ecojobs/how-to-make-a-custom-job.md b/docs/ecojobs/how-to-make-a-custom-job.md index 2078e0a9de..38f6aeb211 100644 --- a/docs/ecojobs/how-to-make-a-custom-job.md +++ b/docs/ecojobs/how-to-make-a-custom-job.md @@ -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/). diff --git a/docs/ecomobs/commands-and-permissions.md b/docs/ecomobs/commands-and-permissions.md index 5aff9e0b0f..56f9c90b55 100644 --- a/docs/ecomobs/commands-and-permissions.md +++ b/docs/ecomobs/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 3 --- ## `/ecomobs spawn` (Spawn a Mob) diff --git a/docs/ecomobs/how-to-make-a-custom-mob.md b/docs/ecomobs/how-to-make-a-custom-mob.md index c57e23255f..c0b6dbec50 100644 --- a/docs/ecomobs/how-to-make-a-custom-mob.md +++ b/docs/ecomobs/how-to-make-a-custom-mob.md @@ -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/). diff --git a/docs/ecomobs/how-to-make-mob-categories.md b/docs/ecomobs/how-to-make-mob-categories.md index f9cccbf451..07e800e887 100644 --- a/docs/ecomobs/how-to-make-mob-categories.md +++ b/docs/ecomobs/how-to-make-mob-categories.md @@ -1,6 +1,6 @@ --- title: How to make mob categories -sidebar_position: 3 +sidebar_position: 2 --- ## What are categories? @@ -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! diff --git a/docs/ecopets/api.md b/docs/ecopets/api.md index 19dd5d9500..342374719d 100644 --- a/docs/ecopets/api.md +++ b/docs/ecopets/api.md @@ -1,6 +1,6 @@ --- title: "API" -sidebar_position: 4 +sidebar_position: 5 --- ## Source Code diff --git a/docs/ecopets/commands-and-permissions.md b/docs/ecopets/commands-and-permissions.md index 5dc236d26b..1f652e69cf 100644 --- a/docs/ecopets/commands-and-permissions.md +++ b/docs/ecopets/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 4 --- ## `/ecopets give` (Give a pet) diff --git a/docs/ecopets/ecopets-effects/_category_.json b/docs/ecopets/ecopets-effects/_category_.json index f811805e2d..8f2ab9e431 100644 --- a/docs/ecopets/ecopets-effects/_category_.json +++ b/docs/ecopets/ecopets-effects/_category_.json @@ -1,4 +1,4 @@ { "label": "Effects System", - "position": 5 + "position": 2 } \ No newline at end of file diff --git a/docs/ecopets/how-to-make-a-custom-pet.md b/docs/ecopets/how-to-make-a-custom-pet.md index 27020b369a..42722feeff 100644 --- a/docs/ecopets/how-to-make-a-custom-pet.md +++ b/docs/ecopets/how-to-make-a-custom-pet.md @@ -1,9 +1,9 @@ --- title: How to make a custom Pet -sidebar_position: 2 +sidebar_position: 1 --- -## Default config +## Default configs The default configs can be found [here](https://github.com/Auxilor/EcoPets/tree/master/eco-core/core-plugin/src/main/resources/pets). You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/). diff --git a/docs/ecoquests/api.md b/docs/ecoquests/api.md index 485761e3d4..ef1cdabf2e 100644 --- a/docs/ecoquests/api.md +++ b/docs/ecoquests/api.md @@ -1,6 +1,6 @@ --- title: "API" -sidebar_position: 5 +sidebar_position: 6 --- ## Source Code diff --git a/docs/ecoquests/commands-and-permissions.md b/docs/ecoquests/commands-and-permissions.md index cbff970e78..703d9c486f 100644 --- a/docs/ecoquests/commands-and-permissions.md +++ b/docs/ecoquests/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 5 --- ## `/quests, /quest, /q` (Open the main menu) diff --git a/docs/ecoquests/ecoquests-effects/_category_.json b/docs/ecoquests/ecoquests-effects/_category_.json index f811805e2d..86d5fb97cc 100644 --- a/docs/ecoquests/ecoquests-effects/_category_.json +++ b/docs/ecoquests/ecoquests-effects/_category_.json @@ -1,4 +1,4 @@ { "label": "Effects System", - "position": 5 + "position": 3 } \ No newline at end of file diff --git a/docs/ecoquests/how-to-make-a-quest.md b/docs/ecoquests/how-to-make-a-quest.md index 6c86fc2b66..34a2e5c346 100644 --- a/docs/ecoquests/how-to-make-a-quest.md +++ b/docs/ecoquests/how-to-make-a-quest.md @@ -1,9 +1,9 @@ --- title: How to make a Quest -sidebar_position: 2 +sidebar_position: 1 --- -## Default config +## Default configs The default configs can be found [here](https://github.com/Auxilor/EcoQuests/tree/master/eco-core/core-plugin/src/main/resources/quests). You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/). diff --git a/docs/ecoquests/how-to-make-a-task.md b/docs/ecoquests/how-to-make-a-task.md index 849df865e5..a00101fd7c 100644 --- a/docs/ecoquests/how-to-make-a-task.md +++ b/docs/ecoquests/how-to-make-a-task.md @@ -1,9 +1,9 @@ --- title: How to make a Task -sidebar_position: 3 +sidebar_position: 2 --- -## Default config +## Default configs The default configs can be found [here](https://github.com/Auxilor/EcoQuests/tree/master/eco-core/core-plugin/src/main/resources/tasks). You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/). diff --git a/docs/ecoshop/api.md b/docs/ecoshop/api.md index e4f6371f0c..2ad4ffe394 100644 --- a/docs/ecoshop/api.md +++ b/docs/ecoshop/api.md @@ -1,6 +1,6 @@ --- title: "API" -sidebar_position: 5 +sidebar_position: 6 --- ## Source Code diff --git a/docs/ecoshop/commands-and-permissions.md b/docs/ecoshop/commands-and-permissions.md index d6c087e140..dc746ccab5 100644 --- a/docs/ecoshop/commands-and-permissions.md +++ b/docs/ecoshop/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 5 --- ## `/ecoshop reload` (Reload the plugin) diff --git a/docs/ecoshop/ecoshop-effects/_category_.json b/docs/ecoshop/ecoshop-effects/_category_.json new file mode 100644 index 0000000000..828d5c0bd5 --- /dev/null +++ b/docs/ecoshop/ecoshop-effects/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Effects System", + "position": 4 +} diff --git a/docs/ecoshop/how-to-make-a-category.md b/docs/ecoshop/how-to-make-a-category.md index 9586c755f9..d079707dd9 100644 --- a/docs/ecoshop/how-to-make-a-category.md +++ b/docs/ecoshop/how-to-make-a-category.md @@ -1,13 +1,13 @@ --- title: "How to make a category" -sidebar_position: 3 +sidebar_position: 2 --- ## Categories Categories are how shops are organised. Items are sold / bought in categories, they're the actual 'shop' part. In the [How to make a Shop](https://plugins.auxilor.io/ecoshop/how-to-make-a-shop) section, you will have seen how shops can either be a portal to a bunch of categories, or alternatively just directly link to a category. -## Default config +## Default configs The default configs can be found [here](https://github.com/Auxilor/EcoShop/blob/main/eco-core/core-plugin/src/main/resources/categories). ## How to add shops diff --git a/docs/ecoshop/how-to-make-a-shop.md b/docs/ecoshop/how-to-make-a-shop.md index 6049cc34a3..27479eba4c 100644 --- a/docs/ecoshop/how-to-make-a-shop.md +++ b/docs/ecoshop/how-to-make-a-shop.md @@ -1,11 +1,11 @@ --- title: "How to make a shop" -sidebar_position: 2 +sidebar_position: 1 --- ## Shops Creating shops is easy if you follow the the basic rules: A shop requires [categories](https://plugins.auxilor.io/ecoshop/how-to-make-a-category), and categories require [items](https://plugins.auxilor.io/ecoshop/how-to-make-an-item). -## Default config +## Default configs The default configs can be found [here](https://github.com/Auxilor/EcoShop/blob/main/eco-core/core-plugin/src/main/resources/shops). ## How to add shops diff --git a/docs/ecoshop/how-to-make-an-item.md b/docs/ecoshop/how-to-make-an-item.md index 2944a904ba..f4fcbb8cb5 100644 --- a/docs/ecoshop/how-to-make-an-item.md +++ b/docs/ecoshop/how-to-make-an-item.md @@ -1,6 +1,6 @@ --- title: "How to make an item" -sidebar_position: 4 +sidebar_position: 3 --- ## Items @@ -32,21 +32,21 @@ Let's start with a really simple shop item - if you're making a standard buy-sel page: 1 ``` -#### Understanding all the sections +### Understanding all the sections **id:** This is the internal ID of the item. Players don't see this, but it's important to use a unique ID for every item in all of your shops. This is used in commands, placeholders and referencing the item **item:** This is the actual item we're selling, read here for more info: [Item Lookup System](https://plugins.auxilor.io/all-plugins/the-item-lookup-system). -##### Buy (Optional) +#### Buy (Optional) **type/value/display:** This is standard configuration of prices, read here for more info: [Prices](https://plugins.auxilor.io/all-plugins/prices). Prices are configured per-item. **amount:** (Optional) The amount of items to be bought at once. Defaults to 1. -##### Sell +#### Sell **type/value/display:** This is standard configuration of prices, read here for more info: [Prices](https://plugins.auxilor.io/all-plugins/prices). Prices are configured per-item. -##### GUI +#### GUI **row/column/page:** The location of this item in the shop @@ -81,18 +81,18 @@ Of course, you can't sell a command, so they're buy-only. page: 2 # The page. ``` -#### Understanding all the sections +### Understanding all the sections **id:** This is the internal ID of the item. Players don't see this, but it's important to use a unique ID for every item in all of your shops. This is used in commands, placeholders and referencing the item **command:** This is the command to be run when a player buys this item. You can use `%player%` and `%amount%` as placeholders. -##### Buy +#### Buy **type/value/display:** This is standard configuration of prices, read here for more info: [Prices](https://plugins.auxilor.io/all-plugins/prices). Prices are configured per-item. **limit:** (Optional) The max amount of times a player can buy this item. -##### GUI +#### GUI **display.item:** This is the item shown in the GUI, read here for more info: [Item Lookup System](https://plugins.auxilor.io/all-plugins/the-item-lookup-system). @@ -128,18 +128,18 @@ Like commands, these are unsellable. show-quick-buy-sell: false ``` -#### Understanding all the sections +### Understanding all the sections **id:** This is the internal ID of the item. Players don't see this, but it's important to use a unique ID for every item in all of your shops. This is used in commands, placeholders and referencing the item **effects:** These are the effects that are ran when the player buys the item. Read here for more info: [Configuring an Effect](https://plugins.auxilor.io/effects/configuring-an-effect). **Only Triggered Effects**. -##### Buy +#### Buy **type/value/display:** This is standard configuration of prices, read here for more info: [Prices](https://plugins.auxilor.io/all-plugins/prices). Prices are configured per-item. **limit:** (Optional) The max amount of times a player can buy this item. -##### GUI +#### GUI **display.item:** This is the item shown in the GUI, read here for more info: [Item Lookup System](https://plugins.auxilor.io/all-plugins/the-item-lookup-system). diff --git a/docs/ecoskills/api.md b/docs/ecoskills/api.md index f18c47420e..19b437d1e5 100644 --- a/docs/ecoskills/api.md +++ b/docs/ecoskills/api.md @@ -1,6 +1,6 @@ --- title: "API" -sidebar_position: 7 +sidebar_position: 8 --- ## Source Code diff --git a/docs/ecoskills/commands-and-permissions.md b/docs/ecoskills/commands-and-permissions.md index baad406246..d90b9174af 100644 --- a/docs/ecoskills/commands-and-permissions.md +++ b/docs/ecoskills/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 7 --- ## `/skills, /stats` (Open the main menu) diff --git a/docs/ecoskills/how-to-configure-magic.md b/docs/ecoskills/how-to-configure-magic.md index 5617e5d901..b12aee4d1f 100644 --- a/docs/ecoskills/how-to-configure-magic.md +++ b/docs/ecoskills/how-to-configure-magic.md @@ -1,13 +1,13 @@ --- title: How to configure Magic -sidebar_position: 5 +sidebar_position: 4 --- ## Magic Magic is an optional feature in EcoSkills that provide the ability to create naturally regenerating amounts of things like Mana, which can then be used in other plugins, for example in EcoItems or EcoEnchants. -## Default config +## Default configs The default configs can be found [here](https://github.com/Auxilor/EcoSkills/tree/master/eco-core/core-plugin/src/main/resources/skills). ## How to add magic types diff --git a/docs/ecoskills/how-to-make-a-skill.md b/docs/ecoskills/how-to-make-a-skill.md index 01acaabd10..080305e14e 100644 --- a/docs/ecoskills/how-to-make-a-skill.md +++ b/docs/ecoskills/how-to-make-a-skill.md @@ -1,13 +1,13 @@ --- title: How to make a Skill -sidebar_position: 4 +sidebar_position: 1 --- ## Skills Skills are levelled up by completing certain tasks, and give effects, stats, and other bonuses when levelling up. -## Default config +## Default configs The default configs can be found [here](https://github.com/Auxilor/EcoSkills/tree/master/eco-core/core-plugin/src/main/resources/skills). You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/). diff --git a/docs/ecoskills/how-to-make-a-stat.md b/docs/ecoskills/how-to-make-a-stat.md index d30f9aaf68..2518be03f9 100644 --- a/docs/ecoskills/how-to-make-a-stat.md +++ b/docs/ecoskills/how-to-make-a-stat.md @@ -6,7 +6,7 @@ sidebar_position: 2 ## Stats Stats are the base values that lie at the core of EcoSkills. Think of them like attributes in vanilla, but they're shown to the player. -## Default config +## Default configs The default configs can be found [here](https://github.com/Auxilor/EcoSkills/tree/master/eco-core/core-plugin/src/main/resources/stats). You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/). diff --git a/docs/ecoskills/how-to-make-an-effect.md b/docs/ecoskills/how-to-make-an-effect.md index 07a3f576ae..f49d836bfe 100644 --- a/docs/ecoskills/how-to-make-an-effect.md +++ b/docs/ecoskills/how-to-make-an-effect.md @@ -6,7 +6,7 @@ sidebar_position: 3 ## Effects Effects are special abilities given to a player. They are levelled up by levelling skills. -## Default config +## Default configs The default configs can be found [here](https://github.com/Auxilor/EcoSkills/tree/master/eco-core/core-plugin/src/main/resources/effects). You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/). diff --git a/docs/reforges/api.md b/docs/reforges/api.md index 8978476b78..7411fbcd10 100644 --- a/docs/reforges/api.md +++ b/docs/reforges/api.md @@ -1,6 +1,6 @@ --- title: "API" -sidebar_position: 4 +sidebar_position: 5 --- ## Source Code diff --git a/docs/reforges/commands-and-permissions.md b/docs/reforges/commands-and-permissions.md index 2c405bfaec..7a3d7390b2 100644 --- a/docs/reforges/commands-and-permissions.md +++ b/docs/reforges/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 4 --- ## `/reforge, /reforges open ` diff --git a/docs/reforges/how-to-make-a-custom-reforge.md b/docs/reforges/how-to-make-a-custom-reforge.md index ea4482e577..15901a2dfe 100644 --- a/docs/reforges/how-to-make-a-custom-reforge.md +++ b/docs/reforges/how-to-make-a-custom-reforge.md @@ -1,14 +1,14 @@ --- title: "How to make a custom reforge" -sidebar_position: 3 +sidebar_position: 2 --- -## Default config +## Default configs The default configs can be found [here](https://github.com/Auxilor/Reforges/tree/master/eco-core/core-plugin/src/main/resources/reforges). You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/). ## How to add reforges -Each regorge is its own config file, placed in the `/reforges/` folder, and you can add or remove them as you please. There's an example config called `_example.yml` to help you out! +Each reforge is its own config file, placed in the `/reforges/` 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 reforge 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). ID's must be lowercase letters, numbers, and underscores only. diff --git a/docs/reforges/reforges-effects/_category_.json b/docs/reforges/reforges-effects/_category_.json index 56f46d895c..86d5fb97cc 100644 --- a/docs/reforges/reforges-effects/_category_.json +++ b/docs/reforges/reforges-effects/_category_.json @@ -1,4 +1,4 @@ { "label": "Effects System", - "position": 1 + "position": 3 } \ No newline at end of file diff --git a/docs/reforges/the-gameplay.md b/docs/reforges/the-gameplay.md index acdff0a8f9..1d12cda5a0 100644 --- a/docs/reforges/the-gameplay.md +++ b/docs/reforges/the-gameplay.md @@ -1,6 +1,6 @@ --- title: "The Gameplay" -sidebar_position: 2 +sidebar_position: 1 --- ## How to reforge an item diff --git a/docs/stattrackers/commands-and-permissions.md b/docs/stattrackers/commands-and-permissions.md index cd01784cd2..a82c962d8d 100644 --- a/docs/stattrackers/commands-and-permissions.md +++ b/docs/stattrackers/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 2 --- ## `/stattrackers give (Give a StatTracker)` diff --git a/docs/stattrackers/how-to-make-a-tracker.md b/docs/stattrackers/how-to-make-a-tracker.md index 8be2554c27..7e79b772c6 100644 --- a/docs/stattrackers/how-to-make-a-tracker.md +++ b/docs/stattrackers/how-to-make-a-tracker.md @@ -1,9 +1,9 @@ --- title: "How to make a Stat Tracker" -sidebar_position: 2 +sidebar_position: 1 --- -## Default config +## Default configs The default configs can be found [here](https://github.com/Auxilor/StatTrackers/tree/master/eco-core/core-plugin/src/main/resources/stats). You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/). @@ -63,7 +63,7 @@ tracker: **counters:** The trigger, multiplier/value, conditions and filters to be tracked -### Tracker Item: +### Tracker Item **item:** The base item, read here for more: [Item Lookup System](https://plugins.auxilor.io/all-plugins/the-item-lookup-system). diff --git a/docs/talismans/api.md b/docs/talismans/api.md index 109b7a03d4..ba8a0eed97 100644 --- a/docs/talismans/api.md +++ b/docs/talismans/api.md @@ -1,6 +1,6 @@ --- title: "API" -sidebar_position: 3 +sidebar_position: 4 --- ## Source Code diff --git a/docs/talismans/commands-and-permissions.md b/docs/talismans/commands-and-permissions.md index 66c9f2222c..c9c90287d8 100644 --- a/docs/talismans/commands-and-permissions.md +++ b/docs/talismans/commands-and-permissions.md @@ -1,6 +1,6 @@ --- title: "Commands and Permissions" -sidebar_position: 1 +sidebar_position: 3 --- ## `/talismans give (Give a Talisman)` diff --git a/docs/talismans/how-to-make-a-custom-talisman.md b/docs/talismans/how-to-make-a-custom-talisman.md index b5778f7cf0..aa68fab660 100644 --- a/docs/talismans/how-to-make-a-custom-talisman.md +++ b/docs/talismans/how-to-make-a-custom-talisman.md @@ -1,9 +1,9 @@ --- title: "How to make a custom Talisman" -sidebar_position: 2 +sidebar_position: 1 --- -## Default config +## Default configs The default configs can be found [here](https://github.com/Auxilor/Talismans/tree/master/eco-core/core-plugin/src/main/resources/talismans). You can find additional user-created configs on [lrcdb](https://lrcdb.auxilor.io/). diff --git a/docs/talismans/talismans-effects/_category_.json b/docs/talismans/talismans-effects/_category_.json index f811805e2d..8f2ab9e431 100644 --- a/docs/talismans/talismans-effects/_category_.json +++ b/docs/talismans/talismans-effects/_category_.json @@ -1,4 +1,4 @@ { "label": "Effects System", - "position": 5 + "position": 2 } \ No newline at end of file