Skip to content

Commit

Permalink
add PlayerPoints
Browse files Browse the repository at this point in the history
  • Loading branch information
CubeCrafter72 committed Sep 17, 2024
1 parent e4ba2a8 commit 4593feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/epicachievements/configuration/rewards.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ You can use the `{player}` placeholder in all rewards.
| `EXPERIENCE` | Give experience points to a player |
| `MESSAGE` | Send a message to a player |
| `VAULT` | Give money to a player |
| `PLAYER_POINTS` | Give money to a player |

## Reward leveling system

Expand Down
2 changes: 1 addition & 1 deletion docs/epicachievements/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sidebar_position: 2
EpicAchievements doesn't require any other plugins to work, but it can hook into some external plugins to provide additional features.

- [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) - Required for PAPI placeholders and `PLACEHOLDER` achievements
- [Vault](https://www.spigotmc.org/resources/vault.34315/) - Required for economy rewards
- [Vault](https://www.spigotmc.org/resources/vault.34315/), [PlayerPoints](https://www.spigotmc.org/resources/playerpoints.80745/) - Required for economy rewards
- [MythicMobs](https://www.spigotmc.org/resources/mythicmobs.5702/) - Required for MythicMobs-related conditions
- [ItemsAdder](https://www.spigotmc.org/resources/73355/), [Oraxen](https://www.spigotmc.org/resources/72448/), [MMOItems](https://www.spigotmc.org/resources/39267/), [EcoItems](https://www.spigotmc.org/resources/94601/) - [Custom items/blocks](../useful-stuff/item-format.md)
- [WorldGuard](https://dev.bukkit.org/projects/worldguard) - Required for `regions` conditions
Expand Down

0 comments on commit 4593feb

Please sign in to comment.