PvP Toggle
let your users decide whether they want pvp enabled or disabled
with a simple command, receiving damage triggered by another player can be easily controlled.
Commands:
/pvp toggle
Permissions:
- None
config.yml:
Code (YAML):
#Toggle PvP by GoodyFX
settings:
enable-damage-indication
: true
#Set false if you don't want Damage Animation for Player
particle-effects
: true
#Set to false if you don't like Particles
message-file
:
"default.yml"
#Insert your Custom Language file.yml in. (Optional // Default = English)
default.yml:
// Message File
Code (YAML):
#Use {player} to use the current "PlayerName"
#Use {p} to use the #prefix value
prefix
:
"&fPVP &7| &7"
#The Plugin Prefix for Chat
enable
:
"%p% &aPvP is now enabled for you."
#Sends a message in Chat
disable
:
"%p% &cPvP is now disabled for you."
#Sends a message im Chat
disabled-self
:
"&cYou have not activated PvP."
#Sends a message via ActionBar
disabled-other
:
"&c%player% has disabled PvP."
#Sends a message via ActionBar