1 445
收录服务器
2 147
注册
27 640
玩家
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

🔗 链接

✨ 功能特性

  • 右键点击宠物(猫、狗、马、羊驼或鹦鹉)以显示其主人。
  • 支持以动作栏消息、聊天消息或临时全息图的形式显示宠物信息。
  • 允许玩家将自己宠物的归属权转让给其他玩家。
  • 允许玩家将自己的宠物放回野外。
  • 设置新驯服或繁殖的猫和狗的项圈颜色。
  • 显示宠物的健康状态。
  • 防止其他玩家伤害已拥有的宠物。
  • 防止其他玩家栓绳已拥有的宠物。
  • 防止其他玩家骑乘已拥有的马和驴。
  • 拥有 petmaster.admin 权限的管理员可以管理其他玩家的宠物。
  • 可选依赖 Vault 插件,让玩家付费更改宠物所有权或放生宠物。
  • 可选支持 Advanced Achievements 插件的成就。
  • 提供语言文件以修改所有消息;目前提供10种翻译。
  • 非常轻量级和高效的插件。
  • 兼容 Minecraft 1.8 至 1.17.1 的任何版本。
  • 完全开源,寻找新的维护者。

⚙️ 命令 & 权限

命令

  • /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