From bce4bc266115f6345f65bbc6d61fcbd74dea12b5 Mon Sep 17 00:00:00 2001 From: Exanthiax <107284021+Exanthiax@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:12:40 +0000 Subject: [PATCH 1/2] Update EcoBits top placeholder It was ugly and now it's not --- docs/ecobits/placeholderapi.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/ecobits/placeholderapi.md b/docs/ecobits/placeholderapi.md index 2b06e4cb46..cc1c22a134 100644 --- a/docs/ecobits/placeholderapi.md +++ b/docs/ecobits/placeholderapi.md @@ -3,11 +3,11 @@ title: "PlaceholderAPI" sidebar_position: 3 --- -| Placeholder | Description | -| ------------------------------------------ | --------------------------------------------------------------------- | -| `%ecobits_%` | The amount of the currency a player has | -| `%ecobits__commas%` | The amount of the currency a player has with commas | -| `%ecobits__formatted%` | The formatted amount of the currency a player has | -| `%ecobits__max%` | The maximum amount of the currency defined in config.yml | -| `%ecobits__name%` | The name of the currency as specified in config.yml | -| `%ecobits_top__[0-9]+_[a-z]+_?[a-z]*%` | Allows you to display rankings in the amount of currency players have | +| Placeholder | Description | +|----------------------------------------------------| --------------------------------------------------------------------- | +| `%ecobits_%` | The amount of the currency a player has | +| `%ecobits__commas%` | The amount of the currency a player has with commas | +| `%ecobits__formatted%` | The formatted amount of the currency a player has | +| `%ecobits__max%` | The maximum amount of the currency defined in config.yml | +| `%ecobits__name%` | The name of the currency as specified in config.yml | +| `%ecobits_top___%` | Allows you to display rankings in the amount of currency players have | From aa9858f9b52ca5ef269f598a6dee4c99becb6ab0 Mon Sep 17 00:00:00 2001 From: Exanthiax <107284021+Exanthiax@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:24:05 +0000 Subject: [PATCH 2/2] Added page for replant_crops effect --- docs/effects/all-effects/replant_crops.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/effects/all-effects/replant_crops.md diff --git a/docs/effects/all-effects/replant_crops.md b/docs/effects/all-effects/replant_crops.md new file mode 100644 index 0000000000..37a182e880 --- /dev/null +++ b/docs/effects/all-effects/replant_crops.md @@ -0,0 +1,12 @@ +# `replant_crops` +#### Permanent Effect + +Automatically replants crops + +# Example Config +```yaml +- id: replant_crops + args: + consume_seeds: true # If seeds should be used when replanting crops + only_fully_grown: true # If only fully grown crops should be replanted +``` \ No newline at end of file