BountyHunters Legacy 赏金猎人 Legacy | |
---|---|
![]() |
杀死玩家,索要赏金! |
作 者 | Indyuce |
发布时间 | 2017年5月8日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.8,1.9,1.10,1.11,1.12,1.13,1.14 |
插件详细介绍
💰 Bounty Hunters 是一个简单高效的自动赏金系统插件。玩家可以使用命令对其他玩家设置赏金,任何玩家都可以通过击杀目标来获得赏金。
%bountyhunters_<level/successful_bounties/claimed_bounties>%
%bountyhunters_<title/quote>%
%bountyhunters_progress%
%bountyhunters_before_level_up%
%bountyhunters_current_bounty%
/addbounty <player> <bounty>
- 对玩家设置赏金。/bounties
- 打开赏金 GUI。/hunters
- 打开猎人排行榜。/bounties quotes
- 列出所有拥有的死亡名言。/bounties titles
- 列出所有拥有的猎人头衔。/bounties reload
- 重载插件。/bounties help
- 显示帮助页面。bountyhunters.list
- 访问赏金列表。bountyhunters.add
- 设置赏金。bountyhunters.claim
- 领取赏金。bountyhunters.leaderboard
- 访问猎人排行榜。bountyhunters.admin
- 访问管理命令。bountyhunters.immunity
- 防止其他玩家对你设置赏金。bountyhunters.immunity.bypass
- 绕过免疫权限节点。bountyhunters.untargetable
- 防止其他玩家追踪你。bountyhunters.untargetable.bypass
- 绕过无法追踪权限节点。bountyhunters.quote
- 使用名言。bountyhunters.title
- 使用头衔。
# Plugin version, do not edit.
version: 4.6
# The language of the plugin
language: "en"
# Plugin prefix (supports color codes)
prefix: "&8[&6BountyHunters&8]"
# Enable update checker?
update: true
# Should the plugin track statistics?
metrics: true
# Use the exp system?
exp: true
# Default exp given when someone claims a bounty.
default-exp: 15
# Sound played when claiming a bounty
claim-sound: ENTITY_EXPERIENCE_ORB_PICKUP
# Sound played when someone sets a bounty
set-sound: ENTITY_VILLAGER_YES
# Particles displayed on death
death-particles: SMOKE_NORMAL
# Title displayed when leveling up (supports color codes)
level-up-title: "&6&lLevel Up!"
level-up-subtitle: "&7You are now level &e%level%&7."
# Format of the progress bar
progress-bar:
unfilled: "&8-"
filled: "&6|"
width: 20
# Placeholder format for placeholder API
placeholder-format: "%.2f"
# Enable bounty protections?
bounty-protection:
# Cooldown before claiming another bounty (in seconds)
claim-cooldown: 60
# Cooldown before placing a bounty on the same player (in seconds)
target-cooldown: 120
# Prevent players from claiming their own bounties.
prevent-self-bounty: true
# Prevent players from claiming bounties from town members (Towny support)
towny-integration: false
# Prevent players from claiming bounties from friends (BungeeFriends & PAF support)
friend-integration: false
# Bounty settings
bounty:
# Multiplier applied to the bounty amount when claimed.
reward-multiplier: 1.0
# Minimum & maximum bounty amount
minimum-amount: 20
maximum-amount: 5000
# Tax when creating a bounty. The tax is a percentage of the bounty
# amount. If set to 0, no tax will be applied.
tax: 0.05
# Should the plugin drop the player's head when claiming the bounty?
head-drops: true
# Automatic bounties will drop on people who killed someone illegally (no bounty)
auto-bounty:
enabled: true
min-bounty: 50
max-bounty: 200
# Worlds where you can't set bounties.
world-blacklist:
- "example_world"
# The bounty menu is a GUI which displays every online player
# who has a bounty on their head. You can then select a player
# and decide whether you want to track them or set a bounty on them.
bounty-menu:
name: "&6Bounties &8(Page %page%)"
items:
# Display item for players who have a bounty on their head.
player:
material: SKULL_ITEM:3
name: "&e%name%"
lore:
- "&7Bounty: &6%bounty%"
- ""
- "&7&oClick to select."
# Display item for players who don't have a bounty on their head
no-bounty:
material: CONCRETE
data: 7
name: "&c%name%"
lore:
- "&7No bounty."
- ""
- "&7&oClick to set a bounty."
# Next page item
next:
material: "ARROW"
data: 0
name: "&6Next Page"
lore:
- "&7Click to view the next page."
# Previous page item
previous:
material: "ARROW"
data: 0
name: "&6Previous Page"
lore:
- "&7Click to view the previous page."
# Close item
close:
material: "BARRIER"
data: 0
name: "&cClose"
lore:
- "&7Click to close the menu."
# Hunter leaderboard, displays players with the most bounties claimed
hunter-leaderboard:
name: "&6Hunter Leaderboard"
lines: 10
# Tracking compass, can be bought in the bounty menu
tracking-compass:
name: "&6Tracking Compass"
lore:
- "&7Right click to find your target."
- ""
- "&7Target: &e%target%"
material: COMPASS
# Price to buy the tracking compass.
price: 100
# How long (in seconds) should the plugin wait before updating
# the player's compass target.
update-delay: 5
# Death quotes are custom messages that display when someone kills a player
# who has a bounty on their head. Players can buy quotes using exp.
death-quotes:
# Max amount of quotes a player can own.
max-quotes: 3
# The format of the death message
format: "&7%killer% &6claimed the bounty of %victim%&7: &e%quote%"
# Quotes you get when starting
starting-quotes:
- "I'll be back."
- "Hasta la vista, baby."
# Hunter titles are titles that a player can buy using the exp system.
# These titles can be displayed in the bounty menu or in the hunter leaderboard.
hunter-titles:
# Max amount of titles a player can own
max-titles: 3
# The format of the title
format: "&8[&6%title%&8] &7%name%"
# Titles you get when starting
starting-titles:
- "Beginner"
- "Amateur"