By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
๐ 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 (March 28, 2025)
Updated to PocketMine-MP API 5.0.0. Added nightpvp.always.on permission. Enhanced stability and compatibility.
Version 1.2
Fixed bugs with PvP restriction enforcement.
Version 1.1
Fixed daytime PvP bugs. Added customizable PvP enabled message.
Version 1.0
Initial release with nighttime PvP restriction.
You can leave one review per plugin release, and delete or update your review at any time