Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Simple PVP restrictions
PluginGPL-3.0-only

Simple PVP restrictions

PVP timer + gamemode restrictions. A plugin that allows configuring PVP logic on the server.

695
Downloads
2
Followers
1 years ago
Updated
📦
4
Versions
equipmentgame-mechanicsutilitybukkitpaperpurpurspigot
Download Latestv1.1.2View on Modrinth

📖About Simple PVP restrictions

Simple PVP

A plugin that allows configuring PVP logic on the server.

Translation

  • Russian

Features

  • PVP Timer: Sets a timer for PVP mode during which players cannot exit the game or use certain commands.
  • PVP by gamemodes: Configure permissions to disable PVP in specific gamemodes.
  • Easy to configure: The configuration does not contain excessive information and is easy to set up.

Permissions

  • Allows PVP in a specific game mode: simplepvp.gamemode.<gamemode>
  • Disables the PVP timer, along with death upon exiting and blocking commands: simplepvp.timer.bypass

config.yml

# PVP is regulated by the permission `simplepvp.gamemode.<gamemode>`
# For example, players with the permission `simplepvp.gamemode.creative` can hit players while in creative mode.

# Start the PVP timer when attacking another player (not enabled for players with the permission `simplepvp.timer.bypass`).
pvp-timer: true

# Duration of the PVP mode
pvp-time: 10

# Kill the player when exiting the game during PVP mode
exit-pvp-kill: true

# These commands cannot be used during PVP mode
blocked-cmds:
- '/spawn'
- '/tp'
- '/tpo'

# -=-=-=-=-=- MESSAGES -=-=-=-=-=-
# For color, use the symbol '§'
# If you want to disable any message, make it empty.

# Displayed in ActionBar during PVP mode
on-pvp-msg: '§cYou are in §lPVP§r§c. §e{time}§c seconds remaining until exit from §lPVP'

# Displayed when entering a blocked command during PVP mode
command-on-pvp-msg: '§f[§4§lPVP§r§f] §cYou cannot execute this command during PVP'

# Broadcast to all players on the server if a player exits during PVP
exit-on-pvp-msg: '§f[§4§lPVP§r§f] §e{player} exited during §cPVP§e and was punished!'

# Displayed in ActionBar when the PVP mode ends
end-pvp-msg: '§aYou exited from §lPVP§r§a mode'

# Displayed when a player does not have permission for PVP in their current gamemode
no-permission-msg: '§cYou do not have permission for PVP in this gamemode.'

👥 Team & Contributors

Ayoree
AyoreeOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.171.17.11.181.18.11.18.21.191.19.11.19.2+13 more

🔗 Links

Modrinth Page