940
收录服务器
1212
注册
46 394
玩家
PVP Sword
轮毂PVP之剑!
作 者 Avenged_
发布时间 2015年11月26日
支持核心 Spigot
原生版本
支持版本
点此下载

⚔️ PVP Sword 插件专为服务器中心设计,旨在为中心服务器添加一个有趣的 PVP 功能。所有消息和剑的选项都可以在 config.yml 文件中配置。

⚔️ PVP Sword

🎮 插件原理

当玩家在指定区域手持剑时,PVP 模式将被启用!如果玩家没有手持剑,则无法进行 PVP,也不会受到攻击。

✨ 主要特性

  • 配置文件 (带有重载命令!)
  • 可自定义功能
  • 易于使用的设置
  • 为玩家带来乐趣!

🛠️ 使用方法

下载插件,将其放入您的 plugins 文件夹中即可!插件会自动生成一个名为 PVP-Sword 的文件夹,您可以在其中找到 config.yml 文件。

⚙️ 命令

  • /pvpsword reload - 重载配置文件。

🔑 权限

  • pvpsword.reload - 允许玩家使用重载命令。

📄 配置文件示例 (config.yml)


# +-----------------------------------------------+
# |        PVP-Sword Configuration File           |
# +-----------------------------------------------+
# |                  Version: 1.0                   |
# +-----------------------------------------------+

# Should plugin messages have a prefix?
use-prefix: true

# The prefix for all plugin messages!
prefix: "&7[&cPVP-Sword&7]"

# What should the no permission message be?
no-permission: "&cYou do not have permission to use this command!"

# What should the reloaded config message be?
reloaded-config: "&aYou have successfully reloaded the config!"

# The name of the PVP Sword
sword-name: "&cPVP Sword"

# The lore of the PVP Sword
sword-lore:
  - "&7Hold this sword to"
  - "&7enable PVP!"

# The material of the sword
sword-material: DIAMOND_SWORD

# The slot the sword will be in
sword-slot: 4

# Should the plugin give the player the sword on join?
give-sword-on-join: true

# Messages

# What should the enter pvp message be?
enter-pvp: "&aYou have entered PVP!"

# What should the exit pvp message be?
exit-pvp: "&cYou have left PVP!"

# Should the plugin send a message when a player enters pvp?
send-enter-message: true

# Should the plugin send a message when a player exits pvp?
send-exit-message: true

# Should the plugin prevent the player from dropping the sword?
prevent-dropping-sword: true

# Should the plugin prevent the player from moving the sword?
prevent-moving-sword: true

如果您发现任何 Bug,请及时反馈!