NightPVP is plugin makes it so pvp can only happen at night.
๐ NightPVP is a PocketMine-MP plugin that restricts PvP (player versus player) to nighttime only, adding a strategic and immersive twist to your Minecraft server!
.phar
from the Releases page or Poggit..phar
file in your server's plugins
folder.config.yml
.config.yml
in plugins/NightPVP
to configure worlds, messages, and time settings.Version 1.3.2 (March 28, 2025)
nightpvp.always.on
permission.Version 1.2
Version 1.1
Version 1.0
The default config.yml
is generated in plugins/NightPVP
. Customize it to fit your server:
# Worlds where NightPVP is active
allowed-worlds:
- "world"
- "arena"
# Error message type (popup or message)
error-message-type: "popup"
# PvP restriction message
day-no-pvp: "ยงcYou can only fight during the night!"
# Custom world time settings
night-start-time: 13000 # Minecraft night start time
night-end-time: 23000 # Minecraft night end time
# Enable/disable world time check
enable-world-time-check: true
# Enable plugin logger
enable-logger: false
allowed-worlds
: Worlds where PvP is restricted to nighttime.error-message-type
: "popup" or "message" for PvP block notifications.day-no-pvp
: Message displayed when PvP is blocked (supports ยง
color codes).night-start-time
/ night-end-time
: PvP time range in ticks (0-23999).enable-world-time-check
: Set to false
to disable time-based restrictions.enable-logger
: Set to true
to log blocked PvP attempts.nightpvp.bypass
op
(operators only)nightpvp.always.on
false
(disabled for all)Get support, updates, and share your ideas on our Discord server!
๐ Discord
Want to improve NightPVP?
Check the commits for the latest changes!
This project is licensed under the Apache License.
Version: 1.3.2
Downloads: 80
Updated: 3/28/2025
Supported API versions: 5.0.0 to 5.30.1
Categories: General, Miscellaneous, World Editing and Management, Fun, Minigame, Mechanics
License: APACHE-2.0