Skip to content

Commit

Permalink
Merge pull request #42 from Exanthiax/master
Browse files Browse the repository at this point in the history
Update EcoBits top placeholder
  • Loading branch information
WillFP authored Jan 17, 2024
2 parents eb97b99 + aa9858f commit 235a5e9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/ecobits/placeholderapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ title: "PlaceholderAPI"
sidebar_position: 3
---

| Placeholder | Description |
| ------------------------------------------ | --------------------------------------------------------------------- |
| `%ecobits_<id>%` | The amount of the currency a player has |
| `%ecobits_<id>_commas%` | The amount of the currency a player has with commas |
| `%ecobits_<id>_formatted%` | The formatted amount of the currency a player has |
| `%ecobits_<id>_max%` | The maximum amount of the currency defined in config.yml |
| `%ecobits_<id>_name%` | The name of the currency as specified in config.yml |
| `%ecobits_top_<id>_[0-9]+_[a-z]+_?[a-z]*%` | Allows you to display rankings in the amount of currency players have |
| Placeholder | Description |
|----------------------------------------------------| --------------------------------------------------------------------- |
| `%ecobits_<id>%` | The amount of the currency a player has |
| `%ecobits_<id>_commas%` | The amount of the currency a player has with commas |
| `%ecobits_<id>_formatted%` | The formatted amount of the currency a player has |
| `%ecobits_<id>_max%` | The maximum amount of the currency defined in config.yml |
| `%ecobits_<id>_name%` | The name of the currency as specified in config.yml |
| `%ecobits_top_<id>_<position[0-9]>_<name/amount>%` | Allows you to display rankings in the amount of currency players have |
12 changes: 12 additions & 0 deletions docs/effects/all-effects/replant_crops.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 235a5e9

Please sign in to comment.