Skip to content

Commit

Permalink
Merge pull request #51 from Exanthiax/master
Browse files Browse the repository at this point in the history
added xpmultiplier effects to pets,jobs and fixed skills
  • Loading branch information
WillFP authored Mar 19, 2024
2 parents d0a056d + 7d89207 commit 7175b66
Show file tree
Hide file tree
Showing 24 changed files with 73 additions and 36 deletions.
2 changes: 1 addition & 1 deletion docs/actions/how-to-make-a-custom-action.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make a custom action"
title: How to make Actions
sidebar_position: 1
---

Expand Down
2 changes: 1 addition & 1 deletion docs/all-plugins/pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ The first item in the list will represent `1` in the pattern, the second item in
This example has a surrounding layer of `gray_stained_glass_pane` and a center strip of `black_stained_glass_pane`.

[![Page](https://i.imgur.com/tQLXe3F.png)
![Page](https://i.imgur.com/tQLXe3F.png)
2 changes: 1 addition & 1 deletion docs/boosters/how-to-make-a-custom-booster.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make a custom booster"
title: How to make a Booster
sidebar_position: 1
---

Expand Down
2 changes: 1 addition & 1 deletion docs/ecoarmor/how-to-make-a-custom-set.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make a custom set"
title: How to make a Armor Set
sidebar_position: 2
---

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

Expand Down
2 changes: 1 addition & 1 deletion docs/ecobits/how-to-make-a-currency.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make a currency"
title: How to make a Currency
sidebar_position: 1
---

Expand Down
2 changes: 1 addition & 1 deletion docs/ecocrates/how-to-make-a-custom-crate.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make a crate"
title: How to make a Crate
sidebar_position: 1
---

Expand Down
2 changes: 1 addition & 1 deletion docs/ecocrates/rewards.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Rewards"
title: How to configure Rewards
sidebar_position: 2
---

Expand Down
2 changes: 1 addition & 1 deletion docs/ecoenchants/how-to-make-a-custom-enchant.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make an enchant"
title: How to make an Enchant
sidebar_position: 2
---

Expand Down
2 changes: 1 addition & 1 deletion docs/ecoitems/how-to-make-a-custom-item.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make a custom item"
title: How to make an Item
sidebar_position: 1
---

Expand Down
15 changes: 14 additions & 1 deletion docs/ecojobs/commands-and-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,17 @@ General Usage: `/ecojobs export <id>`

## `ecojobs.limit.<limit>`

Sets the limit for the max amount of jobs the player can join at once
Sets the limit for the max amount of jobs the player can join at once

### XP multiplier permission

Permission: `ecojobs.xpmultiplier.<%increase>`

General Usage: `ecojobs.xpmultiplier.200` would give 200% more skill XP (3x) to anyone with the permission. The backend math is `1 + (<%increase> / 100)` so

Permission: `ecojobs.xpmultiplier.50percent
Permission: `ecojobs.xpmultiplier.double`
Permission: `ecojobs.xpmultiplier.triple`
Permission: `ecojobs.xpmultiplier.quadruple`

General Usage: `ecojobs.xpmultiplier.50percent` would give 50% more skill XP (1.5x)
9 changes: 5 additions & 4 deletions docs/ecojobs/how-to-make-a-custom-job.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make a custom job"
title: How to make a Job
sidebar_position: 1
---

Expand Down Expand Up @@ -176,6 +176,7 @@ For more advanced users or setups, you can configure chains in this section to s
## Internal Placeholders
| Placeholder | Value |
| ----------- | ----------------------------------------------------------- |
| `%level%` | The player's Job level. Useful for creating scaling effects |
| Placeholder | Value |
| ----------------- | ----------------------------------------------------------- |
| `%level%` | The player's job level. Useful for creating scaling effects |
| `%level_numeral%` | The player's job level shown in Roman Numerals |
2 changes: 1 addition & 1 deletion docs/ecomobs/how-to-make-a-custom-mob.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make a custom mob"
title: How to make a Mob
sidebar_position: 1
---

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

Expand Down
15 changes: 14 additions & 1 deletion docs/ecopets/commands-and-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,17 @@ Find pets on [lrcdb](https://lrcdb.auxilor.io/)
## `/ecopets export` (Export a pet to [lrcdb](https://lrcdb.auxilor.io/))
Permission: `ecopets.command.export`

General Usage: `/ecopets export <id>`
General Usage: `/ecopets export <id>`

### XP multiplier permission

Permission: `ecopets.xpmultiplier.<%increase>`

General Usage: `ecopets.xpmultiplier.200` would give 200% more skill XP (3x) to anyone with the permission. The backend math is `1 + (<%increase> / 100)` so

Permission: `ecopets.xpmultiplier.50percent
Permission: `ecopets.xpmultiplier.double`
Permission: `ecopets.xpmultiplier.triple`
Permission: `ecopets.xpmultiplier.quadruple`

General Usage: `ecopets.xpmultiplier.50percent` would give 50% more skill XP (1.5x)
9 changes: 5 additions & 4 deletions docs/ecopets/how-to-make-a-custom-pet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to make a custom Pet
title: How to make a Pet
sidebar_position: 1
---

Expand Down Expand Up @@ -173,6 +173,7 @@ For more advanced users or setups, you can configure chains in this section to s

## Internal Placeholders

| Placeholder | Value |
| ----------- | ----------------------------------------------------------- |
| `%level%` | The player's pet level. Useful for creating scaling effects |
| Placeholder | Value |
| ----------------- | ----------------------------------------------------------- |
| `%level%` | The player's pet level. Useful for creating scaling effects |
| `%level_numeral%` | The player's pet level shown in Roman Numerals |
2 changes: 1 addition & 1 deletion docs/ecoshop/how-to-make-a-category.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make a category"
title: How to make a Category
sidebar_position: 2
---

Expand Down
2 changes: 1 addition & 1 deletion docs/ecoshop/how-to-make-a-shop.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make a shop"
title: How to make a Shop
sidebar_position: 1
---
## Shops
Expand Down
2 changes: 1 addition & 1 deletion docs/ecoshop/how-to-make-an-item.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make an item"
title: How to make an Item
sidebar_position: 3
---

Expand Down
11 changes: 9 additions & 2 deletions docs/ecoskills/commands-and-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ General Usage: `/ecoskills recount <player>`

### XP multiplier permission

Permission: `ecoskills.xpmultiplier.<value>`
Permission: `ecoskills.xpmultiplier.<%increase>`

General Usage: `ecoskills.xpmultiplier.2` would give 2x skill XP to anyone with the permission.
General Usage: `ecoskills.xpmultiplier.200` would give 200% more skill XP (3x) to anyone with the permission. The backend math is `1 + (<%increase> / 100)` so

Permission: `ecoskills.xpmultiplier.50percent
Permission: `ecoskills.xpmultiplier.double`
Permission: `ecoskills.xpmultiplier.triple`
Permission: `ecoskills.xpmultiplier.quadruple`

General Usage: `ecoskills.xpmultiplier.50percent` would give 50% more skill XP (1.5x)
7 changes: 4 additions & 3 deletions docs/ecoskills/how-to-make-a-skill.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ For more advanced users or setups, you can configure chains in this section to s
## Internal Placeholders
| Placeholder | Value |
| ----------- | ------------------------------------------------------------- |
| `%level%` | The player's skill level. Useful for creating scaling effects |
| Placeholder | Value |
| ----------------- | ------------------------------------------------------------- |
| `%level%` | The player's skill level. Useful for creating scaling effects |
| `%level_numeral%` | The player's skill level shown in Roman Numerals |
7 changes: 4 additions & 3 deletions docs/ecoskills/how-to-make-a-stat.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ For more advanced users or setups, you can configure chains in this section to s
## Internal Placeholders
| Placeholder | Value |
| ----------- | ------------------------------------------------------------ |
| `%level%` | The player's stat level. Useful for creating scaling effects |
| Placeholder | Value |
| ----------------- | ------------------------------------------------------------ |
| `%level%` | The player's stat level. Useful for creating scaling effects |
| `%level_numeral%` | The player's skill level shown in Roman Numerals |
4 changes: 2 additions & 2 deletions docs/reforges/how-to-make-a-custom-reforge.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make a custom reforge"
title: How to make a Reforge
sidebar_position: 2
---

Expand Down Expand Up @@ -82,7 +82,7 @@ on-reforge-effects: [ ]
**targets:** The items this reforge can be applied to, from [targets.yml](https://github.com/Auxilor/Reforges/blob/master/eco-core/core-plugin/src/main/resources/target.yml).

**price:** The price to apply the reforge, read here for more info: [Prices](https://plugins.auxilor.io/all-plugins/prices)
### Stone
### Reforge Stone

**enabled:** If a reforge stone is required for this reforge (true/false).

Expand Down
2 changes: 1 addition & 1 deletion docs/talismans/how-to-make-a-custom-talisman.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to make a custom Talisman"
title: How to make a Talisman
sidebar_position: 1
---

Expand Down

0 comments on commit 7175b66

Please sign in to comment.