| Pet Master 宠物大师 | |
|---|---|
| |
管理宠物,并通过全息图、操作栏或聊天消息显示有用的信息! |
| 作 者 | BigTalll |
| 发布时间 | 2015年12月20日 |
| 支持核心 | Spigot | 原生版本 |
| 支持版本 | 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17 |
插件详细介绍
PetMaster 是一款便捷的宠物管理插件,它允许玩家通过右键点击宠物来查看信息,并支持多种显示方式,如全息图、动作栏或聊天消息。插件功能可高度定制,让你的服务器更加生动有趣。
petmaster.admin 权限的管理员可以管理其他玩家的宠物。/petm: 显示主帮助命令。petmaster.admin: 允许管理其他玩家的宠物。
# Main configuration file
# ========================
# General settings
general:
# Define the message prefix
prefix: '&6[PetMaster] &r'
# Available modes: HOLOGRAM, ACTION_BAR, CHAT
display-mode: HOLOGRAM
# Available options:
# OWNER - Display the owner of the pet
# HEALTH - Display the health of the pet
# DISTANCE - Display the distance between the pet and its owner
# CUSTOM - Display a custom message
enabled-informations:
- OWNER
- HEALTH
- DISTANCE
# Define the custom message (only if CUSTOM is enabled)
custom-message: '&aPet: &b%pet_name%&a, Health: &c%pet_health%&a!'
# Define the hologram refresh rate (in ticks)
hologram-refresh-rate: 20
# Define the hologram height offset
hologram-height-offset: 2.2
# Define if the plugin should check for updates
update-checker: true
# Define if the plugin should send metrics to bStats
metrics: true
# Pet ownership settings
ownership:
# Define if players can give their pets to other players
allow-giving: true
# Define if players can release their pets
allow-releasing: true
# Define if players need to pay to give or release their pets (Vault required)
use-economy: false
# Define the price to give or release a pet
price: 100.0
# Define the message when a player doesn't have enough money
not-enough-money: '&cYou don''t have enough money to do that!'
# Pet protection settings
protection:
# Define if owned pets should be protected from other players
protect-from-players: true
# Define if owned pets should be protected from being leashed by other players
protect-from-leashing: true
# Define if owned horses and donkeys should be protected from being ridden by other players
protect-from-riding: true
# Pet collar settings
collar:
# Define if the plugin should set the collar color of newly tamed or bred cats and dogs
enabled: true
# Available colors:
# BLACK, BLUE, BROWN, CYAN, GRAY, GREEN, LIGHT_BLUE, LIGHT_GRAY, LIME, MAGENTA, ORANGE, PINK, PURPLE, RED, WHITE, YELLOW
color: RED
# Advanced Achievements integration settings
advanced-achievements:
# Define if the plugin should support Advanced Achievements
enabled: false
# Define the achievement id for giving a pet
give-achievement-id: give_pet
# Define the achievement id for releasing a pet
release-achievement-id: release_pet
# Language settings
language:
# Available languages:
# ENGLISH, FRENCH, CHINESE, GERMAN, FINNISH, BRAZILIAN_PORTUGUESE, RUSSIAN, SPANISH, POLISH
default-language: ENGLISH