Wanted Players
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: paper
标签: economy game-mechanics minigame

WantedPlayers is a Paper plugin that adds a Wanted Level system based on player killstreaks.
It rewards bounty hunters with money via Vault and displays Wanted stars using PlaceholderAPI.
? Dependencies
- Vault – economy api
- EssentialsX or other economy plugin
- PlaceholderAPI – placeholders
- LuckPerms – groups and permissions (optionnal)
- PvPStats Plugin – or other killstreak tracking plugin for plugin version 1.2+
- MythicMobs - for MythicMobs reward sources (optional)
⚙️ Configuration (config.yml)
# ============================
# WantedPlayers Configuration
# ============================
# Killstreak placeholder used to get player killstreak.
# Change it with a valid killstreak placeholder from any plugin or expansion.
killstreak-placeholder: "%pvpstats_killstreak%"
# Killstreak thresholds for each Wanted level.
# Example: level 1 requires 1 killstreak, level 2 requires 3, etc.
wanted-levels:
1: 1
2: 3
3: 5
4: 10
5: 20
# Symbols used to display stars in placeholders or messages.
stars:
full: "★" # Full star for achieved level
empty: "☆" # Empty star for levels not reached
rewards:
# Base reward ranges for each Wanted level.
# A random value between min and max will be chosen.
ranges:
1:
min: 5
max: 10
2:
min: 10
max: 20
3:
min: 20
max: 40
4:
min: 40
max: 80
5:
min: 80
max: 150
# Reward sources for entities.
# Add a mob here to make it give a reward.
# Example: killing a player multiplies reward by 3.
# Multiplier is optional, defaults is 1.
reward-sources:
player: 3
zombie: 1
iron_golem: 2
# fire_dragon: 5 #Example MythicMobs entity reward source
# Multipliers applied based on Wanted level.
# Example: level 3 multiplies the base reward by 2.0.
level-multipliers:
1: 1.0
2: 1.5
3: 2.0
4: 2.5
5: 3.0
# Multipliers applied based on LuckPerms primary group.
# Example: vip group multiplies the reward by 2.5.
group-multipliers:
default: 1.0
vip: 2.5
vip_plus: 3
#Reward commands
#Available placeholders are: %player% -> return player username, %amount% -> return reward amount in decimal.
#Add as many as you want !
reward-command:
- 'eco give %player% %amount%'
messages:
# Message sent to the killer when they receive coins.
# Placeholders:
# %amount% = final reward amount
# %stars% = star display for Wanted level
# %group% = LuckPerms group name
kill-reward: "&aYou earned %amount% coins thanks to your Wanted level (%stars%) and your group (%group%)!"
# Message sent when the config is reloaded with /wantedreload.
reload: "&aConfig reloaded successfully."
? Commands
/wantedreload→ reloads the configuration (config.yml)- Permission:
wanted.reload
- Permission:
? Placeholders (via PlaceholderAPI)
1.0 and 1.1
%wanted_level%→ current Wanted level (1–5)%wanted_stars%→ star display (★/☆)%wanted_multiplier%→ total multiplier (Wanted × group)
1.1.1+
%wantedplayers_level%→ current Wanted level (1–5)%wantedplayers_stars%→ star display (★/☆)%wantedplayers_multiplier%→ total multiplier (Wanted × group)
? How it works
- Each kill increases your killstreak (via PvPStats Plugin).
- Your Wanted level is calculated based on thresholds.
- On each kill, you receive a random reward (min–max) × Wanted multiplier × group multiplier.
- Coins are added directly to your balance via Vault.
- A custom message is sent with the amount, stars, and group.
? bStats
请登录后举报
暂无评论,抢个沙发吧~