
Allow players to toggle their PVP on or off. (Also enables PVP after a specified amount of grace-time.)


Please join the Streamline Hub Discord in order to get updates and for me to fully assist you with bugs, questions, or suggestions.
Discord: click here

Allow players to toggle their PVP on or off. (Also enables PVP after a specified amount of grace-time.).

Pacifism offers simplicity while still granting your server what you need.

plugins folder.
/tpvpMaterial.EntityType.x ticks (20 ticks = 1 second) until pvp is automatically disabled or enabled (configurable).Check out the placeholders on my wiki: click here

<required> - "required" (literal) is required for the command to work.(optional) - "optional" (literal) is optional for the command to work."thing" - thing is non-literal; meaning you specify something that "thing" describes. Such as a world name, or player name./tpvp/tpvp ("player") (-f)-f to force toggling; meaning it will bypass the cooldown./spvp/spvp <on/off> ("player") (-f)-f to force setting; meaning it will bypass the cooldown./worldwhitelist/worldwhitelist <set-as> <whitelist|blacklist>/worldwhitelist <add/remove> ["world"]/worldwhitelist <list>/setgracetime/setgracetime <"ticks"> ["player"]pacifism.command.togglepvp - Allows running the command /tpvp.pacifism.command.setpvp - Allows running the command /spvp.pacifism.command.worldwhitelist - Allows running the command /worldwhitelist.pacifism.command.setgracetime - Allows running the command /setgracetime.pacifism.others.toggle - Allows toggling other players' PVP.pacifism.others.set - Allows setting other players' PVP to on or off.pacifism.others.gracetime - Allows setting other players' gracetime.pacifism.force - Allows toggling or setting PVP forcefully (bypasses cooldown).