PVP Sword | |
---|---|
|
轮毂PVP之剑! |
作 者 | Avenged_ |
发布时间 | 2015年11月26日 |
支持核心 | Spigot | 原生版本 |
支持版本 | |
插件详细介绍
⚔️ PVP Sword 插件专为服务器中心设计,旨在为中心服务器添加一个有趣的 PVP 功能。所有消息和剑的选项都可以在 config.yml
文件中配置。
当玩家在指定区域手持剑时,PVP 模式将被启用!如果玩家没有手持剑,则无法进行 PVP,也不会受到攻击。
下载插件,将其放入您的 plugins 文件夹中即可!插件会自动生成一个名为 PVP-Sword
的文件夹,您可以在其中找到 config.yml
文件。
/pvpsword reload
- 重载配置文件。pvpsword.reload
- 允许玩家使用重载命令。
# +-----------------------------------------------+
# | 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,请及时反馈!