1 120
收录服务器
1481
注册
34 368
玩家
Player Head Drops 玩家头颅掉落
被玩家杀死的人会低下头
作 者 240c
发布时间 2021年9月29日
支持核心 Spigot
原生版本
支持版本 1.17,1.18,1.19
点此下载

💀 PlayerHeads插件是一个简单的Minecraft插件,当玩家被其他玩家杀死时,会掉落他们的头颅。

💀 PlayerHeads

⭐ 功能

  • 玩家被其他玩家杀死时掉落头颅。

⭐ 指令

  • /playerheads reload - 重载配置文件。需要 playerheads.reload 权限。

⭐ 权限节点

  • playerheads.reload - 允许重载配置文件。
  • playerheads.drop - 允许掉落玩家头颅。(默认所有玩家拥有)
  • playerheads.nodrop - 阻止掉落玩家头颅。

⭐ 配置

    
# +--------------------------------------------------------------------------------------------------+ #
# |                  PlayerHeads Configuration. Edit at your own risk!                              | #
# +--------------------------------------------------------------------------------------------------+ #
# |  delay-before-reloading: This is the delay before the plugin reloads in ticks.                   | #
# |  head-name: This is the name of the head that will drop.                                         | #
# |  head-lore: This is the lore of the head that will drop.                                         | #
# |  chance-of-drop: This is the chance that a head will drop. 1.0 = 100%, 0.5 = 50%, 0.0 = 0%.     | #
# |  drops-in-no-pvp-zones: This is whether or not heads will drop in no pvp zones.                   | #
# |  drops-in-worlds: This is a list of worlds that heads will drop in.                              | #
# |  head-display-name: This is the display name of the head.                                        | #
# +--------------------------------------------------------------------------------------------------+ #

delay-before-reloading: 20
head-name: "%killer% slayed %victim%"
head-lore:
  - "slayed by %killer% using %weapon%"
chance-of-drop: 1.0
drops-in-no-pvp-zones: false
drops-in-worlds:
  - "world"
head-display-name: "&6%victim%'s head"