Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
Platforms
Bukkit
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed LGPL-3.0-or-later
Published 10 months ago
Updated last week
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.).
This offers a very simple configuration and setup all while remaining very light-weight.
- Download and install BukkitOfUtils. Found here: BukkitOfUtils
- Download the correct version of this plugin for you server version.
- Place in your
plugins
folder. - Stop server.
- Start server.
- Use to your liking.
How to toggle your PVP
- Install plugin. (Shown above.)
/tpvp
Functions
- Disable PVP interactions:
- Direct (melee).
- Projectiles.
- Configurable grace-period.
Commands
Definitions
<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)
- Toggles PVP for a certain player or for yourself.
- Use
-f
to force toggling; meaning it will bypass the cooldown.
/spvp
/spvp <on/off> ("player") (-f)
- Sets PVP to on / off for a certain player or for yourself.
- Use
-f
to force setting; meaning it will bypass the cooldown.
/worldwhitelist
/worldwhitelist <set-as> <whitelist|blacklist>
- Sets the whitelist to either be a whitelist (worlds in it are the only worlds that Pacifism works in) or a blacklist (worlds in it are excluded from Pacifism working in them).
/worldwhitelist <add/remove> ["world"]
- Adds a world to the whitelist/blacklist.
/worldwhitelist <list>
- Lists all worlds currently in the whitelist/blacklist.
/setgracetime
/setgracetime <"ticks"> ["player"]
- Sets the gracetime in ticks for a certain player or for yourself.
Permissions
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).