-
Notifications
You must be signed in to change notification settings - Fork 0
3rd Party Integrations
TechnicallyCoded edited this page Oct 15, 2020
·
4 revisions
The SkywarsReloaded plugin offers the following placeholders (this requires the PlaceholderAPI and a plugin compatible with PAPI)
- %swr_elo% - The ELO of the player
- %swr_wins% - The number of wins for the player
- %swr_losses% - The number of losses for the player
- %swr_kills% - The number of kills for the player
- %swr_deaths% - The number of deaths for the player
- %swr_xp% - The experience level of the player
- %swr_games_played% - The number of games played by the player
- %swr_games% - The number of games played by the player
- %swr_kill_death% - The Kill/Death ratio of the player
- %swr_win_loss% - The Win/Loss ratio of the player
-
Vault
- Make sure to enable the economy
economyEnabled: true
(inconfig.yml
) - Set the amount for winning
ecoForWin: <amount>
(inconfig.yml
) - Set the amount for getting a kill
ecoForKill: <amount>
(inconfig.yml
)
- Make sure to enable the economy
- Introduction
- Installation
- Support
- Setup
- Usage Guide
- Commands
- Permissions
- [Customization]
- [Configuration Files]
- [Main config]
- [Messages]
- [Cages]
- [Kits]
- [Maps]
- [Configuration Files]
- 3rd Party Integrations